lilypond-user
[Top][All Lists]
Advanced

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

RE: Interesting numerology


From: Fairchild
Subject: RE: Interesting numerology
Date: Thu, 21 Apr 2005 10:17:28 -0500

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:address@hidden 
Sent: Thursday, April 21, 2005 3:35 AM
To: Fairchild
Cc: address@hidden; address@hidden
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
> address@hidden 
> 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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================







reply via email to

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