]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-text-spanners.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / Documentation / snippets / creating-text-spanners.ly
index 9b706704b42512cc0f1bd81096d7f592e3e77277..d2720b18fcf3f9071f6c0e2199aabd6963af4e74 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "expressive-marks, text, tweaks-and-overrides"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
   texidoces = "
 Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan}
 permiten la creación de elementos de extensión textuales tan
@@ -35,14 +38,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) }
@@ -53,7 +56,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
@@ -62,3 +65,4 @@ to modify its output.
   b4 c
   a4 \stopTextSpan
 }
+