lilypond-user
[Top][All Lists]
Advanced

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

Re: Title Spacing


From: Eluze
Subject: Re: Title Spacing
Date: Sat, 31 Aug 2013 01:36:52 -0700 (PDT)

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.



reply via email to

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