]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-flag.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-collision-flag.ly
1 \version "2.16.0"
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 >>