Status: Accepted Owner: v.villenave Labels: Type-Defect Priority-High OpSys-All
New issue 818 by v.villenave: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.
http://code.google.com/p/lilypond/issues/detail?id=818 Any attempt to add the Instrument_name_engraver to a StaffGroup context *and* produce MIDI output causes LilyPond to crash with a bus error. Doing either separately is fine. Here's a minimal example: \version "2.13.3" \score { \new StaffGroup \with { \consists Instrument_name_engraver } a' \midi { } } % Reproduced on Windows and Mac using 2.12 and 2.13 % Reported by Trevor D. on http://lists.gnu.org/archive/html/bug-lilypond/2009-02/msg00035.html -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
