Updates:
Owner: ---
Comment #7 on issue 68 by n.puttock: certain \paper variables put music at
the bottom of the page (easy workaround)
http://code.google.com/p/lilypond/issues/detail?id=68
Hi James,
The spacing engine has changed so much since this bug was reported, I'm not
sure
there's anything left to document.
FWIW, here's the original snippet with the obsolete variable converted:
\version "2.13.17"
\header {
title = "foo"
}
\paper {
between-system-spacing = #`((space . ,(/ (ly:mm 1) staff-space)))
ragged-last-bottom = ##f
}
{
c'1 \break
c'1 \break
c'1 \break
c'1 \break
}
If Joe agrees, I think we should just close this issue.
Cheers,
Neil
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond