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: Sat, 4 Sep 2021 16:03:33 -0500

Just following the docs (per the link provided). Should the docs be updated?

Guy

On Sat, Sep 4, 2021, 3:51 PM David Kastrup <dak@gnu.org> wrote:
Guy Stalnaker <jimmyg521@gmail.com> 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.

--
David Kastrup

reply via email to

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