denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] First Time Denemo [Mac] User - "LilyPond count not ty


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

The issue is not finding the lilypond binary but for ghostscript to find its files in share/ghostscript. Lilypond uses gs as a backend I guess. 

Jeremiah

On May 15, 2017 4:18 PM, "Richard Shann" <address@hidden> wrote:
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]