X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdot-flag-collision.ly;h=06afc8b858759ee41afcf3083177a4c89a41afac;hb=3125ddd39e6a956e00ec12da79ceabec8b22199f;hp=049d030bf9ed7a784efd440e51e5554a1534c484;hpb=f41e76b0ca29311570db6731f0836648212edfe2;p=lilypond.git diff --git a/input/regression/dot-flag-collision.ly b/input/regression/dot-flag-collision.ly index 049d030bf9..06afc8b858 100644 --- a/input/regression/dot-flag-collision.ly +++ b/input/regression/dot-flag-collision.ly @@ -1,16 +1,19 @@ + +\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 { linewidth = -1. } +\relative c'' +{ + \time 8/4 + \set Staff.autoBeaming = ##f + a,16. + g''16. + a,4. a8 a8. a16. c,16. g16. } + +