]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/midi-drums.ly
Fix MIDI drums: only override channel if channel was not preassigned.
[lilypond.git] / input / no-notation / midi-drums.ly
1
2 \score {
3   \new DrumStaff <<
4     \drummode {
5       bd4 sn4 bd4 sn4
6       <<
7         {\voiceOne \repeat unfold 16 hh16 }
8         \new DrumVoice { \voiceTwo bd4 sn4 bd4 sn4 }
9       >> \oneVoice
10     }
11   >>
12   \layout {}
13   \midi {}
14 }