\break and \pagebreak only work in the middle of a score, if you
want to manual specify a page break between two scores, then you
need a recent version of 2.5.xx, where you can set
breakbefore = ##t
in the \header{...} field.

   /Mats

Fairchild wrote:
Mats -

The code does have \break \pagebreak at the end of STUFF, but \pagebreak
seems to be ignored.

                                - Bruce

-----Original Message-----
From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 3:35 AM
To: Fairchild
Cc: bug-lilypond@gnu.org; lilypond-user@gnu.org
Subject: Re: Interesting numerology



Why don't you simply insert a \break where you want the page break and set \paper{ raggedlastbottom = ##f } so that LilyPond automatically spreads the systems over the available space?

    /Mats

Fairchild wrote:

The goal of the shtick below is to balance the two printed pages with ten lines on each page. As is and again by changing the fourteenth digit of betweensystemspace from 5 to 6 gets two different results, nine lines on one page and eleven on the other - neither the desired result.

How to control the layout differently in consecutive scores?

======================================================

\version "2.4.3"
#(set-default-paper-size "letter")
STUFF = {
c1 c c c \break c c c c \break c c c c \break c c c c \break c1 c c c \break c c c c \break c c c c \break c c c c \break c1 c c c \break c c c c \break \pageBreak
}%end STUFF
\paper {
printpagenumber = ##f
leftmargin = 0.50\in
topmargin = 0.20\in
bottommargin = 0.20\in
footsep = 0.01\in
betweensystempadding = -.10\in
betweensystemspace = 1.0931579213785\in
}%end paper
\score {
\layout {
linewidth = 7.50\in
indent = 0.00\in
}%end layout
\relative c'''' {
\STUFF
}%end relative
}%end score
\score {
\layout {
linewidth = 4.50\in
indent = 0.00\in
\context { \Staff minimumVerticalExtent = #'(-1.0 . 1.0) }
}%end layout
\relative c'' {
\STUFF
}%end relative
}%end score


======================================================

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond



-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to