lilypond-user
[Top][All Lists]
Advanced

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

Re: path to lilypond executable


From: Noeck
Subject: Re: path to lilypond executable
Date: Thu, 12 Mar 2015 10:59:57 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hi Urs,

> I get
> => /home/uliska/lilypond/usr/bin/lilypond
> with each of the following:
> 
> cd ~
> lilypond test-script.ly
> cd ~/bin
> lilypond test-script.ly
> cd ~/lilypond/usr/bin
> lilypond test-script.ly

The difference was whether you use path search or not:
lilypond (execute it wherever it is found)
or
./lilypond (execute this file here)

so this should make a difference:
cd ~/lilypond/usr/bin
./lilypond test-script.ly

Cheers,
Joram



reply via email to

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