lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB


From: Trevor Daniels
Subject: Re: Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB question -- frescobaldi tab support)
Date: Wed, 18 Feb 2009 10:01:57 -0000


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]