15 lines
243 B
Text
15 lines
243 B
Text
percussionMusic = \drummode {
|
|
\meterAndTempo
|
|
|
|
\stub
|
|
}
|
|
|
|
|
|
staffPercussion = \new DrumStaff \with {
|
|
instrumentName = "Percussie"
|
|
shortInstrumentName = "Perc."
|
|
} \percussionMusic
|
|
|
|
staffgroupPercussion = \new StaffGroup <<
|
|
\staffPercussion
|
|
>>
|