Nicolas Sceaux wrote:
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:


can you have a look at current CVS? I had to deviate from the original
design for naming the tweak files. The current interaction between
\book, \score \paper etc. was too messy for a sensible automatic
solution.


I have not really tested the new automatic spacing feature yet, but I
had to make to following change to make it work with guile 1.6:


Hi,

I've added the following compat glue; does it work for you?


      (define-public (hash-for-each proc tab)
        (hash-fold (lambda (k v prior)
                     (proc k v)
                     #f)
                   #f
                   tab))


--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to