file since 'latex "\\nonstopmode \input /dev/stdin"' doesn't work
in Cygwin. Warning: ugly hard coded file name used.
+2004-06-07 Mats Bengtsson <mabe@drongo.s3.kth.se>
+
+ * scripts/lilypond-book.py (latex_filter_cmd): Use a temporary
+ file since 'latex "\\nonstopmode \input /dev/stdin"' doesn't work
+ in Cygwin. Warning: ugly hard coded file name used.
+
2004-06-04 Mats Bengtsson <mabe@drongo.s3.kth.se>
* Documentation/user/notation.itely (Instrument transpositions):
use_hash_p = 1
format = 0
output_name = 0
-latex_filter_cmd = 'latex "\\nonstopmode \input /dev/stdin"'
+# Ugh, hard coded file name! Unfortunately tempfile.mktemp doesn't
+# give a useful file in Cygwin. Also, the original version,
+# 'latex "\\nonstopmode \input /dev/stdin"' doesn't work in Cygwin.
+latex_filter_cmd = 'cat > lily-tmp.tex; latex "\\nonstopmode \input lily-tmp.tex";rm lily-tmp.tex'
filter_cmd = 0
process_cmd = lilypond_binary
default_ly_options = {}