/[lilypond]/lilypond/scripts/lilypond-book.py
ViewVC logotype

Diff of /lilypond/scripts/lilypond-book.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.165.2.1 by matsb, Fri Jun 4 08:19:43 2004 UTC revision 1.165.2.2 by matsb, Mon Jun 7 11:10:19 2004 UTC
# Line 101  if '@bindir@' == ('@' + 'bindir@') or no Line 101  if '@bindir@' == ('@' + 'bindir@') or no
101  use_hash_p = 1  use_hash_p = 1
102  format = 0  format = 0
103  output_name = 0  output_name = 0
104  latex_filter_cmd = 'latex "\\nonstopmode \input /dev/stdin"'  # Ugh, hard coded file name! Unfortunately tempfile.mktemp doesn't
105    # give a useful file in Cygwin. Also, the original version,
106    # 'latex "\\nonstopmode \input /dev/stdin"' doesn't work in Cygwin.
107    latex_filter_cmd = 'cat > lily-tmp.tex; latex "\\nonstopmode \input lily-tmp.tex";rm lily-tmp.tex'
108  filter_cmd = 0  filter_cmd = 0
109  process_cmd = lilypond_binary  process_cmd = lilypond_binary
110  default_ly_options = {}  default_ly_options = {}

Legend:
Removed from v.1.165.2.1  
changed lines
  Added in v.1.165.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26