From 115da674d3223d2e71e8f3222000a114e0cec47b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 2 Jan 2006 11:32:07 +0000 Subject: [PATCH] (lilypond-all): oops. remove debugging hack. --- ChangeLog | 4 ++++ scm/lily.scm | 1 - scripts/lilypond-book.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48137b29c0..c54ddaed00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-02 Han-Wen Nienhuys + + * scm/lily.scm (lilypond-all): oops. remove debugging hack. + 2005-01-02 Heikki Junes * 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 = { -- 2.39.5