]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/usage/running.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / es / usage / running.itely
index bdcebc5435af8f0e711047d0da05c456f5925135..5815e50763ea8c4cff178384f407e406747b07f1 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.6"
+@c \version "2.19.21"
 
 
 @node Ejecutar LilyPond
@@ -1078,7 +1078,7 @@ cada uno de los cuales crea implícitamente bloques @code{Staff} y
 
 @lilypond[quote,verbatim]
 \repeat unfold 2 {
-  \relative c' { c4 d e f }
+  \relative { c'4 d e f }
 }
 @end lilypond
 
@@ -1088,7 +1088,7 @@ explícitamente:
 @lilypond[quote,verbatim]
 \new Voice {
   \repeat unfold 2 {
-    \relative c' { c4 d e f }
+    \relative { c'4 d e f }
   }
 }
 @end lilypond