]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/inserting-a-caesura.ly
LSR: Update.
[lilypond.git] / input / lsr / inserting-a-caesura.ly
index c6455a36b1d75f9e18508a7390f2928f935fc3c0..916f46a80793729687e150c6c8845b494da1bcd9 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.61"
+\version "2.11.62"
 \header {
   texidoces = "
 Las marcas de cesura se pueden crear sobreescribiendo la propiedad
@@ -20,11 +20,13 @@ mark is also available.
 } % begin verbatim
 
 \relative c'' {
-  \override BreathingSign #'text =
-    #(make-musicglyph-markup "scripts.caesura.straight")
+  \override BreathingSign #'text = \markup {
+    \musicglyph #"scripts.caesura.straight"
+  }
   c8 e4. \breathe g8. e16 c4
 
-  \override BreathingSign #'text =
-    #(make-musicglyph-markup "scripts.caesura.curved")
+  \override BreathingSign #'text = \markup {
+    \musicglyph #"scripts.caesura.curved"
+  }
   g8 e'4. \breathe g8. e16 c4
 }