From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Mon, 2 Jan 2006 11:32:07 +0000 (+0000)
Subject: (lilypond-all): oops. remove debugging hack.
X-Git-Tag: release/2.7.27~28
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=115da674d3223d2e71e8f3222000a114e0cec47b;p=lilypond.git

(lilypond-all): oops. remove debugging hack.
---

diff --git a/ChangeLog b/ChangeLog
index 48137b29c0..c54ddaed00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+	* scm/lily.scm (lilypond-all): oops. remove debugging hack.
+
 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
 
 	* Documentation/user/invoking.itely (svg): revise.
diff --git a/scm/lily.scm b/scm/lily.scm
index 961f87c62c..d62c47369b 100644
--- a/scm/lily.scm
+++ b/scm/lily.scm
@@ -376,7 +376,6 @@ The syntax is the same as `define*-public'."
 
 (define-public (lilypond-all files)
 
-  blablalblah
   (let* ((failed '())
 	 (handler (lambda (key failed-file)
 		    (set! failed (append (list failed-file) failed)))))
diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py
index 7f8a8f4fb4..75c5c14c81 100644
--- a/scripts/lilypond-book.py
+++ b/scripts/lilypond-book.py
@@ -1135,7 +1135,7 @@ class Lilypond_snippet (Snippet):
 class Lilypond_file_snippet (Lilypond_snippet):
 	def ly (self):
 		name = self.substring ('filename')
-		return '\\renameinput \"%s\"\n%s' \
+		return '\\sourcefilename \"%s\"\n%s' \
 			 % (name, open (find_file (name)).read ())
 
 snippet_type_to_class = {