]> git.donarmstrong.com Git - lilypond.git/blobdiff - 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
index bf690e2db6bf45dce34d64035318ce74bb2a73d1..e90cff183fbc5215d394474dd63d0c09113dc799 100644 (file)
@@ -1,10 +1,18 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.48"
+\version "2.11.62"
 
 \header {
   lsrtags = "expressive-marks"
 
+  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"
+
   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
@@ -15,6 +23,6 @@ following way:
 } % begin verbatim
 \relative c'' {
   \override DynamicTextSpanner #'dash-period = #-1.0
-  \setTextCresc
+  \crescTextCresc
   c1\< | d | b | c\!
 }