summaryrefslogtreecommitdiff
path: root/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
committerJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
commitf22c889b1389cb7d761580762fe77973780f2f86 (patch)
treed325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly
parent2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff)
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly')
-rw-r--r--Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly38
1 files changed, 1 insertions, 37 deletions
diff --git a/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly b/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly
index c8179250cd..0f0af71b5c 100644
--- a/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly
+++ b/Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly
@@ -7,42 +7,7 @@
\version "2.15.40"
\header {
- lsrtags = "midi, contexts-and-engravers, real-music"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
- texidoces = "
-Al producir una salida MIDI, el comportamiento predeterminado es que
-cada pentagrama representa un canal MIDI, con todas las voces de dicho
-pentagrama mezcladas. Esto reduce al mínimo el riesgo de que se agote
-el número de canales MIDI disponibles, pues existe un máximo de 16
-canales por cada puerto MIDI, y la mayoría de los dispositivos sólo
-tiene un puerto.
-
-Sin embargo, cuando se traslada el interpretador
-@code{Staff_performer} al contexto @code{Voice}, cada voz de un
-pentagrama puede tener su propio canal MIDI, como se muestra en el
-siguiente ejemplo: a pesar de estar sobre el mismo pentagrama, se
-crean dos canales MIDI, cada uno con un @code{midiInstrument}
-distinto.
-
-"
- doctitlees = "Modificar la salida MIDI para que tenga un canal por cada voz"
-
-%% Translation of GIT committish: d7cf09411ee80eaf0092af0aa532de64c0c6248e
- texidocfr = "
-Lorsque LilyPond génère un fichier MIDI, chaque portée sera par défaut
-affectée à un canal, quel que soit le nombre de voix qu'elle contient.
-Ceci permet d'éviter de se retrouver à court de canaux, sachant qu'il
-n'y en a que seize de disponibles.
-
-Le fait de déplacer le @code{Staff_performer} dans le contexte
-@code{Voice} permet d'affecter à chaque voix d'une même portée un canal
-MIDI spécifique. Dans l'exemple suivant, la même portée donnera lieu à
-deux canaux MIDI différents, chacun étant affecté de son propre
-@code{midiInstrument}.
-
-"
- doctitlefr = "Affectation d'un canal MIDI par voix"
+ lsrtags = "real-music, midi, contexts-and-engravers"
texidoc = "
When outputting MIDI, the default behavior is for each staff to
@@ -96,4 +61,3 @@ two MIDI channels are created, each with a different
\tempo 2 = 72
}
}
-