]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-slurs-with-complex-dash-structure.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / making-slurs-with-complex-dash-structure.ly
index 3a6e98de1ec1b25cae85546c711a86fa9a338227..f2054a77bb537e29507aca2c5ee1533e4905c0bb 100644 (file)
@@ -5,7 +5,7 @@
 \version "2.13.10"
 
 \header {
-%% Translation of GIT committish: da7ce7d651c3a0d1bfed695f6e952975937a1c79
+%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
   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)
 }