repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.1.7
[lilypond.git]
/
buildscripts
/
run-lilypond.sh
blob
2a69e5a3e28b6fbb06c6bdc6575673a343f3eadc
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 $
*