lilypond-user
[Top][All Lists]
Advanced

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

Re: Distance from bottom stave to footer


From: Kieren MacMillan
Subject: Re: Distance from bottom stave to footer
Date: Tue, 29 Dec 2009 11:06:44 -0500

PS

>> Neat, I hadn't thought of that.

Also, we now have "vertically-centered scores":

\version "2.13.9"

\paper {
  scoreTitleMarkup = ##f
  tagline = ##f
  ragged-last-bottom = ##f
  top-system-spacing = #'((space . 4) (padding . 4) (stretchability . 1))
  between-system-spacing = #'((space . 4) (padding . 4) (stretchability . 0))
  bottom-system-spacing = #'((space . 4) (padding . 4) (stretchability . 1))
}

\score {
  \repeat "unfold" 4 { \repeat "unfold" 4 { c''1 } \break }
}

=)

Thanks! (again)
Kieren.




reply via email to

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