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: Thomas Morley
Subject: Re: space between title and music
Date: Sun, 5 Feb 2012 13:21:28 +0100

Hi Martin,

2012/2/5 Martin Tarenskeen <address@hidden>:
>
>
> On Sun, 5 Feb 2012, Martin Tarenskeen wrote:
>
>>
>> Hi,
>>
>> 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
>
>
> --
>
> MT
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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 }
}


HTH,
  Harm



reply via email to

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