]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/creating-text-spanners.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / creating-text-spanners.ly
index 7cd1e517d486cd9a377727a094760357234d92be..feb83b55dcbf5db47d496ff91fac8dfd42b7149c 100644 (file)
@@ -1,8 +1,10 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% 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.64"
+\version "2.12.3"
 
 \header {
+  lsrtags = "expressive-marks, text, tweaks-and-overrides"
+
   texidoces = "
 Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan}
 permiten la creación de elementos de extensión textuales tan
@@ -13,38 +15,38 @@ octavaciones. Sobreescribimos ciertas propiedades del objeto
 "
   doctitlees = "Crear elementos de extensión textuales"
 
-  lsrtags = "expressive-marks, text, tweaks-and-overrides"
-  texidoc = "The @code{\\startTextSpan} and @code{\\stopTextSpan}
-commands allow the creation of text spanners as easily as pedal
-indications or octavations.  Override some properties of the
-@code{TextSpanner} object to modify its output."
+  texidoc = "
+The @code{\\startTextSpan} and @code{\\stopTextSpan} commands allow the
+creation of text spanners as easily as pedal indications or
+octavations. Override some properties of the @code{TextSpanner} object
+to modify its output.
 
+"
   doctitle = "Creating text spanners"
 } % begin verbatim
 
-
 \paper { ragged-right = ##f }
 
 \relative c'' {
-  \override TextSpanner #'bound-details #'left #'text = #"bla"
-  \override TextSpanner #'bound-details #'right #'text = #"blu"
+  \override TextSpanner #'(bound-details left text) = #"bla"
+  \override TextSpanner #'(bound-details right text) = #"blu"
   a4 \startTextSpan
   b4 c
   a4 \stopTextSpan
   
   \override TextSpanner #'style = #'line
-  \once \override TextSpanner #'bound-details
-    #'left #'stencil-align-dir-y = #CENTER
+  \once \override TextSpanner
+    #'(bound-details left stencil-align-dir-y) = #CENTER
   a4 \startTextSpan
   b4 c
   a4 \stopTextSpan
   
   \override TextSpanner #'style = #'dashed-line
-  \override TextSpanner #'bound-details #'left #'text =
+  \override TextSpanner #'(bound-details left text) =
     \markup { \draw-line #'(0 . 1) }
-  \override TextSpanner #'bound-details #'right #'text =
+  \override TextSpanner #'(bound-details right text) =
     \markup { \draw-line #'(0 . -2) }
-  \once \override TextSpanner #'bound-details #'right #'padding = #-2
+  \once \override TextSpanner #'(bound-details right padding) = #-2
 
   a4 \startTextSpan
   b4 c