Jan Nieuwenhuizen wrote:
Hi Dave,
Hi Jan, thanks for the reply.
error: GUILE signaled an error for the expression beginning here
#
(use-modules (scm display-lily))invalid module name for use-syntax
((srfi srfi-39))
Can anyone tell me what's going on ? Guile is version 1.6.8.
I haven't got a clue, but googling for this error brings me to
http://www.mail-archive.com/lilypond-cvs@gnu.org/msg01212.html
That is odd, because this fix was applied to 2.7.8. What does your
/home/dlphilp/lilypond-2.8.4/out/share/lilypond/current/ly/music-functions-init.ly:99:1:
say at that position? It should be
%% FIXME: guile-1.7 required?
%#(use-modules (scm display-lily))invalid module name for use-syntax ((srfi
srfi-39))
#(use-modules (scm display-lily))
#(display-lily-init parser)
displayLilyMusic =
#(define-music-function (parser location music) (ly:music?)
(display-lily-music music)
music)
I have exactly the same code at that point. Perhaps I should try it with
Guile 1.7 ?
Btw, this problem arose after upgrading to Xorg 7. It's been a mess
since then, some of my GTK1 apps have terrible fonts now and I can't
find out how to fix that problem. Is there anything in an X upgrade that
would initiate the problem with Guile ? Bindings maybe ?
Best,
dp
Jan.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user