X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=c0d28c0bafc3977f227afb2a79a74d4896383707;hb=ece789bf5f661cb8f16b50f87a248dedd6e1d8d5;hp=fb7297fdd7e9d37691afcbe01b8ac394049dd6d0;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index fb7297fdd7..c0d28c0baf 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,15 +1,23 @@ -\version "2.11.51" +\version "2.19.21" \header { - - texidoc = "If dotted note heads must remain on the left side, + + texidoc = "If dotted note heads must remain on the left side, collision resolution moves the dots to the right." } \layout { ragged-right = ##t } -\relative c { - \key d \minor +\relative { \clef bass - << 4 \\ { g'8. bes16} >> + \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 } >> }