X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=c0d28c0bafc3977f227afb2a79a74d4896383707;hb=bf5e12cca7be0cf62014de7186dffaebbee13bfa;hp=64cca530b67c83c9df867550c392dd06904fc1c8;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index 64cca530b6..c0d28c0baf 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,17 +1,23 @@ -\version "2.2.0" +\version "2.19.21" \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 { + \clef bass + \override Staff.NoteCollision.prefer-dotted-right = ##t + << 4 ^"prefer-dotted-right = #t" \\ { c8. d16 } >> + << 4 \\ { d8. d16 } >> + << 4 \\ { f'8. d16 } >> + << 4 \\ { g'8. d16 } >> + \override Staff.NoteCollision.prefer-dotted-right = ##f + << 4 ^"prefer-dotted-right = #f" \\ { c8. d16 } >> + << 4 \\ { d8. d16 } >> + << 4 \\ { f'8. d16 } >> + << 4 \\ { g'8. d16 } >> }