----- Original Message ----- From: "Hilary Snaden" <h...@newearth.demon.co.uk>
To: <lilypond-user@gnu.org>
Sent: Friday, August 17, 2012 4:09 PM
Subject: Vertical spacing within header blocks


Is there a way of adjusting the vertical spacing within a header block? After increasing the size of the title text, so:

title = \markup { \fontsize #5 "Suite" }

but I now need to slightly increase the spacing between the title and subsequent text and the dedication text above it. So far I've found no references to how to do this.

Something along the following lines is likely to do what you want:

\header {
 subtitle = \markup {\fontsize #5 "Brahms: Symphony Number 3"}
composer = \markup { \center-column { "Music: Arranged by Phil Holmes" \vspace #1 } }
}


--
Phil Holmes

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

Reply via email to