|
From: | Victor Rouanet |
Subject: | musicxml2ly produces unexpected EOF in .ly file |
Date: | Fri, 24 Aug 2018 11:33:14 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Good morning,I'm having an issue with musicxml2ly, installed with a manually downloaded version on lilypond 2.19.82.
I exported a musicxml file from Musescore, then converted it to lilypond source with musicxml2ly without error. However, when I try to compile it with lilypond, I get the following error: "syntax error, unexpected end of input, expecting \header". Here is the full output: https://hastebin.com/raw/navufewufu
And the musicxml file content: https://hastebin.com/jafanosumu.xmlThis error happened with any musicxml file I tried to convert from Musescore.
After some research, I found this topic on the lilypond-user list http://lilypond.1069038.n5.nabble.com/XML-to-ly-and-Lilypond-again-td203101.html which looks like exactly the same. The suggested workaround (replacing split_string_and_preserve_doublequoted_substrings by string.split in musicexp.py:139) makes it work, but I'm wondering if I'm doing something wrong.
Victor
[Prev in Thread] | Current Thread | [Next in Thread] |