]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/altering-the-length-of-beamed-stems.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / altering-the-length-of-beamed-stems.ly
index a3104290dfebc4224d72e2ebcb3401cf957a2867..f42ad922b2ebe2baec12643527c5543d31827355 100644 (file)
@@ -4,29 +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 = "pitches, tweaks-and-overrides"
 
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
-  texidoces = "
-Se puede variar la longitud de las plicas de las figuras unidas por
-una barra mediante la sobreescritura de la propiedad
-@code{beamed-lengths} de los detalles (@code{details}) del objeto
-@code{Stem}.  Si se utiliza un solo valor como argumento, la longitud
-se aplica a todas las plicas.  Si se usan varios argumentos, el
-primero se aplica a las corcheas, el sgundo a las semicorcheas y así
-sucesivamente.  El último argumento también se aplica a todas las
-figuras que son mmás cortas que la longitud de la figura del último
-argumento.  También se pueden usar argumentos no enteros.
-
-"
-
-doctitlees = "Alterar la longitud de las plicas unidas por una barra"
-
-
-
   texidoc = "
 Stem lengths on beamed notes can be varied by overriding the
 @code{beamed-lengths} property of the @code{details} of the
@@ -40,6 +22,7 @@ of the final argument.  Non-integer arguments may also be used.
   doctitle = "Altering the length of beamed stems"
 } % begin verbatim
 
+
 \relative c'' {
   \override Stem #'(details beamed-lengths) = #'(2)
   a8[ a] a16[ a] a32[ a]
@@ -52,4 +35,3 @@ of the final argument.  Non-integer arguments may also be used.
   \revert Stem #'details
   a8[ a] a16[ a] a32[ a] r16
 }
-