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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to