Re: musicxml2ly produces unexpected EOF in .ly file

2018-09-11 Thread James Lowe
Knut On 27/08/18 16:14, Federico Bruni wrote: Il giorno dom 26 ago 2018 alle 16:12, David Kastrup ha scritto: Victor Rouanet writes:  Le 26/08/2018 à 15:15, Victor Rouanet a écrit :  Same result for me. According to Phil Homes in the lilypond-user  topic, the shlex module (used by musi

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-27 Thread Federico Bruni
Il giorno dom 26 ago 2018 alle 16:12, David Kastrup ha scritto: Victor Rouanet writes: Le 26/08/2018 à 15:15, Victor Rouanet a écrit : Same result for me. According to Phil Homes in the lilypond-user topic, the shlex module (used by musicxml2ly in utilities.py) didn't support unico

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-26 Thread David Kastrup
Victor Rouanet writes: > Le 26/08/2018 à 15:15, Victor Rouanet a écrit : >> Same result for me. According to Phil Homes in the lilypond-user >> topic, the shlex module (used by musicxml2ly in utilities.py) didn't >> support unicode input prior to Python 2.7.3. > According to David Wright* > I mis

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-26 Thread Victor Rouanet
Le 26/08/2018 à 15:15, Victor Rouanet a écrit : Same result for me. According to Phil Homes in the lilypond-user topic, the shlex module (used by musicxml2ly in utilities.py) didn't support unicode input prior to Python 2.7.3. According to David Wright* I misread. _

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-26 Thread Victor Rouanet
Le 26/08/2018 à 12:56, Federico Bruni a écrit : Victor, please keep the list in Cc. Sorry, newbie error :-) I was using lilypond packaged by Fedora, which uses python2 installed on the system (currently 2.7.15). I've now installed 2.19.82 from lilypond.org, which uses the bundled python .

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-26 Thread Federico Bruni
Victor, please keep the list in Cc. I was using lilypond packaged by Fedora, which uses python2 installed on the system (currently 2.7.15). I've now installed 2.19.82 from lilypond.org, which uses the bundled python . There's something wrong: $ file jafanosumu.ly jafanosumu.ly: data There's

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

Re: musicxml2ly produces unexpected EOF in .ly file

2018-08-24 Thread Paul Hodges
8/2018 10:33 AM Subject: musicxml2ly produces unexpected EOF in .ly file 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 musicxml2l

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

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