X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-alternative-flag-styles.ly;h=3338586384e5c4cf501bda9191a73f166515aafa;hb=8a50484b054224cfc72b65e63e88287ea812ba53;hp=9c0ac0b3ba26c272d65b2d931fbfabf6188200b3;hpb=b83bb147ef00d2d3df5b9bb82abb1951ee279396;p=lilypond.git diff --git a/Documentation/snippets/using-alternative-flag-styles.ly b/Documentation/snippets/using-alternative-flag-styles.ly index 9c0ac0b3ba..3338586384 100644 --- a/Documentation/snippets/using-alternative-flag-styles.ly +++ b/Documentation/snippets/using-alternative-flag-styles.ly @@ -4,23 +4,10 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.15.15 -\version "2.15.15" +%% Note: this file works from version 2.17.6 +\version "2.17.6" \header { -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " - -Se pueden imprimir estilos alternativos del corchete o gancho de las -corcheas y figuras menores, mediante la sobreescritura de la propiedad -@code{stencil} del objeto @code{Flag}. Son valores válidos -@code{modern-straight-flag} y @code{old-straight-flag}. - -" - doctitlees = "Uso de estilos alternativos para los corchetes" - - - lsrtags = "rhythms, tweaks-and-overrides" texidoc = " @@ -42,13 +29,12 @@ testnotes = { \time 2/4 \testnotes - \override Flag #'stencil = #modern-straight-flag + \override Flag.stencil = #modern-straight-flag \testnotes - \override Flag #'stencil = #old-straight-flag + \override Flag.stencil = #old-straight-flag \testnotes - \revert Flag #'stencil + \revert Flag.stencil \testnotes } -