]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-breath-mark-symbol.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / changing-the-breath-mark-symbol.ly
index 8a1141b0db5ccf02a54000ca1e1709da5431ca54..92c5558af3f7bc2044b4f67cdc55205591be6947 100644 (file)
@@ -1,10 +1,18 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.48"
+\version "2.11.57"
 
 \header {
   lsrtags = "expressive-marks"
 
+  texidoces = "
+El glifo de la marca de respiración se puede ajustar
+sobreescribiendo la proopiedad de texto del objeto de presentación
+@code{BreathingSign}, con cualquier otro texto de marcado.
+
+"
+  doctitlees = "Cambiar el símbolo de la marca de respiración"
+
   texidoc = "
 The glyph of the breath mark can be tuned by overriding the text
 property of the @code{BreathingSign} layout object with any markup
@@ -15,7 +23,7 @@ text.
 } % begin verbatim
 \relative c'' {
   c2
-  \override BreathingSign #'text = #(make-musicglyph-markup "scripts.rvarcomma")
+  \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
   \breathe
   d2
 }