]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/partcombine-and-autobeamoff.ly
Merge branch 'master' into 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.12.2"
5
6 \header {
7   lsrtags = "rhythms"
8
9 %%   Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
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
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
80 %% Translation of GIT committish: e1a149d0cc60b02e86209387958f4028567dd366
81   texidocfr = "
82 Le fonction @code{@bs{}autoBeamOff} dans le cadre d'un
83 @code{@bs{}partcombine} agit de façon bien particulière@tie{}; c'est
84 pourquoi il vaut mieux tout d'abord recourir à
85
86 @example
87 \set Staff.autobeaming = ##f
88 @end example
89
90 @noindent
91 pour désactiver les ligatures automatiques pour l'ensemble de la portée
92 concernée.
93
94 L'instruction @code{\\partcombine} fonctionne apparament sur la base de
95 trois voix@tie{}: solo hampes montantes, solo hampes descendantes et
96 ensemble hampes montantes.
97
98 Lorsque @code{\\autoBeamOff} apparaît dans le premier argument de la
99 combinaison, il s'applique à la voix active à ce moment précis, qu'il
100 s'agisse du solo hampes montantes ou du combiné hampes montantes.
101 Lorsqu'elle est introduite dans le second argument, la commande
102 @code{\\autoBeamOff} s'appliquera au solo hampes descendantes.
103
104 Vous devrez donc, afin que @code{\\autoBeamOff} soit pleinement
105 opérationnel dans le cadre d'un @code{\\partcombine}, l'introduire aux
106 @strong{trois} niveaux.
107
108 "
109 doctitlefr = "Partcombine et autoBeamOff"
110
111
112   texidoc = "
113 The function of @code{\\autoBeamOff} when used with
114 @code{\\partcombine} can be difficult to understand.
115
116 It may be preferable to use
117
118
119 @code{\\set Staff.autoBeaming = ##f}
120
121
122 instead, to ensure that autobeaming will be turned off for the entire
123 staff.
124
125
126 @code{\\partcombine} apparently works with 3 voices -- stem up single,
127 stem down single, stem up combined.
128
129
130 An @code{\\autoBeamOff} call in the first argument to partcombine will
131 apply to the voice that is active at the time the call is processed,
132 either stem up single or stem up combined. An @code{\\autoBeamOff} call
133 in the second argument will apply to the voice that is stem down single.
134
135
136 In order to use @code{\\autoBeamOff} to stop all autobeaming when used
137 with @code{\\partcombine}, it will be necessary to use three calls to
138 @code{\\autoBeamOff}.
139
140
141
142
143 "
144   doctitle = "Partcombine and autoBeamOff"
145 } % begin verbatim
146
147 {
148   %\set Staff.autoBeaming = ##f % turns off all autobeaming
149   \partcombine
150   {
151     \autoBeamOff % applies to split up stems
152     \repeat unfold 4 a'16
153     %\autoBeamOff % applies to combined up stems
154     \repeat unfold 4 a'8
155     \repeat unfold 4 a'16
156   }
157   {
158     \autoBeamOff % applies to down stems
159     \repeat unfold 4 f'8
160     \repeat unfold 8 f'16 |
161   }
162 }