bug-lilypond
[Top][All Lists]
Advanced

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

Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to


From: codesite-noreply
Subject: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.
Date: Sat, 18 Jul 2009 11:31:52 +0000

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




reply via email to

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