bmathias wrote > I apologize if this is an easy fix, but I've searched high and low, and > can't find an answer. I'm using Lilypond 2.16.2, and the vertical spacing > between titles (title, subtitle, composer, arranger, etc.) is a bit large > for my taste. How can I control the spacing of these elements? > > As far as I can tell, using markup-markup-spacing in the \paper block > should do it, but it's not having any effect.
the (vertical) layout and spacing is defined in the variable bookTitleMarkup (see titling-init.ly) you can overwrite these settings: \paper{ bookTitleMarkup = \markup { \override #'(baseline-skip . 3.5) \column { \fill-line { \fromproperty #'header:dedication } \fill-line { \fromproperty #'header:dedication } \override #'(baseline-skip . 1.5) %--- changed … … } Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-Spacing-tp149994p149995.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