X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhiding-the-extender-line-for-text-dynamics.ly;h=a65526aa8fc775bdc25f3ea2d48606730d6fd982;hb=dd8a0b7cc3280f273e66d20c72f1d4097dc6645a;hp=388f120049c2015c4bad1ff489492d1754b47708;hpb=8860a7700be8348848bba7972ad86ef46721c544;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 388f120049..a65526aa8f 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.20" +\version "2.15.25" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7 +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 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. @@ -19,17 +22,17 @@ Esta línea se puede suprimir de la siguiente manera: %% 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 +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 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 : +leur étendue. On peut empêcher l'impression de ces pointillés. " doctitlefr = "Masquage de l'extension des nuances textuelles" @@ -45,7 +48,7 @@ following way: } % begin verbatim \relative c'' { - \override DynamicTextSpanner #'dash-period = #-1.0 + \override DynamicTextSpanner #'style = #'none \crescTextCresc c1\< | d | b | c\! }