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.19.0.tar.gz
(46.2 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.19.0.tar.gz.
File metadata
- Download URL: mscore3-1.19.0.tar.gz
- Upload date:
- Size: 46.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f601f59fd1199a02b893bd62b41e09d3e994c99d9b6bacec2b5d7b4ecf1accb
|
|
| MD5 |
bc56218f342597f87cdac9e9b4104f00
|
|
| BLAKE2b-256 |
e82a913d3e8596a7a8371d15a72bcc1d1a81d46eda8202e2436a27d4f4cd48c5
|
File details
Details for the file mscore3-1.19.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.19.0-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 |
a3fa705d89448c35f3d36c25c8ebccbdc38fa61c453e1f22f981c7346242f948
|
|
| MD5 |
813ba6d08bf3f122b2f4b688c9516a2a
|
|
| BLAKE2b-256 |
db8b1a27ca8a731557e88eb2a446dd809d87c3980d41c94f6e6bb67dfe53fc5b
|