X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Faltering-the-length-of-beamed-stems.ly;h=f42ad922b2ebe2baec12643527c5543d31827355;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=a3104290dfebc4224d72e2ebcb3401cf957a2867;hpb=5694db4f955a21b9cd281388e69230a82f3a9cae;p=lilypond.git diff --git a/Documentation/snippets/altering-the-length-of-beamed-stems.ly b/Documentation/snippets/altering-the-length-of-beamed-stems.ly index a3104290df..f42ad922b2 100644 --- a/Documentation/snippets/altering-the-length-of-beamed-stems.ly +++ b/Documentation/snippets/altering-the-length-of-beamed-stems.ly @@ -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 } -