Comment #5 on issue 1247 by LauraHulin: Use new modules provided by Guile
V2 - Part 1 (ice-9 curried-definitions)
http://code.google.com/p/lilypond/issues/detail?id=1247
We've hit a bit of problem with implementing this in a backward-compatible
way, when it comes to lily.scm loading display-lily.scm.
Display-lily declares its own module, and the only way Patrick or I can get
it to load error-free with Guile 1.9 is to include a
#:use-module (ice-9 curried-definitions)
clause in the display-lily (define-module) statement, but of course,
there's no (ice-9 curried definitions) module present in V1.8.
Even more puzzling is the (define-module) statement in display-lily uses a
#use-module (lily) clause, so it *should* pick up the
use-modules (ice-9 curried-definitions)) declaration from lily,scm.
Ian Hulin
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond