bug-lilypond
[Top][All Lists]
Advanced

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

Re: Interesting numerology


From: Mats Bengtsson
Subject: Re: Interesting numerology
Date: Thu, 21 Apr 2005 17:31:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414

\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: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]