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.16.1.tar.gz
(44.3 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.16.1.tar.gz.
File metadata
- Download URL: mscore3-1.16.1.tar.gz
- Upload date:
- Size: 44.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39f08e0d418a68da883fe665dd4288917aeb4f3718aefcd577cf520a90749ac7
|
|
| MD5 |
097be5e10ceaf212ca325c8aba18ebe8
|
|
| BLAKE2b-256 |
0b26f6cf023389bc5771f0d3f5cc38ff2615b6f968b57873f8f2115d3f9c51fe
|
File details
Details for the file mscore3-1.16.1-py2.py3-none-any.whl.
File metadata
- Download URL: mscore3-1.16.1-py2.py3-none-any.whl
- Upload date:
- Size: 51.3 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 |
57667906478723548b11b852a8123b72b60a804c27c8203f6d0fb2fbf9ff160a
|
|
| MD5 |
736cffb5f4c0b209bbbef1b547d57c41
|
|
| BLAKE2b-256 |
c37b5af7148e945372cc3d7db2c15a00117a20d677ba59c20c674c6ddf38154a
|