]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/partcombine-and-autobeamoff.ly
Doc-es: run makelsr and update Changes, Tweaks, Input, Text, Vocal.
[lilypond.git] / Documentation / snippets / partcombine-and-autobeamoff.ly
index b5ed0aad66fac4ff8c6ea55779de48fe735806fa..b101620c1cd1a8b513d6285ae4b11bc0c78e0266 100644 (file)
@@ -1,11 +1,52 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.31"
+\version "2.12.2"
 
 \header {
   lsrtags = "rhythms"
 
+%%   Translation of GIT committish: d0a39a10d625c28a43acd9641aefeb2c7218ab41
+
+  texidoces = "
+
+Puede ser difícil comprender la función de @code{\\autoBeamOff} cuando
+se usa con @code{\\partcombine}.
+
+Puede ser preferible usar
+
+
+@code{\\set Staff.autoBeaming = ##f}
+
+
+en su lugar, para asegurarse de que el barrado automático se desactiva
+para todo el pentagrama.
+
+
+@code{\\partcombine} funciona aparentemente con tres voces: plica
+arriba cuando hay una sola voz, plica abajo con la otra, y plica
+arriba cuando está combinada.
+
+
+Una llamada a @code{\\autoBeamOff} en el primer argumento de
+partcombine se aplica a la voz que está activa en el momento en que se
+procesa la llamada, ya sea voz única con la plica hacia arriba, hacia
+abajo o combinadas.  Una llamada a @code{\\autoBeamOff} en el segundo
+argumento se aplica a la voz que está sola con la plica abajo.
+
+
+Para pode usar @code{\\autoBeamOff} con el objeto de detener todo el
+barrado automático cuando se usa con @code{\\partcombine}, es
+necesario hacer tres llamadas a @code{\\autoBeamOff}.
+
+
+
+
+"
+  doctitlees = "Partcombine y autoBeamOff"
 %%   Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
 
   texidocde = "
@@ -21,23 +62,22 @@ Es kann besser sein, anstatt dessen
 zu benutzen, um sicherzustellen, dass die automatische Bebalkung für das
 gesamte System ausgeschaltet ist.
 
-@code{\partcombine} funktioniert offensichtlich mit 3 Stimme (Hals nach oben
+@code{\\partcombine} funktioniert offensichtlich mit 3 Stimme (Hals nach oben
 einfach, Hals nach unten einfach, Hals nach oben kombiniert).
 
-Ein @code{\autoBeamOff}-Befehl im ersten Argument von @code{\partcombine}
+Ein @code{\\autoBeamOff}-Befehl im ersten Argument von @code{\\partcombine}
 gilt für die Stimme, die zu dem Zeitpunkt aktiv ist, an dem der Befehl
 verarbeitet wird, entweder für Hals nach oben, nach unten oder Hals nach
-oben kombiniert.  Ein @code{\autoBeamOff}-Befehl im zweiten Argument gilt
+oben kombiniert.  Ein @code{\\autoBeamOff}-Befehl im zweiten Argument gilt
 für die Stimme, die mit Hals nach unten einfach ist.
 
-Um @code{\autoBeamOff} zu benutzen, damit alle automatischen Balken aufhören,
-wenn man es mit @code{\partcombine} verwendet, muss @code{\autoBeamOff}
+Um @code{\\autoBeamOff} zu benutzen, damit alle automatischen Balken aufhören,
+wenn man es mit @code{\\partcombine} verwendet, muss @code{\\autoBeamOff}
 @emph{dreimal} aufgerufen werden.
 
 "
 doctitlede = "Partcombine und autoBeamOff"
 
-
 %% Translation of GIT committish: e1a149d0cc60b02e86209387958f4028567dd366
   texidocfr = "
 Le fonction @code{@bs{}autoBeamOff} dans le cadre d'un
@@ -52,18 +92,18 @@ pourquoi il vaut mieux tout d'abord recourir à
 pour désactiver les ligatures automatiques pour l'ensemble de la portée
 concernée.
 
-L'instruction @code{\partcombine} fonctionne apparament sur la base de
+L'instruction @code{\\partcombine} fonctionne apparament sur la base de
 trois voix@tie{}: solo hampes montantes, solo hampes descendantes et
 ensemble hampes montantes.
 
-Lorsque @code{\autoBeamOff} apparaît dans le premier argument de la
+Lorsque @code{\\autoBeamOff} apparaît dans le premier argument de la
 combinaison, il s'applique à la voix active à ce moment précis, qu'il
 s'agisse du solo hampes montantes ou du combiné hampes montantes.
 Lorsqu'elle est introduite dans le second argument, la commande
-@code{\autoBeamOff} s'appliquera au solo hampes descendantes.
+@code{\\autoBeamOff} s'appliquera au solo hampes descendantes.
 
-Vous devrez donc, afin que @code{\autoBeamOff} soit pleinement
-opérationnel dans le cadre d'un @code{\partcombine}, l'introduire aux
+Vous devrez donc, afin que @code{\\autoBeamOff} soit pleinement
+opérationnel dans le cadre d'un @code{\\partcombine}, l'introduire aux
 @strong{trois} niveaux.
 
 "