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, [email protected], 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
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond