Jeff,

GNU LilyPond 1.1.61

latexheaders = "\input foo.tex";
or
latexheaders = "\\input foo.tex";

Both work for me also.  Could it be that TEXINPUTS is _not_ looking
in the current working directory (.).  Maybe you could try:

latexheaders = "\input ./foo.tex";

[EMAIL PROTECTED] writes:
|>>>>> "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes:
|
|    Mats> latexheaders = "\\input foo.tex";
|
|    Mats> Try it! I've used it several times and it works fine.
|
|it doesn't for me:
|
|
|! I can't find file `foo.tex'.
|l.18 \input foo.tex
|                   
|Please type another input file name
|! Emergency stop.
|l.18 \input foo.tex
|                   
|No pages of output.
|

Reply via email to