> There is one lingering problem: when LilyPond calls Guile, Guile is > not finding the library files specified in load-extension > expressions, even though they *should* be in the right place. > Before I go too crazy searching, does anyone know what controls this > path choice? I'm assuming it may be a compilation option for the > LilyPond binary, but I really don't know.
Here's a link to the script MacPorts is using to call lilypond. https://github.com/macports/macports-ports/blob/master/textproc/lilypond-devel/files/lilypond.in It seems you have to set LDTL_LIBRARY_PATH. Werner