lilypond-devel
[Top][All Lists]
Advanced

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

Re: Adds automatic numbering to footnotes. (issue4244064)


From: address@hidden
Subject: Re: Adds automatic numbering to footnotes. (issue4244064)
Date: Thu, 10 Mar 2011 12:11:48 +0100

On Mar 10, 2011, at 12:02 PM, address@hidden wrote:

> There is still a vertical spacing bug in the footnotes :
> \markup {
>  \footnote e e
>  \footnote e ef
> }
> There should be a fixed distance between the baseline and the number.
> 

The problem is that Lilypond processes graphical objects before it processes 
pagination, making it impossible to know exactly how much space a footnote will 
take up when the graphical object is processed.

One solution to this problem would be to reprocess all top-level markups with 
correct footnotes after having done the pagination, then redo the pagination 
and see if all the footnotes stay the same.  If so, keep the current 
configuration.  Otherwise, rinse & repeat.  This actually seems kinda sorta 
doable, although I'd have to do some homework on how these markups are stored 
internally and figure out to what extent these internal representations survive 
downstream into the pagination phase.

Cheers,
Mike


reply via email to

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