lilypond-1.1.7
[lilypond.git] / buildscripts / run-lilypond.sh
blob2a69e5a3e28b6fbb06c6bdc6575673a343f3eadc
1 #!/bin/sh
3 LILYTOPDIR=$1
4 shift
5 export LILYINCLUDE="$LILYTOPDIR/init:$LILYTOPDIR/mf/out:$LILYINCLUDE"
6 export TEXINPUTS="$LILYTOPDIR/tex:$TEXINPUTS"
7 export MFINPUTS="$LILYTOPDIR/mf:$TEXINPUTS"
9 $LILYTOPDIR/lily/out/lilypond $*