X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots-move.ly;h=71fbdabb608fced5c564a9239365e0bd8134bff7;hb=3d8f4559228bd8a4a30bb024163b64d425b76f18;hp=a060f867efde5907b5f7c4368411725f0fb1e6b2;hpb=26e6cd3cb8eba39896c88ab4050ce304ddcbcd24;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index a060f867ef..71fbdabb60 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,4 +1,4 @@ -\version "2.10.0" +\version "2.14.0" \header { texidoc = "If dotted note heads must remain on the left side, @@ -9,7 +9,17 @@ 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 + s1*0^"prefer-dotted-right = #t" + << 4 \\ { c8. d16 } >> + << 4 \\ { d8. d16 } >> + << 4 \\ { f'8. d16 } >> + << 4 \\ { g'8. d16 } >> + \override Staff.NoteCollision #'prefer-dotted-right = ##f + s1*0^"prefer-dotted-right = #f" + << 4 \\ { c8. d16 } >> + << 4 \\ { d8. d16 } >> + << 4 \\ { f'8. d16 } >> + << 4 \\ { g'8. d16 } >> }