The Patchbay_

Partitura

Python package for handling symbolic music: MusicXML, MIDI, Humdrum kern, and MEI.

LanguagePython
CategoryComposition & notation
LicenseApache-2.0
PlatformsmacOS Windows Linux
Installpip install partitura
First released2019
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Research pipelines that parse and analyze symbolic music across formats.

Minimal example

import partitura as pt
score = pt.load_score(pt.EXAMPLE_MUSICXML)
note_array = score.note_array()
print(note_array)

Alternatives to Partitura

music21mingusAbjadSCAMP

← Back to all tools