X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fchanging-midi-output-to-one-channel-per-voice.ly;h=7b7fd31a0b9b4e98835e8846a9eae09ff3de3e20;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=09d24b3b1afb6c7e9215a9b978dac3e1495be9cd;hpb=4311a6488800130567ebc7847105156122ba0c76;p=lilypond.git diff --git a/input/lsr/changing-midi-output-to-one-channel-per-voice.ly b/input/lsr/changing-midi-output-to-one-channel-per-voice.ly index 09d24b3b1a..7b7fd31a0b 100644 --- a/input/lsr/changing-midi-output-to-one-channel-per-voice.ly +++ b/input/lsr/changing-midi-output-to-one-channel-per-voice.ly @@ -1,10 +1,27 @@ %% 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.48" +\version "2.11.62" \header { lsrtags = "contexts-and-engravers, midi" + 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.