]> git.donarmstrong.com Git - lilypond.git/blob - input/texidocs/changing-text-and-spanner-styles-for-text-dynamics.texidoc
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / texidocs / changing-text-and-spanner-styles-for-text-dynamics.texidoc
1   texidoces = "
2 Se puede modificar el texto empleado para los crescendos y
3 decrescendos modificando las propiedades de contexto
4 @code{crescendoText} y @code{decrescendoText}.  El estiloo de la
5 línea de extensión se puede cambiar modificando la propiedad
6 @code{'style} de @code{DynamicTextSpanner}.  El valor
7 predeterminado es @code{'hairpin} (regulador), y entre otros
8 valores posibles se encuentran @code{'line} (línea),
9 @code{'dashed-line} (línea intermitente) y @code{'dotted-line}
10 (línea de puntos):
11
12 "
13   doctitlees = "Cambiar el texto y los estilos de objeto de extensión para las indicaciones dinámicas textuales"
14   
15 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
16 texidocde = "
17 Der Text, der für Crescendo und Decrescendo gestzt wird, kann geändert
18 werden, indem man die Eigenschaften @code{crescendoText} und
19 @code{decrescendoText} verändert.  Der Stil des Streckers kann auch
20 geändert werden, indem die @code{'style}-Eigenschaft des
21 @code{DynamicTextSpanner} beeinflusst wird.  Der Standardwert ist
22 @code{'hairpin}, ander Möglichkeiten sind @code{'line}, @code{'dashed-line}
23 und @code{'dotted-line}:
24 "
25   doctitlede = "Text und Strecker-Stile für Dynamik-Texte ändern"