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: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to