Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / midi-drums.ly
blobbd00285cf29084e0116eba7bb15c2c2d2d2ff788
1 \version "2.12.0"
2 \header {
3 texidoc = "Midi can create drums."
6 \score {
7 \new DrumStaff <<
8 \drummode {
9 bd4 sn4 bd4 sn4
11 {\voiceOne \repeat unfold 16 hh16 }
12 \new DrumVoice { \voiceTwo bd4 sn4 bd4 sn4 }
13 >> \oneVoice
16 \layout {}
17 \midi {}