Guy Stalnaker <[email protected]> writes:

>> On Sat, Sep 4, 2021, 3:51 PM David Kastrup <[email protected]> wrote:
>>
>>> Guy Stalnaker <[email protected]> writes:
>>>
>>> > 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.
>>>
>>> Frankly, I have no idea what you all are talking about.
>>>
>>>
>>> Works fine without moving the Staff_performer.
>>
>
> Just following the docs (per the link provided). Should the docs be
> updated?

The docs referring to per-voice/per-staff channel mapping have no
relation to changing the midi instrument temporarily and they don't
state anything like that either.

-- 
David Kastrup

Reply via email to