bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1985 in lilypond: musicxml2ly: group-symbol none leads to bus erro


From: lilypond
Subject: Issue 1985 in lilypond: musicxml2ly: group-symbol none leads to bus error
Date: Sat, 22 Oct 2011 18:04:58 +0000

Status: Accepted
Owner: ----
Labels: Type-Scripts

New issue 1985 by address@hidden: musicxml2ly: group-symbol none leads to bus error
http://code.google.com/p/lilypond/issues/detail?id=1985

Reported by Patrick Schmidt and discussed with Rienhold:
Patrick:
The value 'none' of the element 'group-symbol' (<group-symbol>none</group-symbol>) leads to a bus error when the converted .ly-file is compiled with LilyPond v2.15.14. The compilation fails. There is no problem with the conversion and compilation of the other group-symbols (brace, line and bracket). (The MusicXML-Code of the minimal example is valid.)
 . . .
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

Rienhold:
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.



Attachments:
        group-symbol_none.xml  2.1 KB




reply via email to

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