Page 1 sur 1

Massage MusicXML : un script pour RGP Lua pour optimiser les fichiers MusicXML

Posté : 6 octobre 2024 à 13:57
par michelp
Robert Patterson a concocté "Massage MusicXML", un script pour RGP Lua destiné à optimiser les fichiers MusicXML (individuels ou ceux d'un dossier) en vue de leur importation dans Dorico ou MuseScore.
A télécharger ICI.
Version 1.07 (6/10/2024). Requiert RGP Lua 0.74 au minimum.

Explications en anglais :
"This script reads musicxml files exported from Finale and modifies them to improve importing into Dorico or MuseScore. The best process is as follows:
1. Export your document as uncompressed MusicXML.
2. Run this plugin on the output *.musicxml document.
3. The massaged file name has " massaged" appended to the file name.
4. Import the massaged *.musicxml file into Dorico or MuseScore.

Here is a list of some of the changes the script makes:
8va/8vb and 15ma/15mb symbols are extended to include the last note and extended left to include leading grace notes.
Due to a limitation in the xml parser, all xml processing instructions are removed. These are metadata that neither Dorico nor MuseScore use, so their removal should not affect importing into those programs.

Group script menu items :
Massage MusicXML Folder...
Massage MusicXML Single File...
Author
Robert Patterson (folder scanning added by Carl Vine)"


Rappel : comment installer RGP Lua et y charger un script est expliqué ICI.

Et exporter des fichiers MusicXML dans Finale 27 donne les meilleurs résultats, car MusicXML y est disponible en version 4.0.

Re: Massage MusicXML : un script pour RGP Lua pour optimiser les fichiers MusicXML

Posté : 10 octobre 2024 à 21:26
par michelp
Mise à jour en version 2.01 (9/10/2024).
Corrections de bugs et améliorations.