]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly
CG: change some references from master to staging.
[lilypond.git] / Documentation / snippets / changing-text-and-spanner-styles-for-text-dynamics.ly
index f80a25fa08d9acd5c159c01e1455f7257f1a465f..4e318327d76dd521ac482df6148bffafa47d240d 100644 (file)
@@ -4,22 +4,22 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "expressive-marks"
+  lsrtags = "tweaks-and-overrides, expressive-marks"
 
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
 Se puede modificar el texto empleado para los crescendos y
 decrescendos modificando las propiedades de contexto
-@code{crescendoText} y @code{decrescendoText}.  El estilo de la
-línea de extensión se puede cambiar modificando la propiedad
-@code{'style} de @code{DynamicTextSpanner}.  El valor
-predeterminado es @code{'hairpin} (regulador), y entre otros
-valores posibles se encuentran @code{'line} (línea),
-@code{'dashed-line} (línea discontinua) y @code{'dotted-line}
-(línea de puntos):
+@code{crescendoText} y @code{decrescendoText}.
+
+El estilo de la línea de extensión se puede cambiar modificando la
+propiedad @code{'style} de @code{DynamicTextSpanner}.  El valor
+predeterminado es @code{'dashed-line} (línea discontinua), y entre
+otros valores posibles se encuentran @code{'line} (línea),
+@code{'dotted-line} (línea de puntos) y @code{'none} (nada):
 
 "
   doctitlees = "Cambiar el texto y los estilos de objeto de extensión para las indicaciones dinámicas textuales"
@@ -37,11 +37,11 @@ und @code{'dotted-line}.
 "
   doctitlede = "Text und Strecker-Stile für Dynamik-Texte ändern"
 
-%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   texidocfr = "
 Le texte par défaut des crescendos et decrescendos se change en
 modifiant les propriétés de contexte @code{crescendoText} et
-@code{decrescendoText}. L'aspect de la ligne d'extension est fonction
+@code{decrescendoText}.  L'aspect de la ligne d'extension est fonction
 de la propriété @code{'style} du @code{DynamicTextSpanner}.  Sa valeur
 par défaut est @code{'hairpin}, mais d'autres valeurs sont disponibles,
 comme @code{'line}, @code{'dashed-line} et @code{'dotted-line}.
@@ -53,15 +53,18 @@ comme @code{'line}, @code{'dashed-line} et @code{'dotted-line}.
   texidoc = "
 The text used for crescendos and decrescendos can be changed by
 modifying the context properties @code{crescendoText} and
-@code{decrescendoText}. The style of the spanner line can be changed by
-modifying the @code{'style} property of @code{DynamicTextSpanner}.  The
-default value is @code{'hairpin}, and other possible values include
-@code{'line}, @code{'dashed-line} and @code{'dotted-line}.
+@code{decrescendoText}.
+
+The style of the spanner line can be changed by modifying the
+@code{'style} property of @code{DynamicTextSpanner}.  The default value
+is @code{'dashed-line}, and other possible values include @code{'line},
+@code{'dotted-line} and @code{'none}.
 
 "
   doctitle = "Changing text and spanner styles for text dynamics"
 } % begin verbatim
 
+
 \relative c'' {
   \set crescendoText = \markup { \italic { cresc. poco } }
   \set crescendoSpanner = #'text