X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fcollision-dots-move.ly;h=c0d28c0bafc3977f227afb2a79a74d4896383707;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=71fbdabb608fced5c564a9239365e0bd8134bff7;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/input/regression/collision-dots-move.ly b/input/regression/collision-dots-move.ly index 71fbdabb60..c0d28c0baf 100644 --- a/input/regression/collision-dots-move.ly +++ b/input/regression/collision-dots-move.ly @@ -1,24 +1,22 @@ -\version "2.14.0" +\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 { +\relative { \clef bass - \override Staff.NoteCollision #'prefer-dotted-right = ##t - s1*0^"prefer-dotted-right = #t" - << 4 \\ { c8. d16 } >> + \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 - s1*0^"prefer-dotted-right = #f" - << 4 \\ { c8. 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 } >>