]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / changing-midi-output-to-one-channel-per-voice.ly
index dfb2febaf9ce6695657754f31eba12c9b53e3bf1..2d3e0871e1052d53072c57721ebf8b362fb04cb0 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.12.2"
 
 \header {
   lsrtags = "contexts-and-engravers, midi"
 
-%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   texidoces = "
 Al producir una salida MIDI, el comportamiento predeterminado es
 que cada pentagrama representa un canal MIDI, con todas las voces
@@ -24,6 +24,22 @@ 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"
+
   texidoc = "
 When outputting MIDI, the default behavior is for each staff to
 represent one MIDI channel, with all the voices on a staff amalgamated.