I tried this and it works for in a DOS command prompt. It failed the same way in
my bash shell - it seems to want to use the python installed for Cygwin. Still,
this is a better solution to what I was doing.
Thanks,
Ted
___
lilypond-user mailing list
A much better solution is to download and install the Windows version
of Python from www.python.org and then add it at the beginning of your
PATH, either by doing set PATH="C:\Program Files\Python2.4;%PATH%
in the command shell before running convert-ly
or by doing it once and for all by right-
> The script seems to run, but stops at conversion 2.7.40 and leaves
> the line \version "2.7.40" in the new file. (It started as "2.6.0".)
> Is this the expected outcome or should it have continued further?
There weren't any syntax changes after 2.7.40, so that's what
convert-ly codes in the \ver
I managed to get 'convert-ly' version 2.8.1 to run in Cygwin
by doing the following:
1) I have Cygwin LilyPond 2.6.4 installed. This was installed
in the default location using the 'setup' program.
2) I have Windows Lilypond 2.8.1 installed in the directory
c:\nobackup\LilyPond.
3) I copi