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