Jonathan Kulp wrote Wednesday, February 18, 2009 12:16 AM
Trevor Daniels wrote:
This looks like a bug. An attempt to add the
Instrument_name_engraver to a StaffGroup context *and* produce
MIDI output causes a Crash under Vista. Doing either separately
is fine. Here's a minimal example:
\version "2.12.2"
\score {
\new StaffGroup \with { \consists Instrument_name_engraver }
a'
\midi { }
}
It works if you also put a \layout block:
\version "2.12.2"
\score {
\new StaffGroup \with { \consists Instrument_name_engraver }
a'
\midi { }
\layout { }
}
I still get a crash even with the layout block here, i.e. under
Vista SP1.
It also causes a crash with 2.11.57-1.
Maybe it's OS-dependent :( What OS are you using?
Trevor
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user