A python library for opening/inspecting/modifying MuseScore3 files.
Project description
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.
Project details
Release history Release notifications | RSS feed
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.4.1.tar.gz
(37.9 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.4.1.tar.gz.
File metadata
- Download URL: mscore3-1.4.1.tar.gz
- Upload date:
- Size: 37.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c960308e5d99c5a091f5d830cded73c9c3de3d08ee0e1a8e58bb40cb22e8210
|
|
| MD5 |
501112adcb2b45a883a00592dcb2c5c1
|
|
| BLAKE2b-256 |
7cbc0dbdc1350d6c3183a6aa0cb704db1d4777d1dbc724c1fd580c093a90a403
|
File details
Details for the file mscore3-1.4.1-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 40.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8961ddc6c7c3aaef9ec120b527a485c65faf9015acc95eae19b8ea03840a22d
|
|
| MD5 |
1dcd4fb5078a71be2f8ad20123008948
|
|
| BLAKE2b-256 |
9f44746f733b7fbd898a2f746aea45a2239b3bcca45abc44c1c8a6dfba2251bd
|