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