X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=38f8d4144c1446c5cfd3464bf73b81fa175489ce;hb=ece9886c114de7eecde8ad4341a226cae2e5d079;hp=e6848718111d2a60efab73f2f3baf8471c4e7212;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index e684871811..38f8d4144c 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,7 +1,7 @@ -\version "2.12.0" +\version "2.17.6" \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." } @@ -9,7 +9,15 @@ collision resolution moves the dots to the right." \layout { ragged-right = ##t } \relative c { - \key d \minor \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 } >> }