]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Compile_error.process_include): catch
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 24 Sep 2004 13:38:25 +0000 (13:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 24 Sep 2004 13:38:25 +0000 (13:38 +0000)
Compile_error exception, and remove output .texi.

scripts/lilypond-book.py

index 25b185abda07126010506cda480717bbe69b0c9c..b10c0fa2fef3668c7121ed144c566c292c776176 100644 (file)
@@ -1028,7 +1028,7 @@ def do_file (input_filename):
 
 
                elif process_cmd:
-                       do_process_cmd (chunks)
+                       do_process_cmd (chunksg)
                        ly.progress (_ ("Compiling %s...") % output_filename)
                        output_file.writelines ([s.replacement_text () \
                                                 for s in chunks])