]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-move.ly
Add Grace_auto_beam_engraver to default engravers for Voice
[lilypond.git] / input / regression / collision-dots-move.ly
index 71fbdabb608fced5c564a9239365e0bd8134bff7..38f8d4144c1446c5cfd3464bf73b81fa175489ce 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.14.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."
 
 }
@@ -10,15 +10,13 @@ collision resolution moves the dots to the right."
 
 \relative c {
   \clef bass
-  \override Staff.NoteCollision #'prefer-dotted-right = ##t
-  s1*0^"prefer-dotted-right = #t"
-  << <b g' >4 \\ { c8. d16 } >>
+  \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
-  s1*0^"prefer-dotted-right = #f"
-  << <b g' >4 \\ { c8. d16 } >>
+  \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 } >>
   << <c a' >4 \\ { g'8. d16 } >>