Updates:
        Cc: jan.nieuwenhuizen

Comment #10 on issue 1349 by [email protected]: Guile 2.0 compat: Scheme macros must be defined/autocompiled before they are used.
http://code.google.com/p/lilypond/issues/detail?id=1349

I've started work on Issue 1686 to allow us to compile our scm/*.scm files to scm/out/*.go and have come across another "feature". It looks like we have .scm files in the list loaded by lily.scm that have dependencies on other .scm files earlier in the list (e.g. markup.scm defining markup?).

I think we need to do some janitor work so that definitions used like this are defined in lily-library.scm (which is the first file loaded in the list).

Cheers,
Ian


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to