]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-text-spanners.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / creating-text-spanners.ly
index 9b706704b42512cc0f1bd81096d7f592e3e77277..f2e961f7ab4afe664b23606c2e9009c55bc1c1e6 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.2"
 
 \header {
-  lsrtags = "expressive-marks, text, tweaks-and-overrides"
+  lsrtags = "text, tweaks-and-overrides, expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan}
 permiten la creación de elementos de extensión textuales tan
@@ -27,6 +30,7 @@ to modify its output.
   doctitle = "Creating text spanners"
 } % begin verbatim
 
+
 \paper { ragged-right = ##f }
 
 \relative c'' {
@@ -35,14 +39,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 +57,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 +66,4 @@ to modify its output.
   b4 c
   a4 \stopTextSpan
 }
+