From: fred Date: Mon, 10 Aug 1998 20:53:35 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5841 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bbfcd004afdd79101521f57ac51696574aab7f68;p=lilypond.git lilypond-1.0.1 --- diff --git a/buildscripts/run-lilypond.sh b/buildscripts/run-lilypond.sh new file mode 100644 index 0000000000..2a69e5a3e2 --- /dev/null +++ b/buildscripts/run-lilypond.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +LILYTOPDIR=$1 +shift +export LILYINCLUDE="$LILYTOPDIR/init:$LILYTOPDIR/mf/out:$LILYINCLUDE" +export TEXINPUTS="$LILYTOPDIR/tex:$TEXINPUTS" +export MFINPUTS="$LILYTOPDIR/mf:$TEXINPUTS" + +$LILYTOPDIR/lily/out/lilypond $*