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