lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xml2ly VS Windows


From: bameylan
Subject: Re: xml2ly VS Windows
Date: Sun, 18 Jul 2010 06:42:51 -0700 (PDT)


Céladon wrote:
> 
> 
> Pour diverses raisons, je travaille majoritairement sous  Windows XP. J'ai
> Ubuntu installé également sur ma petite machine, mais j'aimerais vraiment
> pouvoir utiliser les fonctions comme xml2ly sous Windows : comment faire ?
> Je ne sais absolument pas travailler en ligne de commandes sous Windows,
> alors que c'est si facile avec Linux...
> 

Juste un petit fichier batch que j'avais trouvé sur un forum du temps ou je
lilypondais sous XP. Il invoque Python. Je place un raccourci de ce fichier
sur mon bureau (ou dans le répertoire de mes fichiers .xml) et il suffit de
glisser les fichiers à convertir dessus pour obtenir des conversions en .ly,
qu'il suffit de faire traiter par LilyPond pour obtenir une sortie en .pdf;
il y aurait sûrement un autre fichier batch à écrire pour automatiser toute
la procédure, mais mes compétences en ce domaine sont quasi nulles. Voici ce
petit fichier:

@echo off
echo Converting MusicXML to Lilypond
call python "d:/program files/lilypond2.8.5/usr/bin/musicxml2ly.py"  %1%
echo completed
 
Attention à la ligne: d:/program files/lilypond2.8.5/usr/bin/musicxml2ly.py,
elle correspond à ma propre configuration (entre autres le répertoire
/lilypond2.8.5 peut avoir une dénomination différente)


hth

Bernard
-- 
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/xml2ly-VS-Windows-tp5302490p5308796.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]