X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdot-flag-collision.ly;h=23fa9adb6b6312e77cca9722236248e63cb729f4;hb=8cf69a467ad7650f5ca9da6fe2dfd4c7c088b239;hp=d4f82bae4ab4ee753235b0398faf93530665036c;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/dot-flag-collision.ly b/input/regression/dot-flag-collision.ly index d4f82bae4a..23fa9adb6b 100644 --- a/input/regression/dot-flag-collision.ly +++ b/input/regression/dot-flag-collision.ly @@ -1,19 +1,19 @@ -\version "2.1.36" +\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 - \set 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. } +