]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-text-spanners.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / creating-text-spanners.ly
index e1a1688c2c0f96b7f9795e49c32b00d88ca2c144..ee587e14efe2e1d5ec33c194e5ec835a4fc2cee3 100644 (file)
@@ -1,22 +1,14 @@
-%% 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.16"
+\version "2.16.0"
 
 \header {
   lsrtags = "expressive-marks, text, tweaks-and-overrides"
 
-%% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
-  texidoces = "
-Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan}
-permiten la creación de elementos de extensión textuales tan
-fácilmente como indicaciones de pedal u
-octavaciones. Sobreescribimos ciertas propiedades del objeto
-@code{TextSpanner} para modificar su salida.
-
-"
-  doctitlees = "Crear elementos de extensión textuales"
-
   texidoc = "
 The @code{\\startTextSpan} and @code{\\stopTextSpan} commands allow the
 creation of text spanners as easily as pedal indications or
@@ -27,6 +19,7 @@ to modify its output.
   doctitle = "Creating text spanners"
 } % begin verbatim
 
+
 \paper { ragged-right = ##f }
 
 \relative c'' {
@@ -62,4 +55,3 @@ to modify its output.
   b4 c
   a4 \stopTextSpan
 }
-