]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/flat-flags-and-beam-nibs.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / flat-flags-and-beam-nibs.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "rhythms"
7
8 %% Translation of GIT committish: 5c26e815f2ed54e6c4d022bac10dcc87a9916a29
9   texidoces = "
10  Son posibles tanto los corchetes rectos sobre notas sueltas como
11 extremos de barra sueltos en figuras unidas, con una combinación de
12 @code{stemLeftBeamCount}, @code{stemRightBeamCount} e indicadores de
13 barra @code{[ ]} emparejados.
14
15 Para corchetes rectos que apunten a la derecha sobre notas sueltas,
16 use indicadores de barra emparejados @code{[ ]} y establezca
17 @code{stemLeftBeamCount} a cero (véase el ejemplo 1).
18
19 Para corchetes rectos que apunten a la izquierda, establezca en su
20 lugar @code{stemRightBeamCount} (ejemplo 2).
21
22 Para extremos sueltos que apunten a la derecha al final de un conjunto
23 de notas unidas, establezca @code{stemRightBeamCount} a un valor
24 positivo.  Y para extremos sueltos que apunten a la izquierda al
25 principio de un conjunto de notas unidas, establezca
26 @code{stemLeftBeamCount} en su lugar (ejemplo 3).
27
28 A veces, para una nota suelta rodeada de silencios tiene sentido que
29 lleve los dos extremos sueltos del corchete plano, apuntando a derecha
30 e izquierda.  Hágalo solamente con indicadores de barra emparejados
31 @code{[ ]} (ejemplo 4).
32
33 (Observe que @code{\\set stemLeftBeamCount} siempre equivale a
34 @code{\\once \\set}.  En otras palabras, los ajustes de la cantidad de
35 barras no se recuerdan, y por ello el par de corchetes planos
36 aplicados a la nota Do semicorchea @code{c'16 [ ]} del último ejemplo
37 no tiene nada que ver con el @code{\\set} de dos notas por detrás.)
38
39 "
40   doctitlees = "Corchetes rectos y extremos de barra sueltos"
41
42
43 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
44   texidocde = "
45 Gerade Fähnchen an einzelnen Noten und überstehende Balkenenden bei
46 bebalkten Notengruppen sind möglich mit einer Kombination aus
47 @code{stemLeftBeamCount}, @code{stemRightBeamCount} und Paaren von
48 @code{[]}-Balkenbegrenzungen.
49
50 Für gerade Fähnchen, die nach rechts zeigen, kann @code{[]} eingesetzt
51 werden und @code{stemLeftBeamCount} auf Null gesetzt werden (wie
52 Bsp. 1).
53
54 Für gerade Fähnchen, die nach links zeigen, muss @code{stemRightBeamCount}
55 eingesetzt werden (Bsp. 2).
56
57 Für überstehende Balkenenden nach rechts muss @code{stemRightBeamCount}
58 auf einen positiven Wert gesetzt werden, für Balkenenden, die nach links
59 zeigen benutzt man @code{stemLeftBeamCount} (Bsp. 3).
60
61 Manchmal können einzelne Noten, die von Pausen umgeben sind, auch Balkenenden
62 in beide Richtungen tragen.  Das geschieht mit @code{[]}-Klammern (Bsp. 4).
63
64 (@code{\\set stemLeftBeamCount} entspricht immer dem Befehl
65 @code{\\once \\set}.  Anders gesagt müssen die Einstellungen immer wieder
66 wiederholt werden und die Fähnchen des letzten Sechszehntels im letzten
67 Beispiel haben nichts mit dem @code{\\set}-Befehl zwei Noten vorher zu tun.)
68
69 "
70   doctitlede = "Gerade Fähnchen und überstehende Balkenenden"
71
72   texidoc = "
73  Flat flags on lone notes and beam nibs at the ends of beamed figures
74 are both possible with a combination of @code{stemLeftBeamCount}, 
75 @code{stemRightBeamCount} and paired @code{[]} beam indicators.
76
77
78
79
80 For right-pointing flat flags on lone notes, use paired @code{[]} beam
81 indicators and set @code{stemLeftBeamCount} to zero (see Example 1).
82
83
84
85
86 For left-pointing flat flags, set @code{stemRightBeamCount} instead
87 (Example 2).
88
89
90
91
92 For right-pointing nibs at the end of a run of beamed notes, set
93 @code{stemRightBeamCount} to a positive value. And for left-pointing
94 nibs at the start of a run of beamed notes, set
95 @code{stemLeftBeamCount} instead (Example 3).
96
97
98
99
100 Sometimes it may make sense for a lone note surrounded by rests to
101 carry both a left- and right-pointing flat flag. Do this with paired
102 @code{[]} beam indicators alone (Example 4).  
103
104
105
106
107 (Note that @code{\\set stemLeftBeamCount} is always equivalent to 
108 @code{\\once \\set}.  In other words, the beam count settings are not 
109 \"sticky\", so the pair of flat flags attached to the lone 
110 @code{c'16[]} in the last example have nothing to do with the 
111 @code{\\set} two notes prior.)
112
113
114
115
116 "
117   doctitle = "Flat flags and beam nibs"
118 } % begin verbatim
119
120 \score {
121   <<
122     % Example 1
123     \new RhythmicStaff {
124       \set stemLeftBeamCount = #0
125       c16[]
126       r8.
127     }
128     
129     % Example 2
130     \new RhythmicStaff {
131       r8.
132       \set stemRightBeamCount = #0
133       c16[]
134     }
135     
136     % Example 3
137     \new RhythmicStaff {
138       c16 c
139       \set stemRightBeamCount = #2
140       c16 r r
141       \set stemLeftBeamCount = #2
142       c16 c c
143     }
144     
145     % Example 4
146     \new RhythmicStaff {
147       c16 c
148       \set stemRightBeamCount = #2
149       c16 r
150       c16[]
151       r16
152       \set stemLeftBeamCount = #2
153       c16 c
154     }
155   >>
156 }
157