X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhiding-the-extender-line-for-text-dynamics.ly;h=bbd0a9aa1825ef1c9d3a0e969a9f66c7fe002ee2;hb=5291daf785cd215145473781612732de94890ba0;hp=7e4be26ad253e5543503720bf8802f173ae1ebfe;hpb=f5bdd79efc48f52f3b1c86857f747afa3cb33dcf;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 7e4be26ad2..bbd0a9aa18 100644 --- a/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly +++ b/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly @@ -1,12 +1,15 @@ -%% 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.10" +\version "2.15.2" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb +%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c 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. @@ -15,15 +18,17 @@ 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: d96023d8792c8af202c7cb8508010c0d3648899d + +%% 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: ae814f45737bd1bdaf65b413a4c37f70b84313b7 + +%% 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 @@ -43,7 +48,7 @@ following way: } % begin verbatim \relative c'' { - \override DynamicTextSpanner #'dash-period = #-1.0 + \override DynamicTextSpanner #'style = #'none \crescTextCresc c1\< | d | b | c\! }