X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdot-flag-collision.ly;h=23fa9adb6b6312e77cca9722236248e63cb729f4;hb=f6be8223afafc41f932e8ae2034c20a6da69e276;hp=94165b758bd1c137b5577d19af24f7e80b1d6f5c;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/dot-flag-collision.ly b/input/regression/dot-flag-collision.ly index 94165b758b..23fa9adb6b 100644 --- a/input/regression/dot-flag-collision.ly +++ b/input/regression/dot-flag-collision.ly @@ -1,18 +1,19 @@ -\version "1.7.18" + +\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 { - \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 +{ + \time 8/4 + \set Staff.autoBeaming = ##f + a16. + g''16. + a,4. a8 a8. a16. c,16. g16. } +