bug-lilypond
[Top][All Lists]
Advanced

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

breakbefore not working when piece=""


From: Panteck
Subject: breakbefore not working when piece=""
Date: Wed, 19 Jul 2006 16:34:57 -0700

Windows XP, Lilypond 2.8.4

When piece="", Lily doesn't do a page break.  If piece=" ", a page break is
created, but the spacing is sub-optimal because Lily allocates vertical
space for the space character and associated padding.

Snippet:
\version "2.8.4"

\book
{
\score
{
\new Staff
 <<
  \relative c' { c d e f }
 >>

\header
{
 piece = "First Piece"
}
}

\score
{
\new Staff
 <<
  \relative c' { c d e f }
 >>

\header
{
 breakbefore = ##t
 piece = ""
}
}
}

--Steven



reply via email to

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