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

not handling the "steal-time-following" attribute in grace notes #18

Open Godley opened 9 years ago

Godley commented 9 years ago

Issue by Godley Thursday Mar 05, 2015 at 17:41 GMT Originally opened as https://github.com/Godley/FYP/issues/146


we currently aren't handling the attribute "steal-time-following" or "steal-time-previous" - the first indicates the grace note is a regular grace note. The second indicates the grace note should be marked as an after grace note. Linked with issue #144 - testcase 24d moving to ignored because it's an enhancement and doesn't cause a system failure, or too much symbolic loss