Hi,

On Mon, 2 Jan 2006, Tapio Tuovila wrote:

> <unnamed port>: In expression blablalblah:
> <unnamed port>: Unbound variable: blablalblah

This helps:

diff --git a/scm/lily.scm b/scm/lily.scm
index 961f87c..b315362 100644
--- a/scm/lily.scm
+++ b/scm/lily.scm
@@ -376,7 +376,7 @@ The syntax is the same as `define*-publi
 
 (define-public (lilypond-all files)
 
-  blablalblah
+  "blablalblah"
   (let* ((failed '())
         (handler (lambda (key failed-file)
                    (set! failed (append (list failed-file) failed)))))



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to