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?

 >>
 >>latex_filter_cmd = 'latex "\\nonstopmode \input /dev/stdin"'
 >>
 >>into
 >>
 >>latex_filter_cmd = 'cat > lily-tmp.tex; latex "\\nonstopmode \input
 >>lily-tmp.tex";rm lily-tmp.tex'
 >>
 >>(make that a single line)
 >>
 >>For the hackers of the list, more information about the problem
 >>can be found in
 >>http://lists.gnu.org/archive/html/bug-lilypond/2004-06/msg00012.html
 >>with followups and my ugly fix can be found in
>>http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?r1=1.165.2.1&r2=1.165.2.2&only_with_tag=lilypond_2_2


--
 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