X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=e6848718111d2a60efab73f2f3baf8471c4e7212;hb=1b365a919e294fe2956ea96dea20ace78c55738c;hp=3f947c156072446bf437b5ed1d0f40755e535a03;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index 3f947c1560..e684871811 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,17 +1,15 @@ -\version "2.6.0" +\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." } -\layout { 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} >> }