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

handling of voices which sit in two staves #7

Open Godley opened 9 years ago

Godley commented 9 years ago

Issue by Godley Monday Mar 02, 2015 at 21:40 GMT Originally opened as https://github.com/Godley/FYP/issues/105


it's possible a voice may be in voice 1, staff 2, and then be the same voice in staff 1. Current system segments everything by staff, then measure then voice, so not sure how this is going to work. Testcase: expected: screen shot 2015-03-02 at 21 39 26 actual: screen shot 2015-03-02 at 21 39 52