]> git.donarmstrong.com Git - lilypond.git/commitdiff
(lilypond-all): oops. remove debugging hack.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 2 Jan 2006 11:32:07 +0000 (11:32 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 2 Jan 2006 11:32:07 +0000 (11:32 +0000)
ChangeLog
scm/lily.scm
scripts/lilypond-book.py

index 48137b29c01dbba1ab338c1df81532745f0f5508..c54ddaed00a7fce023788f41cb8e5c0c5d2e884e 100644 (file)
--- 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.
index 961f87c62cf981d62c04e3968106866f79ca7f31..d62c47369b31995b645888078ac52be343935496 100644 (file)
@@ -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)))))
index 7f8a8f4fb4106f983a1a89285a0a6f752e9c27fb..75c5c14c81cf953ce0ef41da42f65356b619c1bd 100644 (file)
@@ -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 = {