bug-lilypond
[Top][All Lists]
Advanced

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

Re: Running accessory programs (convert-ly, etc.)


From: Mats Bengtsson
Subject: Re: Running accessory programs (convert-ly, etc.)
Date: Mon, 15 Sep 2008 23:34:43 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

Very strange! I can use the commands like
convert-ly -e ...
directly from the command prompt, without any problems
in Windows XP. Perhaps you have to log out and then
login again after the installation, in order for the settings
to work correctly.

  /Mats

Albert Bickford wrote:
I'm not top posting

I'm not sure if this is a documentation problem or a bug in the Windows implementation of Lilypond 2.10.33. It concerns the way one invokes accessory programs like convert-ly and midi2ly, as documented in sections 13.3 and all of chapter 15.

For example, section 13.3 states that to invoke convert-ly, the command line should be:

convert-ly -e myfile.ly

However, convert-ly is a python program, not an .exe, so what I had to do was

python convert-ly.py -e myfile.ly

That is, mention the python executible explicitly and add the .py extension to convert-ly. Further, I had to run this command in C:\Program Files\LilyPond\usr\bin, where python and the .py programs are stored. (I tried adding this folder to the path, but I don't know enough about Python to enable it to find all its support modules.)

The same is true for the programs described in chapter 15.

So, either this is an installation problem on Windows XP Professional SP2, in which the path, environment variables, etc. are not set up properly to work in the way described in the manual, or the manual needs to be changed. The manual does include a disclaimer about not trying to tell people how to run programs from the command line. However, because of the involvement of Python, this is more than just running programs from the command line, and is more than most users should be expected to figure out.



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond


--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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