Phil Holmes-2 wrote > > >> 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 } } > } >
this looks like a good solution - there's another approach: looking at titling-init.ly you see the definitions bookTitleMarkup = \markup { \override #'(baseline-skip . 3.5) \column { \fill-line { \fromproperty #'header:dedication } \override #'(baseline-skip . 3.5) \column { … where you should be able to customize both /baseline-skip/s to your needs (or add new ones for other lines) (you don't have to change this in the original lilypond file! just copy the definition of the bookTitleMarkup to a \paper section) Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Vertical-spacing-within-header-blocks-tp130772p130789.html Sent from the User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user