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




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to