X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=b269de735450a87d3da95a4ebec287fbc72bc10c;hb=9465a68cc4f01a798a14f4e790d9e01ec4ac72ef;hp=c4c8b2894606c73454b59a3320a935f4d1bf468c;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index c4c8b28946..b269de7354 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,4 +1,4 @@ -\version "2.1.30" +\version "2.10.0" \header { texidoc = "If collision resolution finds dotted note head must @@ -6,12 +6,10 @@ } -\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} >> }