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.0.tar.gz
(45.7 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.0.tar.gz.
File metadata
- Download URL: mscore3-1.18.0.tar.gz
- Upload date:
- Size: 45.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8305cdb64287bec30b6051d0586e6769d80d77c13fe3c189163a23c5a16ffa2
|
|
| MD5 |
f189602fb3912b783ef8871a7b6ed0a3
|
|
| BLAKE2b-256 |
c187d9cd125e14cb2c6f8f05664f7f48962326c52086d804567ee0415b55ca48
|
File details
Details for the file mscore3-1.18.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.18.0-py2.py3-none-any.whl
- Upload date:
- Size: 53.2 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 |
d3ce00ed08cfa2a1eb7e2c082789eb723132968c1e998ca1d1830021574f5653
|
|
| MD5 |
a0b37e7b5df65e297c2cf5e14e6e3504
|
|
| BLAKE2b-256 |
1acaa78f587ceca6ab694f20e722ef17a3ee84e5e71bb9f56c615a07e1a45fae
|