|
From: | Jeremiah Benham |
Subject: | Re: [Denemo-devel] First Time Denemo [Mac] User - "LilyPond count not typeset this score" |
Date: | Mon, 15 May 2017 17:52:55 -0500 |
On Mon, 2017-05-15 at 08:49 -0500, Jeremiah Benham wrote:
> I see the problem with his lilypond. His lilypond seems to not be able
> to find $PREFIX/share/ghostscript. I bet there is a command we can
> pass to lilypond to tell it were it is.
when you install LilyPond on a GNU/Linux system what you get to execute
is a shell script:
#!/bin/sh
me=`basename $0`
export LD_LIBRARY_PATH="/home/rshann/lilypond/usr/lib"
exec "/home/rshann/lilypond/usr/bin/$me" "$@"
so perhaps that script is what the lilypond path should be pointing to?
Richard
[Prev in Thread] | Current Thread | [Next in Thread] |