lilypond-user
[Top][All Lists]
Advanced

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

Re: Midi Instrument: change?


From: JxStarks
Subject: Re: Midi Instrument: change?
Date: Sat, 4 Sep 2021 11:56:14 -0400

This is great! Thanks for your help.

Jerry

On Fri, Sep 3, 2021 at 8:46 PM Guy Stalnaker <jimmyg521@gmail.com> wrote:

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]