Werner LEMBERG wrote:
BTW, there is a buglet in lilypond currently: \once doesn't work for
midiInstrument...
This doesn't seem to be in the bug data base. Example:
\version "2.11.2"
\score{
\relative c'{
\set Staff.midiInstrument = "violin"
c d e f
\once \set Staff.midiInstrument = "pizzicato strings"
% The setting lasts until the next \set Staff.midiInstrument = ...
c d e f
\set Staff.midiInstrument = "violin"
c d e f
}
\midi{}
\layout{}
}
/Mats
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond