lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical justification after \pagebreak


From: Br. Gabriel-Marie | SSPX
Subject: Re: Vertical justification after \pagebreak
Date: Thu, 23 Jun 2016 10:35:58 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Jacques,

I've been playing with this for awhile. 
My summary:  I wanted the chorus on one page and the verses on page two, so I inserted the \pageBreak.  It made two pages, but stretched the score to fit the page by inserting space between the staves.  But I wanted the staves to look normal on the page.

Funny thing is that neither ragged command does anything
    ragged-last-bottom = ##f
    ragged-bottom = ##f

However, this line fixes the vertical spacing
    system-system-spacing = #'((basic-distance . 0.3) (padding . 2) )

But I needed this line to bring the score on the first page back to the top
    markup-system-spacing = #'((basic-distance . 0.3) (padding . 2) )        %re-aligns the first page to th top

Not very straightforward, but it works!
Thanks for all of your suggestions.


Here's my score:
\score{
<<
    \new Staff {  \chorus \pageBreak \verses }
     \chorusLyrics
    \firstVerse
    \secondVerse

>>
\layout{}
}

On 6/23/2016 1:35 AM, Jacques Menu Muzhic wrote:
Hello Gabriel-Marie,

Does ragged-*, described in section 4.3.2 Page breaking of  the notation reference help you?

JM


reply via email to

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