bug-lilypond
[Top][All Lists]
Advanced

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

Re: musicxml2ly: group-symbol none leads to bus error


From: Reinhold Kainhofer
Subject: Re: musicxml2ly: group-symbol none leads to bus error
Date: Sat, 22 Oct 2011 13:32:21 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.1; i686; ; )

Am Saturday, 22. October 2011, 11:33:56 schrieb pls:
> Am 22.10.2011 um 07:16 schrieb Colin Campbell:
> > I'm not sure what sort of error to look for, Patrick.  When I run your
> > file on my system, I don't see any errors reported on the console,
> > either from musicxml2ly or lilypond itself. The resulting .ly compiles
> > with only one error: the lack of any graphic output, by way of .pdf or
> > .ps.  Is this the error you are reporting?
> 
> Hi Colin,
> 
> hm, there aren't any errors reported from musicxml2ly but when I try to
> compile the file with v2.15.14 I get:
> 
> Interpreting music... Bus error
> 
> With v2.15.15 I get:
> 
> Interpreting music... Segmentation fault

The culprit is:
[...]
% The score definition
\new StaffGroup \with { systemStartDelimiter = #'f } <<
    \new Staff <<
[...]

Setting systemStartDelimiter to #'f is just plain wrong (it's the symbol "f", 
not the boolean value, and even that wouldn't work). No idea why I missed that 
case when I wrote the code...
I suppose the proper fix would be to set it to #'SystemStartBar.

Cheers,
Reinhold

-- 
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org



reply via email to

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