X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fdot-flag-collision.ly;h=06afc8b858759ee41afcf3083177a4c89a41afac;hb=f5b3d5c2d4181615c3e50671e9827c712ca3ccb8;hp=b8f6387ad852cf99ba8970d287c706d9bd575dfa;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/dot-flag-collision.ly b/input/regression/dot-flag-collision.ly index b8f6387ad8..06afc8b858 100644 --- a/input/regression/dot-flag-collision.ly +++ b/input/regression/dot-flag-collision.ly @@ -1,19 +1,19 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.10.0" \header { - texidoc = "Dots move to the right when a collision with the (up)flag happens." + texidoc = "Dots move to the right when a collision with the (up)flag happens." } +\layout { ragged-right = ##t} + -\score { - \notes\relative c'' - { - \time 8/4 - \property Staff.autoBeaming = ##f - a,16. - g''16. - a,4. a8 a8. a16. c,16. g16. - } - \paper { raggedright = ##t} +\relative c'' +{ + \time 8/4 + \set Staff.autoBeaming = ##f + a,16. + g''16. + a,4. a8 a8. a16. c,16. g16. } +