lilypond-user
[Top][All Lists]
Advanced

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

Re: Recalcitrant midi instruments


From: Robin Bannister
Subject: Re: Recalcitrant midi instruments
Date: Sat, 13 Sep 2008 12:11:59 +0200

T Högvall wrote:
I did attempt to put in the real instruments then,
by including lines like
  \set Staff.midiInstrument = #"clarinet"
in the score section
 ...
What am I missing?

Either A or B.


A:
In the score section you have put your \set command
between one "\new Staff" block and the next.
This leaves it outside these blocks,
where it has no influence:
- too late for the preceding block
- the subsequent block establishes its own (default) midiInstrument.
So move your \set command inside
i.e. to before or after \global.
Maybe you influenced the containing "\new StaffGroup" in some way.


B:
In the "\new Voice" blocks your \set commands for midiInstrument
should say "Staff.", just like you did for instrumentName.


Cheers,
Robin






reply via email to

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