lilypond-user
[Top][All Lists]
Advanced

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

Re: Help - Align staff to the middle of page.


From: Kieren MacMillan
Subject: Re: Help - Align staff to the middle of page.
Date: Mon, 20 Mar 2017 13:51:59 -0400

Hi Allen,

> Anyone knows how to align music staff to the middle of the page instead of 
> the top?

This should give you a hint about what parameters to consider:

\version "2.19.54"

\paper {
    tagline = ##f
    ragged-bottom = ##f
    ragged-last-bottom = ##f
    top-system-spacing =
        #'((basic-distance . 10) (stretchability . 100))
    last-bottom-spacing =
        #'((basic-distance . 10) (stretchability . 100))
}

<<
    \new PianoStaff <<
        \new Staff { c''1 1 \bar "||" }
        \new Staff { c''1 1 }
    >>
    \new Staff { c''1 1 }
>>

Hope that helps!
Kieren.

________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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