]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-breath-mark-symbol.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / changing-the-breath-mark-symbol.ly
index e9be018cfd0667ddd039fcd349b33232ef699f19..d7b11f374ff9fdfe22a3e4c9534fd48a1ef49829 100644 (file)
@@ -1,17 +1,26 @@
 %% 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.55"
+\version "2.13.0"
 
 \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
+sobreescribiendo la propiedad 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"
+  
+%% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
+  texidocde = "
+Das Schriftzeichen für das Atemzeichen kann verändert werden, indem
+die Text-Eigenschaft des @code{BreathingSign}-Layoutobjekts mit einer
+beliebigen Textbeschriftung definiert wird.
+
+"
+  doctitlede = "Das Atemzeichen-Symbol verändern"
 
   texidoc = "
 The glyph of the breath mark can be tuned by overriding the text
@@ -21,9 +30,10 @@ text.
 "
   doctitle = "Changing the breath mark symbol"
 } % begin verbatim
+
 \relative c'' {
   c2
-  \override BreathingSign #'text = #(make-musicglyph-markup "scripts.rvarcomma")
+  \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
   \breathe
   d2
 }