]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/hiding-the-extender-line-for-text-dynamics.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / hiding-the-extender-line-for-text-dynamics.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.0"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 Los cambios de dinámica con estilo de texto (como cresc. y dim.)
10 se imprimen con una línea intermitente que muestra su alcance.
11 Esta línea se puede suprimir de la siguiente manera:
12
13 "
14   doctitlees = "Ocultar la línea de extensión de las expresiones textuales de dinámica"
15   
16 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
17 texidocde = "
18 Dynamik-Texte (wie cresc. und dim.) werden mit einer gestrichelten Linie
19 gesetzt, die ihre Dauer anzeigt.  Diese Linie kann auf foldenge Weise
20 unterdrückt werden:
21
22 "
23   doctitlede = "Crescendo-Linien von Dynamik-Texten unterdrücken"
24
25   texidoc = "
26 Text style dynamic changes (such as cresc. and dim.) are printed with a
27 dashed line showing their extent.  This line can be suppressed in the
28 following way: 
29
30 "
31   doctitle = "Hiding the extender line for text dynamics"
32 } % begin verbatim
33
34 \relative c'' {
35   \override DynamicTextSpanner #'dash-period = #-1.0
36   \crescTextCresc
37   c1\< | d | b | c\!
38 }