]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Mon, 10 Aug 1998 20:53:35 +0000 (20:53 +0000)
committerfred <fred>
Mon, 10 Aug 1998 20:53:35 +0000 (20:53 +0000)
buildscripts/run-lilypond.sh [new file with mode: 0644]

diff --git a/buildscripts/run-lilypond.sh b/buildscripts/run-lilypond.sh
new file mode 100644 (file)
index 0000000..2a69e5a
--- /dev/null
@@ -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 $*