]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-move.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / collision-dots-move.ly
index 801e404063e3bdbadc0c5c64901f6196f33fba3b..38f8d4144c1446c5cfd3464bf73b81fa175489ce 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 \header {
 
     texidoc = "If dotted note heads must remain on the left side,
@@ -10,12 +10,12 @@ collision resolution moves the dots to the right."
 
 \relative c {
   \clef bass
-  \override Staff.NoteCollision #'prefer-dotted-right = ##t
+  \override Staff.NoteCollision.prefer-dotted-right = ##t
   << <b g' >4 ^"prefer-dotted-right = #t" \\ { c8. d16 } >>
   << <b g' >4 \\ { d8. d16 } >>
   << <b g' >4 \\ { f'8. d16 } >>
   << <c a' >4 \\ { g'8. d16 } >>
-  \override Staff.NoteCollision #'prefer-dotted-right = ##f
+  \override Staff.NoteCollision.prefer-dotted-right = ##f
   << <b g' >4 ^"prefer-dotted-right = #f" \\ { c8. d16 } >>
   << <b g' >4 \\ { d8. d16 } >>
   << <b g' >4 \\ { f'8. d16 } >>