lilypond-devel
[Top][All Lists]
Advanced

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

Re: system position, extents, space, padding


From: Nicolas Sceaux
Subject: Re: system position, extents, space, padding
Date: Thu, 18 May 2006 20:39:00 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Nicolas Sceaux <address@hidden> writes:

>   for position = (if prev-line
>                      (+ prev-position
>                         (max distance
>                              (cond (prev-title? 0.0)
>                                    (title?
>                                     (- (+ space padding)
>                                        (car (paper-system-staff-extents 
> prev-line))))
>                                    (else
>                                     (- (+ space padding
>                                           (cdr (paper-system-staff-extents 
> line)))
>                                        (car (paper-system-staff-extents 
> prev-line)))))))
>                      top-skip)

Err, the cases with titles are not correct. spacing is indeed involve
there too.




reply via email to

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