]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/hiding-the-extender-line-for-text-dynamics.ly
LSR: update.
[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.48"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 Text style dynamic changes (such as cresc. and dim.) are printed with a
10 dashed line showing their extent.  This line can be suppressed in the
11 following way: 
12
13 "
14   doctitle = "Hiding the extender line for text dynamics"
15 } % begin verbatim
16 \relative c'' {
17   \override DynamicTextSpanner #'dash-period = #-1.0
18   \setTextCresc
19   c1\< | d | b | c\!
20 }