X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhiding-the-extender-line-for-text-dynamics.ly;h=3cfe8ae86d241533093fa5deda0dac8a3ef89da0;hb=b503d2c54e1c3c6bf1677226b2c2aaab94e8aba8;hp=208914bdc7f53d7f26c2423579331cf183dbd208;hpb=1c859650b6ff11a7dbe829328fd5cae3816b9231;p=lilypond.git diff --git a/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly b/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly index 208914bdc7..3cfe8ae86d 100644 --- a/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly +++ b/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly @@ -1,11 +1,15 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% 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.1" +\version "2.13.51" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65 +%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec texidoces = " Los cambios de dinámica con estilo de texto (como cresc. y dim.) se imprimen con una línea intermitente que muestra su alcance. @@ -13,27 +17,38 @@ Esta línea se puede suprimir de la siguiente manera: " doctitlees = "Ocultar la línea de extensión de las expresiones textuales de dinámica" - -%% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a + + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Dynamik-Texte (wie cresc. und dim.) werden mit einer gestrichelten Linie -gesetzt, die ihre Dauer anzeigt. Diese Linie kann auf foldenge Weise +gesetzt, die ihre Dauer anzeigt. Diese Linie kann auf folgende Weise unterdrückt werden: " doctitlede = "Crescendo-Linien von Dynamik-Texten unterdrücken" +%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 + texidocfr = " +Les crescendos et decrescendos indiqués textuellement -- tels que +@emph{cresc.} ou @emph{dim.} -- sont suivis de pointillés qui montrent +leur étendue. On peut empêcher l'impression de ces pointillés avec : + +" + doctitlefr = "Masquage de l'extension des nuances textuelles" + + texidoc = " Text style dynamic changes (such as cresc. and dim.) are printed with a dashed line showing their extent. This line can be suppressed in the -following way: +following way: " doctitle = "Hiding the extender line for text dynamics" } % begin verbatim \relative c'' { - \override DynamicTextSpanner #'dash-period = #-1.0 + \override DynamicTextSpanner #'style = #'none \crescTextCresc c1\< | d | b | c\! }