No project description provided
Project description
Finale to MusicXML Converter
About
This project is a private initiative aimed at musicians and composers who no longer have a valid Finale license and have no other alternative than the built-in Finale export function. This converter allows users to transform Finale (.musx) music scores into MusicXML (.mxl) format, making it possible to import them into various music notation software.
Note: This converter currently supports only basic notations and does not guarantee the exact preservation of bar positions, note placements, and other advanced notations. It is still a work in progress.
Online File Converter
Easily convert Finale .musx files to .mxl format online.
Run Online File Converter Locally Using Docker
You can run the online converter on your own machine using Docker.
Prerequisites
Make sure you have the following installed:
- Docker (Install Docker)
Running the Converter
docker run -it -p 7860:7860 --platform=linux/amd64 \
registry.hf.space/jorisvaneyghen-musx2mxl:latest python app.py
After running the command, open your web browser and go to: http://localhost:7860/
For implementation details, check the Git repository.
Desktop application
Prerequisites
Make sure you have the following installed:
- Python 3 (Install Python)
- pip (comes with Python but can be updated via
python -m ensurepiporpython -m pip install --upgrade pip)
Install
To install the required package on your local system:
pip install musx2mxl
Usage
Graphical Interface (GUI)
Run the GUI version with following command in console:
musx2mxl-gui
Command Line Execution (Batch Processing)
You can also run the converter via the command line:
musx2mxl [options] input_path
Arguments
input_path A Finale file (*.musx) or a directory containing several Finale files.
Options
-h, --help Show this help message and exit.
--output_path Specify the output .mxl file path (default: same as input but with .mxl extension). Ignored if input_path is a directory.
--keep Keep the decoded Finale data (*.enigmaxml) and uncompressed MusicXML (*.musicxml).
--recursive Scan subdirectories recursively if input_path is a directory.
Supported Music Notation Software
MusicXML is a widely used format, and many music notation programs support importing it, including:
- MuseScore (https://musescore.org)
- Sibelius (https://www.avid.com/sibelius)
- Dorico (https://www.steinberg.net/dorico)
- Notion (https://www.presonus.com/products/Notion)
- Capella (https://www.capella-software.com)
For more details about MusicXML, visit: MusicXML Official Website
Implementation
The development of this converter is based on earlier work from the following open-source projects:
- MUSX Document Model (Robert G. Patterson): GitHub Repository
- Project-Attacca: GitHub Repository
- Denigma: GitHub Repository
Disclaimer
This project is not affiliated with Finale or MakeMusic in any way. For official Finale software and support, please visit: Finale Official Website.
License
This project is licensed under the MIT License, allowing free use, modification, and distribution. See the LICENSE file for more details.
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
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 musx2mxl-0.1.7.tar.gz.
File metadata
- Download URL: musx2mxl-0.1.7.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1fb58d3217733521c7d30d957636c0770bb4c9837c5e3f6452dc0103015cf92
|
|
| MD5 |
0b908df80b9df6f8325e0fb344a44bba
|
|
| BLAKE2b-256 |
f4fe2237d8b35269f0462ee8a1ef2889775db5dda3a91525b166057eb9927dec
|
File details
Details for the file musx2mxl-0.1.7-py3-none-any.whl.
File metadata
- Download URL: musx2mxl-0.1.7-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3891c83d75f22c9693d6f6616cec8a09f336b5f7769b5b4189e5fd486f3eebf
|
|
| MD5 |
072f91aac37936d23ae52e9b3339f881
|
|
| BLAKE2b-256 |
badcfee28d3635a444ec2fb714eb93307c5067330f0b1b94b80d6c2c42da74db
|