Hi Martin,

2012/2/5 Martin Tarenskeen <m.tarensk...@zonnet.nl>:
>
>
> 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
> lilypond-user@gnu.org
> 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

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

Reply via email to