Godley / MuseParse

Repository for a python music parser. This works with MusicXML as the input format which forms a tree of objects in memory representing the piece. This can be optionally outputted to lilypond which produces a PDF, or perused for your own uses.
MIT License
7 stars 2 forks source link

testcase 02e fails because we don't currently handle implicit measures #15

Open Godley opened 9 years ago

Godley commented 9 years ago

Issue by Godley Wednesday Mar 04, 2015 at 23:46 GMT Originally opened as https://github.com/Godley/FYP/issues/137


I think that implicit will simply be adding \partial to the lilypond output, but for now, as the testcase doesn't fail catastrophically, I'm moving the testcase to ignored and marking this an enhancement