lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ChangeLog/1.4419 fails to compile correctly


From: Johannes Schindelin
Subject: Re: ChangeLog/1.4419 fails to compile correctly
Date: Mon, 2 Jan 2006 13:26:59 +0100 (CET)

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)))))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]