X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhiding-the-extender-line-for-text-dynamics.ly;h=b92da64840e7b1acad8601f6dedbc8546da9afc0;hb=ef31f0442c7be02c90b9e6b2b9e9809def42ae37;hp=4dcdd7ba709004daf8355742ee58295d2099f2a0;hpb=d7c0f4263534307616c82d9b2ce6fdef9472456f;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 4dcdd7ba70..b92da64840 100644 --- a/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly +++ b/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly @@ -1,38 +1,14 @@ -%% 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.20" +\version "2.18.0" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: 0c1494d93d3ac391fe549a02e8198fe628edac17 - 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. -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: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Dynamik-Texte (wie cresc. und dim.) werden mit einer gestrichelten Linie -gesetzt, die ihre Dauer anzeigt. Diese Linie kann auf foldenge 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 @@ -43,8 +19,7 @@ following way: } % begin verbatim \relative c'' { - \override DynamicTextSpanner #'dash-period = #-1.0 + \override DynamicTextSpanner.style = #'none \crescTextCresc c1\< | d | b | c\! } -