lilypond-user
[Top][All Lists]
Advanced

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

Re: space between title and music


From: Martin Tarenskeen
Subject: Re: space between title and music
Date: Sun, 5 Feb 2012 14:11:18 +0100 (CET)
User-agent: Alpine 2.02 (LFD 1266 2009-07-14)



On Sun, 5 Feb 2012, Thomas Morley wrote:

On Sun, 5 Feb 2012, Martin Tarenskeen wrote:

I am trying to create more vertical space between the title+subtitle of a
score and the first music system, but without changing the space between the
composer/arranger and the music system.

(How) can this be done? markup-system-spacing also changes the space
between composer and first music system, which is not what I want.


P.S. I am using Lilypond 2.15.27

currently I don't remember any method to do this in \paper or \layout.

In such cases I use a quite hackish quick-and-dirty thing:

\version "2.14.2"

\paper {
       ragged-right = ##f
}

\header {
       title = "Title"
       subtitle = \markup \center-column { "Subtitle" \vspace #6 }
       composer = "Composer"
       arranger = "Arranger"
}

\score {
       \new Staff { c''1 }
}




I will try this method, until someone comes up with a more elegant solution.

Thanks.

--

MT




reply via email to

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