]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/rhythms.itely
Doc-fr: NR world node renaming
[lilypond.git] / Documentation / notation / rhythms.itely
index 89232888ae7c622a17a4f62611e40e0bc37e1a96..5e51e76c92c0061d9062cf3ea9f0278624ed32de 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.15.18"
 
 @node Rhythms
 @section Rhythms
@@ -3317,9 +3317,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
   }
 >>