]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/midi-drums.ly
Use a `define-builtin-markup-command' macro for builtin markups, which
[lilypond.git] / input / no-notation / midi-drums.ly
1
2 \version "2.10.0"
3
4 \version "2.10.1" 
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 }