MegaArman / ask_toscanini

toscanini.cs.vt.edu
http://toscanini.cs.vt.edu/
MIT License
2 stars 0 forks source link

musescore mozart.xml -o mozart.pdf #23

Open MegaArman opened 7 years ago

MegaArman commented 7 years ago

segfaults

MegaArman commented 6 years ago

this actually caused an issue on the 15mb score, tchaikovsky_1812_overture.xml from openscore with the first few pages being blank measures and the staffs going across pages- ugly. I only suspected there was an issue in the conversion because in calling computeFacts the line

23 facts["keySignatures"] = toscanini.getKeySignatures() 24 .map(ks => ks.toLowerCase());

can't call .toLowerCase on undefined

musescore may not be the most reliable CLI for this purpose. Tested on Fedora.

MegaArman commented 6 years ago

I did not