Hi,

am I missing something or is the only thing that is needed to solve
the first part of issue #685 (see
http://code.google.com/p/lilypond/issues/detail?id=685 ) a one-line
change as in the attached patch? As for the second part, are log files
still created by default? This doesn't seem to be the case with the
latest version 2.13.4.

Cheers,
Max
From e7c2bc32829c1e6a9197c893497019a7b2904ded Mon Sep 17 00:00:00 2001
From: Maximilian Albert <maximilian.alb...@gmail.com>
Date: Wed, 8 Jul 2009 13:55:49 +0900
Subject: [PATCH] Delete intermediate ps files by default

---
 scm/lily.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scm/lily.scm b/scm/lily.scm
index 270ed42..53dd685 100644
--- a/scm/lily.scm
+++ b/scm/lily.scm
@@ -65,7 +65,7 @@ configurations.")
 "Debug cyclic callback chains.")
     (debug-skylines #f
 "Debug skylines.")
-    (delete-intermediate-files #f
+    (delete-intermediate-files #t
 "Delete unusable, intermediate PostScript files.")
     (dump-profile #f
 "Dump memory and time information for each file.")
-- 
1.6.0.4

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

Reply via email to