]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi-drums.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / midi-drums.ly
1 \version "2.12.0" 
2 \header {
3   texidoc = "Midi can create drums."
4 }
5
6 \score {
7   \new DrumStaff <<
8     \drummode {
9       bd4 sn4 bd4 sn4
10       <<
11         {\voiceOne \repeat unfold 16 hh16 }
12         \new DrumVoice { \voiceTwo bd4 sn4 bd4 sn4 }
13       >> \oneVoice
14     }
15   >>
16   \layout {}
17   \midi {}
18 }