1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
# This script is created primarily to test the script
# recorder capabilities regarding adding palette elements.
# It may be useful though to track changes in editing
# process and palette elements properties.
init init/Treble.mscx
cmd note-input
cmd escape
cmd select-next-chord
cmd select-prev-chord
palette Clef concertClefType F8va
palette KeySig accidental 2
palette TimeSig timesig 3/4
cmd note-input
cmd escape
cmd select-next-chord
cmd select-prev-chord
palette Bracket type Brace
cmd note-input
cmd note-a
palette Accidental subtype accidentalNaturalFlat
palette Articulation symbol articMarcatoStaccatoAbove
cmd escape
cmd note-input
cmd next-measure
cmd note-b
palette Articulation symbol ornamentTrill
cmd next-measure
palette Breath symbol caesuraCurved
cmd next-measure
cmd note-d
palette Icon action grace16
cmd pitch-up
cmd pitch-up
cmd next-measure
cmd note-e
palette NoteHead symbol noteheadXHalf
cmd next-measure
cmd note-f
palette HairPin subtype 3
cmd next-measure
cmd note-g
palette Ottava subtype 15ma
palette LayoutBreak subtype line
cmd next-measure
cmd note-g
palette Slur
cmd note-f
cmd escape
cmd note-input
cmd next-measure
cmd note-f
cmd note-a
cmd escape
cmd prev-chord
palette Glissando subtype 1
cmd note-input
cmd next-measure
palette StaffText style Expression text Expression
cmd escape
cmd note-input
palette RehearsalMark
cmd escape
cmd note-input
cmd next-measure
palette Tempo style Tempo text <sym>metNote8thUp</sym> =೐
cmd escape
cmd note-input
cmd next-measure
palette Dynamic subtype ff
cmd escape
cmd note-input
cmd next-measure
cmd note-f
palette Fingering style String Number text 3
cmd escape
cmd note-input
cmd next-measure
cmd note-a
cmd escape
cmd select-next-chord
palette Marker label segno
cmd note-input
cmd next-measure
cmd note-b
cmd escape
cmd select-next-chord
palette Jump jumpTo segno playUntil coda
cmd note-input
cmd next-measure
cmd pad-note-8
cmd note-a
cmd note-b
cmd note-c
cmd note-a
cmd escape
cmd prev-chord
palette Icon action beam-mid
cmd note-input
cmd next-measure
cmd note-f
cmd escape
cmd select-next-chord
cmd select-prev-chord
palette Icon action insert-hbox
cmd del-empty-measures
test score palette.mscx
|