"[email protected]" <[email protected]> wrote:
> After solving a mysterious hardware problem I finally got my Windows 7 box up 
> and running again.  I installed LilyPond 2.16.2-1 but it won't run from the 
> CLI.  I get:
>
> 'lilypond' is not recognized as an internal or external command, operable 
> program or batch file.
>
> I have, in fact, edited the PATH to point to the /bin directory which 
> contains LilyPond.  I don't ever recall having this problem before.  Before I 
> had my recent computer problem I am sure that Lily was installed and working 
> just fine.  The 'drag-n-drop' method works, but I would much rather use the 
> CLI.

Are you using Cygwin?  (The fact that you wrote /bin makes me ask.)  For
cmd, adding C:\Program Files\lilypond\usr\bin to the path should be enough.

Because I dislike polluting my PATH, I have a c:\bin in the path, then I
add a file called lilypond.bat to that directory with
    @echo off
    "C:\Apps\Lilypond\usr\bin\lilypond.exe" %*

-- 
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to