On Sun, 2009-08-09 at 09:05 +0200, Werner LEMBERG wrote: > [git b6e82e5a from today] > > > Joe, > > > since documentation of your changes is not yet available, I have to > ask directly: What's the new method for providing proper distances > between the header, the body, and the footer of a page? If I do it > the old way (this is, I just run a new lilypond binary on my score) > the footer line gets always attached to the body without any vertical > space inbetween,
You can set the padding property in last-system-spacing (or first-system-spacing or first-system-nontitle-spacing). I've just increased them all to 1 by default, but feel free to modify the default if you want it larger. > and for page numbers it sometimes even happens that > stuff from the first staff is positioned above it...[1] There's currently a bug in that anything living in the Score context (bar numbers, rehearsal marks, etc) isn't counted in the layout problem. I'm currently testing a patch for this. Regarding your "Top" context: why do you override VerticalAxisGroup #'Y-extent = ##f? This is likely to confuse the layout algorithm even after the bug I mentioned is fixed. Cheers, Joe _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel