L'essentiel c'est que tu ai ton fichier

pour faire de la musique. Après avoir lu une discution sur un forum il semble qu'il n'est plus possible à parir de la version 7 de Finale d'enregistré en .ETF. Il faudrai si j'en crois l'auteur acheter un plugging de Finale très cher.
Dommage car la solution était assez simple
- La première étape serait dans finale d'enregistrer le fichier .mus dans l'ancien format de finale .ETF.
- La deuxième étape serait d'ouvrir la console Mac dans le répertoire où se trouve le fichier.
- Et enfin la troisième est de lancer le script de conversion de lylipond en ligne de commande avec une syntaxe dans le genre "*.ETF" etf2ly --output=`basename '{}' .ETF`.ly '{}' ';'
Il semblerai
par contre qu'en enregistrant MusicXML dans finale le même type de manipulation est possible :
http://www.nongnu.org/xml2ly/
Requirements and Usage
"You need an XSLT processor (xsltproc, Xalan, Saxon, Xt...): xml2ly is written in XSLT 1.0 and uses only two Exslt extensions, which should be supported by quite all XSLT processors.
Anyway I mostly use xsltproc, so it is possible I trust its XSLT implementation too much: Sometimes I realize I'm using a feature not completely standard and/or correct and in most situations I've been able to change something, but I cannot be sure to always be able to do that. If you test xml2ly with a XSLT processor and find strange behavior, please tell me abuout it.
If you use Linux,
MacOSX with Fink or (I think) Windows with Cygwin, you can use - as I do - xsltproc. It is a command line utility based on libxml and libxslt: rpm or debs for your distribution can be found anywhere.
If you don't know or understand what to do, write to me: I'll try to help you as best I can.
Simply download and expand the tarball, change the new directory and run the XSLT processor on xml2ly.xsl and the MusicXML file you want to convert (relative o full path!) - in a way depending on the processor you're using.
Here is an example of what I do with xsltproc:
xsltproc --novalid xml2ly.xsl schubert.xml > schubert.ly
[in this situation schubert.xml is in the directory where xml2ly.xsl is and the output is redirected to schubert.ly, lying in the same place: but you can specify the paths you need!!]"
Je ne sais pas si le résultat est de qualité mais apparemment les scripts de conversion lilypond fonctionne en mode console sur Macintosh. La dessus bonne journée, je vais me recoucher.