]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-dots-move.ly
Doc: avoid using zero-duration spacers in examples
[lilypond.git] / input / regression / collision-dots-move.ly
index 71fbdabb608fced5c564a9239365e0bd8134bff7..ca8736f356051d1f0730be5101c7837942f5a382 100644 (file)
@@ -1,7 +1,7 @@
 \version "2.14.0"
 \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."
 
 }
@@ -11,14 +11,12 @@ 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 } >>
+  << <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 } >>
+  << <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 } >>