On Oct 12, 2006, at 2:12 PM, Mats Bengtsson wrote:

If you use
./configure
make
make install

That's just the problem: done that, everything gets installed into / usr/local then, when running

bash-3.00$ lilypond example.ly
GNU LilyPond 2.8.7
ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "lily.scm" in load path

I got round this by adding the --relocate option like so

lilypond --relocate ~/rosegarden/example.ly

and both "example.ps" and "example.pdf" files were produced in the directory from which the above command was run.

As for "midi2ly" not working: well, I can live with that.

or

./configure --prefix=/whatever/path/
make
make install

then all the files should be found automatically.

  /Mats

E



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

Reply via email to