bug-lilypond
[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: Jonathan Kulp
Subject: Re: Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB question -- frescobaldi tab support)
Date: Wed, 18 Feb 2009 06:16:41 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Trevor Daniels wrote:

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


I'm running Ubuntu 8.04. I'll reboot in Vista and see if it still works for me...Nope. It crashes in Vista Home Premium, works under Linux.

Jon

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





reply via email to

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