]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/making-slurs-with-complex-dash-structure.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / new / making-slurs-with-complex-dash-structure.ly
index e2d1b8cff7b09e06d960bb6c239291a606594135..eb0031c9db521467993d9561a6838466c46ffa74 100644 (file)
@@ -27,10 +27,10 @@ set to 1 for a solid slur.
     Slur #'dash-definition = #'((0 0.3 0.1 0.75)
                                 (0.3 0.6 1 1)
                                 (0.65 1.0 0.4 0.75))
-  c( d e f)
+  c4( d e f)
   \once \override
     Slur #'dash-definition = #'((0 0.25 1 1)
                                 (0.3 0.7 0.4 0.75)
                                 (0.75 1.0 1 1))
-  c( d e f)
+  c4( d e f)
 }