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