]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/partcombine-and-autobeamoff.ly
98cf687f4b1467fd608bfbbf3b3b6d5055c3b318
[lilypond.git] / Documentation / snippets / partcombine-and-autobeamoff.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.39"
5
6 \header {
7   lsrtags = "rhythms"
8
9 %%   Translation of GIT committish: 298a2c322d7e4f437f3dd1a24db2839e3f35acce
10
11   texidoces = "
12
13 Puede ser difícil comprender la función de @code{\\autoBeamOff} cuando
14 se usa con @code{\\partcombine}.
15
16 Puede ser preferible usar
17
18
19 @code{\\set Staff.autoBeaming = ##f}
20
21
22 en su lugar, para asegurarse de que el barrado automático se desactiva
23 para todo el pentagrama.
24
25
26 @code{\\partcombine} funciona aparentemente con tres voces: plica
27 arriba cuando hay una sola voz, plica abajo con la otra, y plica
28 arriba cuando está combinada.
29
30
31 Una llamada a @code{\\autoBeamOff} en el primer argumento de
32 partcombine se aplica a la voz que está activa en el momento en que se
33 procesa la llamada, ya sea voz única con la plica hacia arriba, hacia
34 abajo o combinadas.  Una llamada a @code{\\autoBeamOff} en el segundo
35 argumento se aplica a la voz que está sola con la plica abajo.
36
37
38 Para pode usar @code{\\autoBeamOff} con el objeto de detener todo el
39 barrado automático cuando se usa con @code{\\partcombine}, es
40 necesario hacer tres llamadas a @code{\\autoBeamOff}.
41
42
43
44
45 "
46   doctitlees = "Partcombine y autoBeamOff"
47 %%   Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
48
49   texidocde = "
50 Die Funktionsweise von @code{@bs{}autoBeamOff}, wenn es zusammen mit
51 @code{@bs{}partcombine} eingesetzt wird, kann schwer zu verstehen sein.
52 Es kann besser sein, anstatt dessen
53
54 @example
55 \set Staff.autobeaming = ##f
56 @end example
57
58 @noindent
59 zu benutzen, um sicherzustellen, dass die automatische Bebalkung für das
60 gesamte System ausgeschaltet ist.
61
62 @code{\\partcombine} funktioniert offensichtlich mit 3 Stimme (Hals nach oben
63 einfach, Hals nach unten einfach, Hals nach oben kombiniert).
64
65 Ein @code{\\autoBeamOff}-Befehl im ersten Argument von @code{\\partcombine}
66 gilt für die Stimme, die zu dem Zeitpunkt aktiv ist, an dem der Befehl
67 verarbeitet wird, entweder für Hals nach oben, nach unten oder Hals nach
68 oben kombiniert.  Ein @code{\\autoBeamOff}-Befehl im zweiten Argument gilt
69 für die Stimme, die mit Hals nach unten einfach ist.
70
71 Um @code{\\autoBeamOff} zu benutzen, damit alle automatischen Balken aufhören,
72 wenn man es mit @code{\\partcombine} verwendet, muss @code{\\autoBeamOff}
73 @emph{dreimal} aufgerufen werden.
74
75 "
76 doctitlede = "Partcombine und autoBeamOff"
77
78 %% Translation of GIT committish: e1a149d0cc60b02e86209387958f4028567dd366
79   texidocfr = "
80 Le fonction @code{@bs{}autoBeamOff} dans le cadre d'un
81 @code{@bs{}partcombine} agit de façon bien particulière@tie{}; c'est
82 pourquoi il vaut mieux tout d'abord recourir à
83
84 @example
85 \set Staff.autobeaming = ##f
86 @end example
87
88 @noindent
89 pour désactiver les ligatures automatiques pour l'ensemble de la portée
90 concernée.
91
92 L'instruction @code{\\partcombine} fonctionne apparament sur la base de
93 trois voix@tie{}: solo hampes montantes, solo hampes descendantes et
94 ensemble hampes montantes.
95
96 Lorsque @code{\\autoBeamOff} apparaît dans le premier argument de la
97 combinaison, il s'applique à la voix active à ce moment précis, qu'il
98 s'agisse du solo hampes montantes ou du combiné hampes montantes.
99 Lorsqu'elle est introduite dans le second argument, la commande
100 @code{\\autoBeamOff} s'appliquera au solo hampes descendantes.
101
102 Vous devrez donc, afin que @code{\\autoBeamOff} soit pleinement
103 opérationnel dans le cadre d'un @code{\\partcombine}, l'introduire aux
104 @strong{trois} niveaux.
105
106 "
107 doctitlefr = "Partcombine et autoBeamOff"
108
109
110   texidoc = "
111 The function of @code{\\autoBeamOff} when used with
112 @code{\\partcombine} can be difficult to understand.
113
114 It may be preferable to use
115
116
117 @code{\\set Staff.autoBeaming = ##f}
118
119
120 instead, to ensure that autobeaming will be turned off for the entire
121 staff.
122
123
124 @code{\\partcombine} apparently works with 3 voices -- stem up single,
125 stem down single, stem up combined.
126
127
128 An @code{\\autoBeamOff} call in the first argument to partcombine will
129 apply to the voice that is active at the time the call is processed,
130 either stem up single or stem up combined. An @code{\\autoBeamOff} call
131 in the second argument will apply to the voice that is stem down single.
132
133
134 In order to use @code{\\autoBeamOff} to stop all autobeaming when used
135 with @code{\\partcombine}, it will be necessary to use three calls to
136 @code{\\autoBeamOff}.
137
138
139
140
141 "
142   doctitle = "Partcombine and autoBeamOff"
143 } % begin verbatim
144
145 {
146   %\set Staff.autoBeaming = ##f % turns off all autobeaming
147   \partcombine
148   {
149     \autoBeamOff % applies to split up stems
150     \repeat unfold 4 a'16
151     %\autoBeamOff % applies to combined up stems
152     \repeat unfold 4 a'8
153     \repeat unfold 4 a'16
154   }
155   {
156     \autoBeamOff % applies to down stems
157     \repeat unfold 4 f'8
158     \repeat unfold 8 f'16 |
159   }
160 }