On 12-Jun-05, at 3:37 PM, Erik Sandberg wrote:
\version "2.5.30" \book{ \score{ \relative c'' { c4 } } \score{ \header{ breakbefore = ##t } \relative c'' { c4 } } }Known bug, breakbefore-no-piece.ly. I marked it popular. workaround: Add piece="" in the header.
piece = "" doesn't work; there needs to be a string in there. This works: piece = " " (posted for the archives) - Graham _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
