X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-text-and-spanner-styles-for-text-dynamics.ly;h=7454e18d0f94ee8dd606106e93364210127ee49b;hb=45b219221124f4d7b977a1a0b1e489c47bb3ac02;hp=b142bd478000d15b6d1d142fe8cdf231eef59176;hpb=162b5d842f34770c92b173878348a0afcc81f281;p=lilypond.git diff --git a/Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly b/Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly index b142bd4780..7454e18d0f 100644 --- a/Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly +++ b/Documentation/snippets/changing-text-and-spanner-styles-for-text-dynamics.ly @@ -1,22 +1,25 @@ -%% 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.16" +\version "2.14.0" \header { - lsrtags = "expressive-marks" + lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549 +%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f 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" @@ -24,17 +27,17 @@ valores posibles se encuentran @code{'line} (línea), %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " -Der Text, der für Crescendo und Decrescendo gestzt wird, kann geändert +Der Text, der für Crescendo und Decrescendo gesetzt 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} +@code{'hairpin}, andere 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 +%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e texidocfr = " Le texte par défaut des crescendos et decrescendos se change en modifiant les propriétés de contexte @code{crescendoText} et @@ -50,10 +53,12 @@ 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"