bug-lilypond
[Top][All Lists]
Advanced

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

Re: \header breakbefore broken with old page breaker


From: Graham Percival
Subject: Re: \header breakbefore broken with old page breaker
Date: Wed, 25 Oct 2006 14:27:37 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

Joe, is
\paper{
  breakbefore = ##t
}
depreciated? I wouldn't be surprised if it was, but I need to know so I can remove it from the docs. (if it is, how are users supposed to get that effect now?)

- Graham


John Mandereau wrote:
Hi,

with latest CVS and the old page breaker, "breakbefore = ##t" in \header
block has no effect.

NB: the same issue has been fixed for the new page breakers around
2.9.19 (see
http://lists.gnu.org/archive/html/bug-lilypond/2006-09/msg00104.html ).


\version "2.9.26"

\paper {
  page-breaking = #optimal-page-breaks
}

\score {
  { c'1 }
  \header { piece = "First piece" }
}

\score {
  { d'1 }
  \header {
    piece = "Second piece"
    breakbefore = ##t
  }
}


Cheers,





reply via email to

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