]> git.donarmstrong.com Git - lilypond.git/blob - bin/run-lilypond.sh
2a69e5a3e28b6fbb06c6bdc6575673a343f3eadc
[lilypond.git] / bin / run-lilypond.sh
1 #!/bin/sh
2
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"
8
9 $LILYTOPDIR/lily/out/lilypond $*