musicxml2ly produces unexpected EOF in .ly file

2018-08-24 Thread Victor Rouanet
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 fol

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-24 Thread Federico Bruni
Il giorno ven 24 ago 2018 alle 11:33, Victor Rouanet <"victor.rouanet"@gmx.fr> ha scritto: 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

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-24 Thread Paul Hodges
I was planning to report this.  What's happening is that strings are being converted to 16-bit Unicode instead of UTF8, and so they are interspersed with nulls.  If you remove the nulls with a capable editor, then that issue goes away (you can do it with Frescobaldi, but it's non-intuitive - cop

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-24 Thread Federico Bruni
Il giorno ven 24 ago 2018 alle 12:11, Paul Hodges ha scritto: I was planning to report this. What's happening is that strings are being converted to 16-bit Unicode instead of UTF8, and so they are interspersed with nulls. If you remove the nulls with a capable editor, then that issue goe