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

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

Reply via email to