X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=c0d28c0bafc3977f227afb2a79a74d4896383707;hb=bc3062dd8a07c51e074ba45e2718e1331a1e3a42;hp=1bd8ed04dbbe3a4f7421c9f5c738c44f5b5d320d;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index 1bd8ed04db..c0d28c0baf 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,17 +1,23 @@ -\version "2.1.22" +\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 } >> }