bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1247 in lilypond: Use new modules provided by Guile V2 - Part


From: lilypond
Subject: Re: Issue 1247 in lilypond: Use new modules provided by Guile V2 - Part 1 (ice-9 curried-definitions)
Date: Tue, 21 Dec 2010 12:31:48 +0000


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







reply via email to

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