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 { }
}

Trevor


It works if you also put a \layout block:

\version "2.12.2"
\score {
 \new StaffGroup \with { \consists Instrument_name_engraver }
 a'
 \midi { }
 \layout { }
}

Jon
--
Jonathan Kulp
http://www.jonathankulp.com


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

Reply via email to