bug-lilypond
[Top][All Lists]
Advanced

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

\header breakbefore broken with old page breaker


From: John Mandereau
Subject: \header breakbefore broken with old page breaker
Date: Sun, 22 Oct 2006 16:58:28 +0200

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,
-- 
John Mandereau <address@hidden>





reply via email to

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