]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-breath-mark-symbol.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / changing-the-breath-mark-symbol.ly
index 5a433de8a0d6504592ea79f21c2fb4961ec2659e..8b51aea49a32113077de2b6199fe1b8056053d68 100644 (file)
@@ -1,40 +1,16 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.10"
+\version "2.16.0"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
-  texidoces = "
-El glifo de la marca de respiración se puede ajustar
-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: d96023d8792c8af202c7cb8508010c0d3648899d
-  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"
-%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7
-  texidocfr = "
-On peut choisir le glyphe imprimé par cette commande, en modifiant la
-propriété @code{text} de l'objet @code{BreathingSign}, pour lui affecter
-n'importe quelle indication textuelle.
-
-"
-  doctitlefr = "Modification de l'indicateur de respiration"
-
-
   texidoc = "
-The glyph of the breath mark can be tuned by overriding the text
+The glyph of the breath mark can be tuned by overriding the @code{text}
 property of the @code{BreathingSign} layout object with any markup
 text.
 
@@ -44,7 +20,8 @@ text.
 
 \relative c'' {
   c2
-  \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
+  \override BreathingSign #'text =
+    \markup { \musicglyph #"scripts.rvarcomma" }
   \breathe
   d2
 }