]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-slurs-with-complex-dash-structure.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / making-slurs-with-complex-dash-structure.ly
index 3a6e98de1ec1b25cae85546c711a86fa9a338227..6f63878cbe8d261e766e342abc4e76cfee5668dc 100644 (file)
@@ -5,7 +5,7 @@
 \version "2.13.10"
 
 \header {
-%% Translation of GIT committish: da7ce7d651c3a0d1bfed695f6e952975937a1c79
+%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5
   texidoces = "
 
 Las ligaduras de expresión se pueden construir con patrones de
@@ -103,10 +103,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)
 }