MarcTheSpark / pymusicxml

A simple Python library for creating MusicXML files in a musically logical way [MIRROR of https://git.sr.ht/~marcevanstein/pymusicxml]

Home Page:http://scamp.marcevanstein.com/pymusicxml.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pymusicxml

pymusicxml is a simple python library for exporting (and perhaps in the future, importing) MusicXML files, modelling them in a hierarchical and musically logical way. Although MusicXML can simply be created using xml.etree.ElementTree, it is a confusing process: for instance, objects like tuplets and chords are created using note attributes in the MusicXML standard. In pymusicxml, they are modelled as containers.

See the examples folder for an example of an explicitly created and exported score, as well as an algorithmically created and exported score.

pymusicxml is part of scamp, a Suite for Computer-Assisted Music in Python.

About

A simple Python library for creating MusicXML files in a musically logical way [MIRROR of https://git.sr.ht/~marcevanstein/pymusicxml]

http://scamp.marcevanstein.com/pymusicxml.html

License:GNU General Public License v3.0


Languages

Language:Python 100.0%