lilypond-user
[Top][All Lists]
Advanced

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

Re: page breaks related to header size


From: Paul Scott
Subject: Re: page breaks related to header size
Date: Mon, 12 Nov 2007 10:33:56 -0700
User-agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070828)

Joe Neeman wrote:
On Mon, 12 Nov 2007 19:00:02 Risto Vääräniemi wrote:
Dear Han-Wen and all,

2007/11/11, Han-Wen Nienhuys-5 wrote:
Yes.  There is finally light at the end of the GUB tunnel, so
hopefully this or next week.
Thanks for the info. I was just about to write a bitterish email about the
frustration caused by the page layout mechanism. :-)

It seems that the described problem exists also on pages with no title or
header.

If you can create a bad example without any titles, that example will probably still cause problems. If you can send such an example to the mailing list, that would be helpful.
How about the following example? Clearly the markup in the first system shouldn't affect the height of following systems.

Paul

\version "2.11.34"
\include "english.ly"
#(set-default-paper-size "letter")
#(set-global-staff-size 20.8)

\paper{
 paper-size = "letter"
 ragged-bottom = ##t
 ragged-lastbottom = ##t
}

timingi = {
 \time 4/4
 s1*8
 \break
 s1*48
 \bar "|."
}

asiii = <<
 \relative c'' {
   \repeat unfold 32 d4
   <<
     { \repeat unfold 160 f'4 }
     {
   s1^\markup{
     \column{
       \line{ abc }
       \line{ abc }
       \line{ abc }
       \line{ abc }
       \line{ abc }
       \line{ def }
     }
   }
     }
   >>
 }
 { s1\f s1*7 s1\f s1*15 s1\p s1*7 s1\f }
>>
asiiilii = \relative c {
 R1*8
 \repeat unfold 192 e4
}

 \layout {
   indent = 0 \in
   \context {
     \Score
     \override VerticalAxisGroup #'remove-first = ##t
   }
   \context { \RemoveEmptyStaffContext }
 }
\score {
 <<
   \set Score.restNumberThreshold = #0
   \new StaffGroup <<
     \new Staff << \timingi \asiii >>
     \new Staff << \asiiilii >>
   >>
 >>
}






reply via email to

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