]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-text-spanners.ly
LSR: local update.
[lilypond.git] / Documentation / snippets / creating-text-spanners.ly
index 0fd479c4048f42bfe9a14bd3fe88e55792641b1c..e76055a75b810eb4ce30526dbce0716e82382370 100644 (file)
@@ -1,11 +1,12 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.12.2"
 
 \header {
   lsrtags = "expressive-marks, text, tweaks-and-overrides"
 
-%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
   texidoces = "
 Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan}
 permiten la creación de elementos de extensión textuales tan
@@ -34,14 +35,14 @@ to modify its output.
   a4 \startTextSpan
   b4 c
   a4 \stopTextSpan
-  
+
   \override TextSpanner #'style = #'line
   \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) =
     \markup { \draw-line #'(0 . 1) }
@@ -52,7 +53,7 @@ to modify its output.
   a4 \startTextSpan
   b4 c
   a4 \stopTextSpan
-  
+
   \set Staff.middleCPosition = #-13
   \override TextSpanner #'dash-period = #10
   \override TextSpanner #'dash-fraction = #0.5
@@ -61,3 +62,4 @@ to modify its output.
   b4 c
   a4 \stopTextSpan
 }
+