]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-percussion-staves.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / ambitus-percussion-staves.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Adding ambitus to percussion contexts does not cause
5 crashes, since the @code{Ambitus_engraver} will only
6 acknowledge pitched note heads."
7 }
8
9 \new DrumStaff \with { \consists "Ambitus_engraver" } <<
10   \new DrumVoice \drummode { \voiceOne cymr8 cymr }
11   \new DrumVoice \drummode { \voiceTwo hhp4 }
12 >>