Markus W. Kropp <kropp <at> koelnklassik.de> writes: > on midi-channel 12 there is the violin. in the linuxsampler > is loaded the sound for violin-sustain. this is > ok for the first 4 measures. but then, i need > staccato-violins. and later some other articulations of the violins.
Probably you know this, but LilyPond will accept a change \set Staff.midiInstrument = #"pizzicato strings" in the middle of the music. This generates a program change message in the MIDI file that should change the voice used for the relevant MIDI channel. > create one command, that can not only change the instrument name. > create a command, that tells every staff > (or even every voice) to change the midi channel AND the port. There is a new feature <http://lilypond.org/doc/v2.14/Documentation/changes/index.html> \set Score.midiChannelMapping = #'voice that puts a different port assignment for each voice at the beginning of each track in the MIDI file. Many of us cannot use this feature, because hardware MIDI synthesizers have only one, or maybe two, input ports. _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
