lilypond-user
[Top][All Lists]
Advanced

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

Fwd: Decrease space between header and staff


From: Cal
Subject: Fwd: Decrease space between header and staff
Date: Tue, 21 Mar 2017 21:26:33 -0500


---------- Forwarded message ----------
From: Cal <address@hidden>
Date: Tue, Mar 21, 2017 at 9:25 PM
Subject: Re: Decrease space between header and staff
To: Kieren MacMillan <address@hidden>


Thank you! That helps LOTS more. I've looked through the <installdir>/<version>/ly files, and I think I understand why, too. Thank you, again.

On Mon, Mar 20, 2017 at 3:24 PM, Kieren MacMillan <address@hidden> wrote:
Hi Cal,

> I wish I could say it does, but I'm afraid I’m too novice to go on just that. I looked at scoreTitleMarkup already, but without any spacing commands in it already for me to modify, I'm not really sure what changes to make. I tried the naive vspace I mentioned, but it did not work. Could you please point me to the place from which scoreTitleMarkup inherits its spacing?

Does this help more?

\version "2.19.54"

\paper {
    ragged-right = ##f
    scoreTitleMarkup = \markup \fontsize #12 \fill-line { "Title" }
    markup-system-spacing =
        #'((basic-distance . 0) ( minimum-distance . 0) (padding . 0) (stretchability. 0))
}

\new Staff { \clef bass f1 }

As you can see, there is essentially no space between the title and the staff.

Cheers,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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