]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-flag-collision.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / dot-flag-collision.ly
1
2 \version "2.11.51"
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 c''
10 {
11   \time 8/4
12   \set Staff.autoBeaming = ##f
13   a,16.
14   g''16.
15   a,4. a8 a8. a16. c,16. g16.
16 }
17
18
19