> You'd rather have to modify the function that computes the first
> system position on page: `first-line-position' in the file
> scm/layout-page-layout.scm

Thanks, I came to the same conclusion (but without doing any
programming).

> (define (first-line-position line layout)
>   "Position of the first line on page"
>   (max (+ (if (ly:prob-property? line 'is-title)
>               0.0 ; do not use page-top-space when the 1st line is a title
>               (ly:output-def-lookup layout 'page-top-space))
>         (interval-end (paper-system-staff-extents line)))
>        (interval-end (paper-system-extent line Y))))

This works fine, thanks!  I suggest to add it to the CVS.


    Werner


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

Reply via email to