X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=Documentation%2Fsnippets%2Fhiding-the-extender-line-for-text-dynamics.ly;h=cb9265d3c0b94cdb1e7843dc88e93df58769b919;hb=f80f8678b39c5bc7da16668d4052514b8d07b281;hp=6bb2890870b38eb663ae35f8192c9f8738b029a2;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;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 6bb2890870..cb9265d3c0 100644 --- a/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly +++ b/Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly @@ -4,40 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.15.7" +\version "2.17.15" \header { lsrtags = "expressive-marks" -%% 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. -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 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 @@ -47,9 +18,9 @@ following way: doctitle = "Hiding the extender line for text dynamics" } % begin verbatim + \relative c'' { - \override DynamicTextSpanner #'style = #'none + \override DynamicTextSpanner.style = #'none \crescTextCresc c1\< | d | b | c\! } -