lilypond-user
[Top][All Lists]
Advanced

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

Re: feature request: semi-automatic vertical spacement


From: Han-Wen Nienhuys
Subject: Re: feature request: semi-automatic vertical spacement
Date: Sat, 28 Jan 2006 01:03:15 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Nicolas Sceaux wrote:
Han-Wen Nienhuys <address@hidden> 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 - address@hidden - http://www.xs4all.nl/~hanwen

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





reply via email to

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