LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / using-alternative-flag-styles.ly
blob9190729f127c9608f1e46b163b6825afab89dd43
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "rhythms, tweaks-and-overrides"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
12 Se pueden imprimir estilos alternativos del corchete o gancho de las
13 corcheas y figuras menores, mediante la sobreescritura de la propiedad
14 @code{flag} del objeto @code{Stem}. Son valores vĂ¡lidos
15 @code{modern-straight-flag} y @code{old-straight-flag}.
18 doctitlees = "Uso de estilos alternativos para los corchetes"
22 texidoc = "
23 Alternative styles of flag on eighth and shorter notes can be displayed
24 by overriding the @code{flag} property of @code{Stem}. Valid values
25 are @code{modern-straight-flag} and @code{old-straight-flag}.
28 doctitle = "Using alternative flag styles"
29 } % begin verbatim
31 testnotes = {
32 \autoBeamOff
33 c8 d16 c32 d64 \acciaccatura { c8 } d64 r4
36 \relative c' {
37 \time 2/4
38 \testnotes
40 \override Stem #'flag = #modern-straight-flag
41 \testnotes
43 \override Stem #'flag = #old-straight-flag
44 \testnotes
46 \revert Stem #'flag
47 \testnotes