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

write docstrings for every class #31

Closed Godley closed 9 years ago

Godley commented 9 years ago

Create a doctoring for every class in the library, containing info about what the class is used for (explanation of how it works in sheet music not required - that's googleable), optional inputs and anything the dev should know about its usage in music xml or in lilypond