mscore3
A python library for opening/inspecting/modifying MuseScore3 files.
Importing
The import name is "mscore"
Simple usage
from mscore import Score
score = Score(argv[1])
for part in score.parts():
if part.name == "Harp":
for channel in part.instrument().channels():
channel.port = 4
Formats
Reads/writes both .mscx and .mscz files.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mscore3-1.18.1.tar.gz
(46.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mscore3-1.18.1.tar.gz.
File metadata
- Download URL: mscore3-1.18.1.tar.gz
- Upload date:
- Size: 46.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ef1aae78855389776df3200fc48258ced438055ca67b10abf7ce7daa50d2903
|
|
| MD5 |
344ea7c6c1aa3557286bc738877d065a
|
|
| BLAKE2b-256 |
48449ac1ee8c253c6f0161323f7cff509ab85ef298d4a25fdea0c6246c561235
|
File details
Details for the file mscore3-1.18.1-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.18.1-py2.py3-none-any.whl
- Upload date:
- Size: 53.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c246d2bb844b331ecfb6ac7a45d475b112c755bb8253bc3e20a14305ce9df6ab
|
|
| MD5 |
050e4843d65c2516a8be50545bca9de2
|
|
| BLAKE2b-256 |
b6d4f6f56e7670e43bbb80b737fb6dc00e7c2a8a3e2023331334869ae82ff776
|