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