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

forwards and backups won't work if all voices have not been created yet #27

Open Godley opened 9 years ago

Godley commented 9 years ago

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


testcase 03b should have a second voice starting on the second note, but because that voice wasn't created at the start backup/forwarding doesn't work and it just starts at the beginning of the voice. Not sure how to fix this, so I'm going to move the testcase to ignored for now.