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

New issue 1985 by colinpkc...@gmail.com: 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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to