[EMAIL PROTECTED] writes:
> I was curious enough to download Guile 1.5.4 and 
> compile Lilypond 1.5.22. 
> 
> Why didn't you tell us that you have to set 
> $GUILE_LOAD_PATH for Lilypond to be able to find

Because I thought that I had fixed that:

        meddo:~$ cd usr/src/
        meddo:~/usr/src$ lilypond lilypond/input/example-1
        GNU LilyPond 1.5.22
        Nu wordt verwerkt: `lilypond/input/example-1.ly'
        Ontleden...
        Vertolken van muziek...[3]
        Voorbewerken van elementen... 
        Berekenen van kolomposities... 
        papier uitvoer naar example-1.tex...

        Vertolken van muziek...
        MIDI uitvoer naar example-1.midi...
        Spoor ... 
        meddo:~/usr/src$ set | grep GUILE

> the new Guile modules. For those of you who didn't
> spend some hours trying to figure out, I can tell
> you that the environment variable should point to 
> the directory above the scm/ directory in the 
> Lilypond installation.

Are you sure: can you check see whether prepend_load_path() (in
lily-guile.cc) is working?  You can check it by doing 

  scm_c_eval_string ("(write %load-path (current-error-port))""); 

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


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

Reply via email to