]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-midi-output-to-one-channel-per-voice.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / changing-midi-output-to-one-channel-per-voice.ly
index f7c85ee9bba4b8079bd25a15c2f266302af43a74..9f013e96a90716a714c7eeca4cb72e7ff22f4c4e 100644 (file)
@@ -1,10 +1,28 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.49"
+\version "2.13.1"
 
 \header {
   lsrtags = "contexts-and-engravers, midi"
 
+%% Translation of GIT committish: f39a9724d9f51ed9d0d464689ef62f549d7b8dd6
+  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.
+
+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"
+
   texidoc = "
 When outputting MIDI, the default behavior is for each staff to
 represent one MIDI channel, with all the voices on a staff amalgamated.
@@ -20,6 +38,7 @@ two MIDI channels are created, each with a different
 "
   doctitle = "Changing MIDI output to one channel per voice"
 } % begin verbatim
+
 \score {
   \new Staff <<
     \new Voice \relative c''' {
@@ -57,3 +76,4 @@ two MIDI channels are created, each with a different
     }
   }
 }
+