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

mxml parser broken #33

Closed Godley closed 8 years ago

Godley commented 9 years ago

Did an oops with find and replace so parser doesn't actually parse properly

Godley commented 8 years ago

Think I fixed this a while back.