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