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.13.0.tar.gz
(43.0 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.13.0.tar.gz.
File metadata
- Download URL: mscore3-1.13.0.tar.gz
- Upload date:
- Size: 43.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
908ea29f8962f5ed3c3c4216e313e3da49bdfbfe78e517b2c33badc1f7a29610
|
|
| MD5 |
e9f054355141ca61d5f77b165abe51d6
|
|
| BLAKE2b-256 |
2af10cd3257b1a7d39f4ebef0c7b9f90fdc530c98693441949766b14ef9a3b10
|
File details
Details for the file mscore3-1.13.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.13.0-py2.py3-none-any.whl
- Upload date:
- Size: 49.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a506a6a807a879ec4e5480aac4cbe4fa09fa84c5d199b4b695e042fd0bbf76c
|
|
| MD5 |
53a2e65f13d7ee340d3c67e51d683e7b
|
|
| BLAKE2b-256 |
960a4c3b525fd5ca4bc465195fb284a7427e9294d64c8d59902f46982430f35b
|