X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=e6848718111d2a60efab73f2f3baf8471c4e7212;hb=5d0446dcb9acd2a8f16874408568523ede4d2270;hp=31ca437497eea41863ab647baa53e0a916469112;hpb=fa4a19819030d7ebe7223fbd863ada11a3477c21;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index 31ca437497..e684871811 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,16 +1,15 @@ +\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} >> }