X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdot-flag-collision.ly;h=23fa9adb6b6312e77cca9722236248e63cb729f4;hb=7271ef0cd2204b490c64abc1f77dc2609d81451f;hp=ec6d6c8ec3ce528e3ba1c30fb2ea6d3bc9fe7594;hpb=9d3df03734443ed214141ca8bf4b6fc32af945a5;p=lilypond.git diff --git a/input/regression/dot-flag-collision.ly b/input/regression/dot-flag-collision.ly index ec6d6c8ec3..23fa9adb6b 100644 --- a/input/regression/dot-flag-collision.ly +++ b/input/regression/dot-flag-collision.ly @@ -1,9 +1,19 @@ +\version "2.19.21" \header { -texidoc = "Stems are extended if flags and dots collide." + texidoc = "Dots move to the right when a collision with the (up)flag happens." } - -\score{ - \notes\relative c'{ f8. g f16. g f32. g} +\layout { ragged-right = ##t} + + +\relative +{ + \time 8/4 + \set Staff.autoBeaming = ##f + a16. + g''16. + a,4. a8 a8. a16. c,16. g16. } + +