This is great! Thanks for your help.

Jerry

On Fri, Sep 3, 2021 at 8:46 PM Guy Stalnaker <[email protected]> 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