]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-midi-output-to-one-channel-per-voice.ly
Doc: run local makelsr
[lilypond.git] / Documentation / snippets / changing-midi-output-to-one-channel-per-voice.ly
index 2d3e0871e1052d53072c57721ebf8b362fb04cb0..22d4914a4c29b377dca60019b8648dc30f3ac78b 100644 (file)
@@ -1,18 +1,22 @@
-%% 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.12.2"
+\version "2.14.0"
 
 \header {
   lsrtags = "contexts-and-engravers, midi"
 
-%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   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 pista.
+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
@@ -44,7 +48,8 @@ deux canaux MIDI différents, chacun étant affecté de son propre
 When outputting MIDI, the default behavior is for each staff to
 represent one MIDI channel, with all the voices on a staff amalgamated.
 This minimizes the risk of running out of MIDI channels, since there
-are only 16 available per track.
+are only 16 available per MIDI port, and most devices support only one
+port.
 
 However, by moving the @code{Staff_performer} to the @code{Voice}
 context, each voice on a staff can have its own MIDI channel, as is