X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fcollision-dots-move.ly;h=e6848718111d2a60efab73f2f3baf8471c4e7212;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=0e69b3f13a8769a4e00dbb4d2550710c174dfadc;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index 0e69b3f13a..e684871811 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,17 +1,15 @@ -\version "2.1.28" +\version "2.12.0" \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 { - \notes \relative c { - \key d \minor - \clef bass - << 4 \\ { g'8. bes16} >> - } +\relative c { + \key d \minor + \clef bass + << 4 \\ { g'8. bes16} >> }