Mats Bengtsson wrote:
Han-Wen Nienhuys wrote:
 > Mats Bengtsson wrote:
 >
 >> Just came to think of it! Something I haven't done before the release.
 >>
 >
 > can you remove the cat > lily-tmp.tex part, and write the file to a
 > proper tmp file (use mktemp) from python?
 >

I tried, but the file names I get from mktemp look like
/cygdrive/c/DOCUME~1/mabe/LOCALS~1/Temp/tmp56CnSn.tex

which makes latex complain about:

 I can't find file `/cygdrive/c/DOCUME


I don't know enough details about the combination of Python, Cygwin
and LaTeX to come up with a better solution than what I proposed
originally.

ok, then write it from python to ('/tmp/lily-tmp%d.tex' % random()) or something.

--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to