2009/7/9 John Mandereau <john.mander...@gmail.com>:
> 2009/7/9 Maximilian Albert <maximilian.alb...@googlemail.com>
>> Hmm, I tried to run the regression tests via 'make check' (is that the
>> right way to do it?)
>
> No, see "Testing LilyPond" in the Contrib Guide or in Application
> usage, section Install/build from source/compile (don't remember the
> exact name).

Aha! Thanks for pointing me there. I performed the instructions given
there and got three differences reported (one of which is in the file
tree.gittxt and is due to the new git commit) but I don't see how any
of the other two can be related to the deletion of the intermediate ps
file. Do you want to take a look at the test output or is it fine to
apply the patch since there was no error?

I also attached a second patch for the NEWS entry. I couldn't test it,
though, since 'make doc' (which I initially thought generates the
documentation) produces an error and 'make web' only says "make: ***
No rule to make target `web'.  Stop." :-(

Let me know if I can do anything else.
Cheers,
Max
From 2a0adf68f4519678f0bf5f902acb7044dbd2a43e 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

From 88a9943dce2d23c95ff67a8fe383b2a5a7601f27 Mon Sep 17 00:00:00 2001
From: Maximilian Albert <maximilian.alb...@gmail.com>
Date: Thu, 9 Jul 2009 18:04:11 +0900
Subject: [PATCH] Add NEWS entry about automatic deletion of intermediate files

---
 Documentation/topdocs/NEWS.tely |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely
index 0b4bbd4..62d2021 100644
--- a/Documentation/topdocs/NEWS.tely
+++ b/Documentation/topdocs/NEWS.tely
@@ -62,6 +62,14 @@ which scares away people.
 
 @end ignore
 
+...@item Intermediate .ps files which are created by Lilypond
+during compilation are now deleted by default. To keep them,
+add the line
+...@example
+#(ly:set-option 'delete-intermediate-files #f)
+...@end example
+to your input files.   
+
 @item Dashed and dotted slurs, phrasing slurs, and ties
 have been made variable thickness, and
 partially dashed slurs are now available:
-- 
1.6.0.4

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

Reply via email to