]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/flat-flags-and-beam-nibs.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets / flat-flags-and-beam-nibs.ly
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.16"
5
6 \header {
7   lsrtags = "rhythms"
8
9 %% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
10   texidoces = "
11 Son posibles tanto los corchetes rectos sobre notas sueltas como
12 extremos de barra sueltos en figuras unidas, con una combinación de
13 @code{stemLeftBeamCount}, @code{stemRightBeamCount} e indicadores de
14 barra @code{[]} emparejados.
15
16 Para corchetes rectos que apunten a la derecha sobre notas sueltas,
17 use indicadores de barra emparejados @code{[]} y establezca
18 @code{stemLeftBeamCount} a cero (véase el ejemplo 1).
19
20 Para corchetes rectos que apunten a la izquierda, establezca en su
21 lugar @code{stemRightBeamCount} (ejemplo 2).
22
23 Para extremos sueltos que apunten a la derecha al final de un conjunto
24 de notas unidas, establezca @code{stemRightBeamCount} a un valor
25 positivo.  Y para extremos sueltos que apunten a la izquierda al
26 principio de un conjunto de notas unidas, establezca
27 @code{stemLeftBeamCount} en su lugar (ejemplo 3).
28
29 A veces, para una nota suelta rodeada de silencios tiene sentido que
30 lleve los dos extremos sueltos del corchete plano, apuntando a derecha
31 e izquierda.  Hágalo solamente con indicadores de barra emparejados
32 @code{[ ]} (ejemplo 4).
33
34 (Observe que @code{\\set stemLeftBeamCount} siempre equivale a
35 @code{\\once \\set}.  En otras palabras, los ajustes de la cantidad de
36 barras no se recuerdan, y por ello el par de corchetes planos
37 aplicados a la nota Do semicorchea @code{c'16[]} del último ejemplo no
38 tiene nada que ver con el @code{\\set} de dos notas por detrás.)
39
40 "
41   doctitlees = "Corchetes rectos y extremos de barra sueltos"
42
43
44
45 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
46   texidocde = "
47 Gerade Fähnchen an einzelnen Noten und überstehende Balkenenden bei
48 bebalkten Notengruppen sind möglich mit einer Kombination aus
49 @code{stemLeftBeamCount}, @code{stemRightBeamCount} und Paaren von
50 @code{[]}-Balkenbegrenzungen.
51
52 Für gerade Fähnchen, die nach rechts zeigen, kann @code{[]} eingesetzt
53 werden und @code{stemLeftBeamCount} auf Null gesetzt werden (wie
54 Bsp. 1).
55
56 Für gerade Fähnchen, die nach links zeigen, muss @code{stemRightBeamCount}
57 eingesetzt werden (Bsp. 2).
58
59 Für überstehende Balkenenden nach rechts muss @code{stemRightBeamCount}
60 auf einen positiven Wert gesetzt werden, für Balkenenden, die nach links
61 zeigen benutzt man @code{stemLeftBeamCount} (Bsp. 3).
62
63 Manchmal können einzelne Noten, die von Pausen umgeben sind, auch Balkenenden
64 in beide Richtungen tragen.  Das geschieht mit @code{[]}-Klammern (Bsp. 4).
65
66 (@code{\\set stemLeftBeamCount} entspricht immer dem Befehl
67 @code{\\once \\set}.  Anders gesagt müssen die Einstellungen immer wieder
68 wiederholt werden und die Fähnchen des letzten Sechszehntels im letzten
69 Beispiel haben nichts mit dem @code{\\set}-Befehl zwei Noten vorher zu tun.)
70
71 "
72   doctitlede = "Gerade Fähnchen und überstehende Balkenenden"
73
74
75
76 %% Translation of GIT committish: 21c8461ea87cd670a35a40b91d3ef20de03a0409
77   texidocfr = "
78 En combinant @code{stemLeftBeamCount}, @code{stemRightBeamCount} et des
79 paires de @code{[]}, vous pourrez obtenir des crochets rectilignes et
80 des ligatures qui débordent à leurs extrémités.
81
82 Pour des crochets rectilignes à droite sur des notes isolées, il suffit
83 d'ajouter une paire d'indicateurs de ligature @code{[]} et de déterminer
84 @code{stemLeftBeamCount} à zéro, comme dans l'exemple 1.
85
86 Pour des crochets rectiligne à gauche, c'est @code{stemRightBeamCount}
87 qu'il faudra déterminer (exemple 2).
88
89 Pour que les barres de ligature débordent sur la droite,
90 @code{stemRightBeamCount} doit avoir une valeur positive ; pour un
91 débrodement à gauche, c'est sur @code{stemLeftBeamCount} qu'il faut
92 jouer.  Tout ceci est illustré par l'exemple 3.
93
94 Il est parfois judicieux, lorsqu'une note est encadrée de silences, de
95 l'affubler de crochets rectilignes de part et d'autre. L'exemple 4
96 montre qu'il suffit d'adjoindre à cette note un @code{[]}.
97
98 (Notez bien que @code{\\set stemLeftBeamCount} sera toujours synonyme de
99 @code{\\once \\set}.  Autrement dit, la détermination des ligatures
100 n'est pas @qq{permanente} ; c'est la raison pour laquelle les crochets
101 du @code{c'16[]} isolé du dernier exemple n'ont rien à voir avec le
102 @code{\\set} indiqué deux notes auparavant.)
103
104 "
105   doctitlefr = "Crochet rectiligne et débordement de ligature"
106
107   texidoc = "
108  Flat flags on lone notes and beam nibs at the ends of beamed figures
109 are both possible with a combination of @code{stemLeftBeamCount},
110 @code{stemRightBeamCount} and paired @code{[]} beam indicators.
111
112
113
114
115 For right-pointing flat flags on lone notes, use paired @code{[]} beam
116 indicators and set @code{stemLeftBeamCount} to zero (see Example 1).
117
118
119
120
121 For left-pointing flat flags, set @code{stemRightBeamCount} instead
122 (Example 2).
123
124
125
126
127 For right-pointing nibs at the end of a run of beamed notes, set
128 @code{stemRightBeamCount} to a positive value. And for left-pointing
129 nibs at the start of a run of beamed notes, set
130 @code{stemLeftBeamCount} instead (Example 3).
131
132
133
134
135 Sometimes it may make sense for a lone note surrounded by rests to
136 carry both a left- and right-pointing flat flag. Do this with paired
137 @code{[]} beam indicators alone (Example 4).
138
139
140
141
142 (Note that @code{\\set stemLeftBeamCount} is always equivalent to
143 @code{\\once \\set}.  In other words, the beam count settings are not
144 @qq{sticky}, so the pair of flat flags attached to the lone
145 @code{c'16[]} in the last example have nothing to do with the
146 @code{\\set} two notes prior.)
147
148
149
150
151 "
152   doctitle = "Flat flags and beam nibs"
153 } % begin verbatim
154
155 \score {
156   <<
157     % Example 1
158     \new RhythmicStaff {
159       \set stemLeftBeamCount = #0
160       c16[]
161       r8.
162     }
163     % Example 2
164     \new RhythmicStaff {
165       r8.
166       \set stemRightBeamCount = #0
167       c16[]
168     }
169     % Example 3
170     \new RhythmicStaff {
171       c16 c
172       \set stemRightBeamCount = #2
173       c16 r r
174       \set stemLeftBeamCount = #2
175       c16 c c
176     }
177     % Example 4
178     \new RhythmicStaff {
179       c16 c
180       \set stemRightBeamCount = #2
181       c16 r
182       c16[]
183       r16
184       \set stemLeftBeamCount = #2
185       c16 c
186     }
187   >>
188 }
189