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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to