]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/rhythms.itely
Doc-fr: NR world node renaming
[lilypond.git] / Documentation / es / notation / rhythms.itely
index 6a3b8bb072bbb4a69b2fd1233b4018e21509e11d..95114ff993dd947603d6d88ef566ce93831553a4 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.15.18"
 
 @node Duraciones
 @section Duraciones
@@ -3422,9 +3422,9 @@ MyCadenza = \relative c' {
     \MyCadenza c'1
   }
   \new Staff {
-    #(ly:export (mmrest-of-length MyCadenza))
+    $(mmrest-of-length MyCadenza)
     c'1
-    #(ly:export (skip-of-length MyCadenza))
+    $(skip-of-length MyCadenza)
     c'1
   }
 >>