]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/hiding-the-extender-line-for-text-dynamics.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / hiding-the-extender-line-for-text-dynamics.ly
index 48e4ebc0a22c557fc4faea9a35eab7d689f5c137..a6db8a4cc0a8f086aeaabf10a805b52ca1d0a80a 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.49"
+\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
@@ -13,8 +21,9 @@ following way:
 "
   doctitle = "Hiding the extender line for text dynamics"
 } % begin verbatim
+
 \relative c'' {
   \override DynamicTextSpanner #'dash-period = #-1.0
-  \setTextCresc
+  \crescTextCresc
   c1\< | d | b | c\!
 }