From: Jan Nieuwenhuizen Date: Tue, 15 Jun 2004 23:36:12 +0000 (+0000) Subject: (): New class. X-Git-Tag: release/2.2.3~1^2~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=53feb3b04c92131f4223e648765ae1a4d1022d0a;p=lilypond.git (): New class. --- diff --git a/scm/framework-gnome.scm b/scm/framework-gnome.scm index 2ae6904354..0ad63e574e 100644 --- a/scm/framework-gnome.scm +++ b/scm/framework-gnome.scm @@ -150,7 +150,10 @@ (stderr "HI\n") (let ((m output-gnome-module)) - ;; this does not seem to work + ;; this does not seem to work? + ;;/home/janneke/cvs/savannah/lilypond/lilypond/share/lilypond/scm/output-gnome.scm:267:27: While evaluating arguments to canvas in expression (canvas go): + ;;/home/janneke/cvs/savannah/lilypond/lilypond/share/lilypond/scm/output-gnome.scm:267:27: Unbound variable: go + (module-define! m 'go go) (eval expr m)))