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

partnames can have the display attribute and we're ignoring it #16

Open Godley opened 9 years ago

Godley commented 9 years ago

Issue by Godley Thursday Mar 05, 2015 at 16:25 GMT Originally opened as https://github.com/Godley/FYP/issues/142


certain partnames may be set up like this:

<part-name print-object="no">unprinted part name</part-name>

Currently we completely blaze on by and ignore it, but it would be pretty easy to bring this in - we could either completely ignore it's there, or add another attribute to the part telling the renderer to not send it to lilypond. The latter would be better because the information would probably be useful later on, such as when we come to parse for information