X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=fb7297fdd7e9d37691afcbe01b8ac394049dd6d0;hb=b59c8c2a2c18103cac89dab3e7f82fd17ac36d00;hp=83d2c951758d995ce7d5cb55079bf6430397152a;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index 83d2c95175..fb7297fdd7 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,17 +1,15 @@ -\version "2.3.17" +\version "2.11.51" \header { - texidoc = "If collision resolution finds dotted note head must - remain on left hand side, move dots to the right." + texidoc = "If dotted note heads must remain on the left side, +collision resolution moves the dots to the right." } -\paper { raggedright = ##t } +\layout { ragged-right = ##t } -\score { - \relative c { - \key d \minor - \clef bass - << 4 \\ { g'8. bes16} >> - } +\relative c { + \key d \minor + \clef bass + << 4 \\ { g'8. bes16} >> }