From bbfcd004afdd79101521f57ac51696574aab7f68 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 10 Aug 1998 20:53:35 +0000 Subject: [PATCH] lilypond-1.0.1 --- buildscripts/run-lilypond.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 buildscripts/run-lilypond.sh 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 $* -- 2.39.5