bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 68 in lilypond: certain \paper variables put music at the bott


From: lilypond
Subject: Re: Issue 68 in lilypond: certain \paper variables put music at the bottom of the page (easy workaround)
Date: Mon, 22 Mar 2010 21:34:06 +0000

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




reply via email to

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