bug-lilypond
[Top][All Lists]
Advanced

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

Page break in mulitiple scores with headers.


From: Rodney Lancaster
Subject: Page break in mulitiple scores with headers.
Date: Mon, 28 Mar 2005 00:01:07 -0600
User-agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324)

There appears to be an issue with the \pageBreak with multiple scores in a book when there is a header for each score.

I am running Lilypond 2.4.5 on Redhat Fedora Core 3.

This code works (got the base for it from a lilypond discussion group).

\version "2.4.5"
\book{
 \score{
   \relative c'{
     c'
   }
 }
%pagebreak should occur here and does in this code set.
 \score{
   \relative c' {
     \pageBreak
     c'
   }
 }
}

Since I am doing mulitiple movements in this book I am putting the title of each movement in the \score. The following code does not work.

\version "2.4.5"
\book{
 \score{
   \header {
     piece = "Page 1"
   }
   \relative c'{
     c'
   }
 }
%pagebreak should occur here but does not.
 \score{
   \header {
     piece = "Page 2"
   }
   \relative c' {
     \pageBreak
     c'
   }
 }
}

It does not matter whether the \pageBreak is in the first or second score, however if you take the header out of the second score it breaks in a different manner.

Regards
Rodney Lancaster
============================================================
"I want to know God's thoughts . . . The rest are details." Albert Einstein
address@hidden




reply via email to

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