]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/hiding-the-extender-line-for-text-dynamics.ly
Merge master into nested-bookparts
[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.11.62"
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   texidoc = "
17 Text style dynamic changes (such as cresc. and dim.) are printed with a
18 dashed line showing their extent.  This line can be suppressed in the
19 following way: 
20
21 "
22   doctitle = "Hiding the extender line for text dynamics"
23 } % begin verbatim
24 \relative c'' {
25   \override DynamicTextSpanner #'dash-period = #-1.0
26   \crescTextCresc
27   c1\< | d | b | c\!
28 }