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

after graces not being handled #17

Open Godley opened 9 years ago

Godley commented 9 years ago

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


Gracenotes at the end of the bar need to use

\afterGrace {}

instead of regular grace notation, because otherwise lilypond will push them back after a barline. Suggested algorithm: