lilypond-user
[Top][All Lists]
Advanced

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

Re: ghostscript fails on pdf generation


From: N. Andrew Walsh
Subject: Re: ghostscript fails on pdf generation
Date: Sun, 12 Feb 2017 19:38:47 +0100

Hi David,

The first example on:
http://lists.gnu.org/archive/html/lilypond-user/2016-06/msg00123.html

$ ~/lilypond-2.19.42.1/bin/lilypond e.ly

runs this (now newer) script:

#!/bin/sh
me=`basename $0`
export LD_LIBRARY_PATH="/home/david/lilypond-2.19.49-1/lilypond/usr/lib"
exec "/home/david/lilypond-2.19.49-1/lilypond/usr/bin/$me" "$@"

That's the command I used (ie, invoking Lily from its local /bin directory, and not its local /usr/bin), and it still failed with the error described. 

Cheers,


reply via email to

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