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 09:00:22 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

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 }
}



reply via email to

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