]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-text-spanners.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / creating-text-spanners.ly
index d2720b18fcf3f9071f6c0e2199aabd6963af4e74..ee587e14efe2e1d5ec33c194e5ec835a4fc2cee3 100644 (file)
@@ -4,22 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "expressive-marks, text, tweaks-and-overrides"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  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
@@ -30,6 +19,7 @@ to modify its output.
   doctitle = "Creating text spanners"
 } % begin verbatim
 
+
 \paper { ragged-right = ##f }
 
 \relative c'' {
@@ -65,4 +55,3 @@ to modify its output.
   b4 c
   a4 \stopTextSpan
 }
-