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.5.0.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.5.0.tar.gz.
File metadata
- Download URL: mscore3-1.5.0.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 |
4f967fea529b812af1641605032d0a0d0a0223b7f3912a9fbf3c861d04614654
|
|
| MD5 |
43fbb05dbbd9d04ac730d10c6ed260c6
|
|
| BLAKE2b-256 |
4bbf6e574492e524c6891e4cea5c48b996f6193a81070a37607bc6ff8139a99c
|
File details
Details for the file mscore3-1.5.0-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.5.0-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 |
b1b5bea7be07c29dbfbc384fd49d00c524d888d6ec2bf935189c1d1ce78d9e0c
|
|
| MD5 |
2085e4918e1d821da7bdac88d04b4305
|
|
| BLAKE2b-256 |
e212acf1bf8fc7b8ef92d707b4549d402e2f0e04ec223e60168565a91a3274e8
|