]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-flag.ly
beed7315ab283458b5e4184fd587724c4f78d352
[lilypond.git] / input / regression / beam-collision-flag.ly
1 \version "2.15.24"
2
3 \header {
4   texidoc = "Beams do not collide with flags.
5 "
6 }
7
8 \relative c' <<
9   { \voiceOne c'8 r } \\
10   { \voiceThree c,8.[ c'16] }
11 >>