Didier LAIREZ <[EMAIL PROTECTED]> writes:

> I have installed lilypond 1.6.0-2 on my MAC under OSX 10.1.5. Apparently the
> installation succeeded but the following message appears when I try to run
> Lylipond. Can you help me?

Maybe...

> [localhost:~] didierla% /sw/bin/ly2dvi -P /documents/muslyli/test1.ly

> Running LilyPond...
> zsh: command not found: lilypond

It looks like you do no have /sw/bin in your path.  Try:

    PATH=/sw/bin:$PATH
    ly2dvi /documents/muslyli/test1.ly
    
Btw: this is something that has been bothering me.  I think that
ly2dvi (and lilypond-book etc) should run the lilypond that belongs to
them, not the one that just so happens to be first in the path.

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to