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 45c has the same problem as 45a #14

Open Godley opened 9 years ago

Godley commented 9 years ago

Issue by Godley Wednesday Mar 04, 2015 at 19:21 GMT Originally opened as https://github.com/Godley/FYP/issues/134


testcase 45c looks fine, but it has multiple repeats inside it but only uses 1 repeat volta which repeats once. This visually looks fine, but the info will need to be loaded if we are to produce sound output later on. moving testcase to ignored test cases and applying enhancement label. parent issue #131 and linked to issue #132

Godley commented 9 years ago

Comment by Godley Saturday Mar 07, 2015 at 14:37 GMT


going to move this file to ignored again because I'm not really sure how to fix it without doing more hackyness