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 46e problems #29

Open Godley opened 9 years ago

Godley commented 9 years ago

Issue by Godley Saturday Mar 07, 2015 at 16:22 GMT Originally opened as https://github.com/Godley/FYP/issues/174


  1. pickup measures aren't being handled, so lilypond just pushes all the notes from the next bar in to replace the empty notes - issue #116
  2. the second voice note appears on the first note of the bar, rather than second. - issue #180
Godley commented 9 years ago

Comment by Godley Monday Mar 09, 2015 at 13:58 GMT


point 1 is now fixed with commit 03c43c2e515e5dd0b075d15e795dab5e6720ea95