]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly
Release: bump Welcome versions.
[lilypond.git] / Documentation / snippets / changing-text-and-spanner-styles-for-text-dynamics.ly
index db1ad574dda9688076300ba7d2b2aa24f3175cd3..77c5a40eb50b445ca934759e115c5863c228f222 100644 (file)
@@ -1,57 +1,23 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.16"
+\version "2.18.0"
 
 \header {
-  lsrtags = "expressive-marks"
-
-%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
-  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):
-
-"
-  doctitlees = "Cambiar el texto y los estilos de objeto de extensión para las indicaciones dinámicas textuales"
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-texidocde = "
-Der Text, der für Crescendo und Decrescendo gestzt wird, kann geändert
-werden, indem man die Eigenschaften @code{crescendoText} und
-@code{decrescendoText} verändert.  Der Stil des Streckers kann auch
-geändert werden, indem die @code{'style}-Eigenschaft des
-@code{DynamicTextSpanner} beeinflusst wird.  Der Standardwert ist
-@code{'hairpin}, ander Möglichkeiten sind @code{'line}, @code{'dashed-line}
-und @code{'dotted-line}.
-"
-  doctitlede = "Text und Strecker-Stile für Dynamik-Texte ändern"
-%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
-  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
-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}.
-
-"
-  doctitlefr = "Modifidation du texte et de l'extension de nuances textuelles"
-
+  lsrtags = "expressive-marks, tweaks-and-overrides"
 
   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"
@@ -60,7 +26,7 @@ default value is @code{'hairpin}, and other possible values include
 \relative c'' {
   \set crescendoText = \markup { \italic { cresc. poco } }
   \set crescendoSpanner = #'text
-  \override DynamicTextSpanner #'style = #'dotted-line
+  \override DynamicTextSpanner.style = #'dotted-line
   a2\< a
   a2 a
   a2 a