bug-lilypond
[Top][All Lists]
Advanced

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

Re: Page breaking fails for multiline embedded score


From: Nicolas Sceaux
Subject: Re: Page breaking fails for multiline embedded score
Date: Fri, 12 Feb 2010 22:33:54 +0100

Le 12 févr. 2010 à 22:05, Neil Puttock a écrit :

> On 12 February 2010 04:50, Boris Shingarov <address@hidden> wrote:
> 
>> Of course, combine-score-stencils needs a real implementation, not just
>> (reverse stencils). But unfortunately, I do not understand what you mean by
>> space-lines.  Could you explain in a little more detail?
> 
> It's a helper function in define-markup-commands.scm used by the
> markup-list commands:
> 
>    (if (ly:music-output? output)
>       (space-lines baseline-skip
>                    (map paper-system-stencil
>                         (vector->list
>                          (ly:paper-score-paper-systems output))))

I would add that it is used to add a bit of white space to the stencils
(above and below the lines), so that when the lines are stacked on the
page, they are evenly spaced.  It's originally meant for text lines.

Nicolas





reply via email to

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