lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Midi Instrument: change?


From: Guy Stalnaker
Subject: Re: Midi Instrument: change?
Date: Fri, 3 Sep 2021 19:46:49 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

See http://lilypond.org/doc/v2.19/Documentation/notation/midi-channel-mapping

Where the method is shown. Basically, you put the instrument into the Voice context:

%%% Code

  \midi {
    \context {
      \Staff
      \remove "Staff_performer"
    }
    \context {
      \Voice
      \consists "Staff_performer"
    }

%%% Code

You'll see how it works. I do this all the time.

Regards,

GuyS

On 9/3/21 7:36 PM, JxStarks wrote:
Hi all,
Is it possible to change the midi-instrument in the middle of a part? This is particularly useful for strings voices which do occasional pizzicato sections. It seems awfully cumbersome to write a whole part just for 5 or 6 measures of pizzicato. How would the change (and the change back) be coded?

Thanks in advance,

Jerry
-- 
--

“Happiness is the meaning and the purpose of life, the whole aim and end of human existence.”

― Aristotle

reply via email to

[Prev in Thread] Current Thread [Next in Thread]