X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdot-flag-collision.ly;h=23fa9adb6b6312e77cca9722236248e63cb729f4;hb=a9fa9784c0b21fe7de2738befc0a3bcc5f89ee4f;hp=e59ffde385cb75b042c6bd13b97957893a2babd6;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/dot-flag-collision.ly b/input/regression/dot-flag-collision.ly index e59ffde385..23fa9adb6b 100644 --- a/input/regression/dot-flag-collision.ly +++ b/input/regression/dot-flag-collision.ly @@ -1,19 +1,19 @@ -\version "2.3.22" +\version "2.19.21" \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 { - \relative c'' - { - \time 8/4 - \set Staff.autoBeaming = ##f - a,16. - g''16. - a,4. a8 a8. a16. c,16. g16. - } - \layout { raggedright = ##t} + +\relative +{ + \time 8/4 + \set Staff.autoBeaming = ##f + a16. + g''16. + a,4. a8 a8. a16. c,16. g16. } +