lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical spacing within header blocks


From: Phil Holmes
Subject: Re: Vertical spacing within header blocks
Date: Fri, 17 Aug 2012 16:27:06 +0100

----- Original Message ----- From: "Hilary Snaden" <address@hidden>
To: <address@hidden>
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



reply via email to

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