lilypond-user
[Top][All Lists]
Advanced

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

Re: changing spacing between title and first system


From: Nick Payne
Subject: Re: changing spacing between title and first system
Date: Thu, 06 Dec 2012 13:24:25 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 06/12/12 09:00, Nick Payne wrote:
On 06/12/12 08:39, Jeffrey Trevino wrote:
Hi there,

Could someone please show me a short, working example of an .ly that sets the spacing between the title and the first system?

\version "2.16.1"

\header {
  title = "Title"
  composer = "Composer"
}

\paper {
  markup-system-spacing #'padding = #12
  ragged-bottom = ##f
  ragged-last-bottom = ##f
  ragged-last = ##f
}

\relative c'' {
  \repeat unfold 1000 { c4 }
}

BTW, something that I thought was a bit strange with this example. On my machine, when built with 2.17.8 it fits on two pages. But if I comment out

  ragged-bottom = ##f
  ragged-last-bottom = ##f
  ragged-last = ##f

then it needs three pages, with slightly less than half of the third page being filled. I would have thought that adding these settings would result in slightly more space being used, rather than less...



reply via email to

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