]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-flag-collision.ly
''
[lilypond.git] / input / regression / dot-flag-collision.ly
1 \header {
2     texidoc = "Dots move to the right when a collision with the (up)flag happens"
3 }
4
5 \score {
6     \notes\relative c''
7     {
8         \time 8/4
9         \property Staff.autoBeaming = ##f
10         a,16.
11         g''16.
12         a,4. a8 a8. a16. c,16. g16.
13     }
14     \paper { linewidth = -1. }
15 }
16