]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-flag-collision.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / dot-flag-collision.ly
1
2 \version "2.1.26"
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         \set 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