lilypond-user
[Top][All Lists]
Advanced

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

Re: fixed vertical space


From: Nick Payne
Subject: Re: fixed vertical space
Date: Sat, 21 Sep 2013 07:11:10 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 20/09/13 19:13, Phil Holmes wrote:
----- Original Message ----- From: "Werner LEMBERG" <address@hidden>
To: <address@hidden>
Sent: Friday, September 20, 2013 10:06 AM
Subject: fixed vertical space



I have

 \markup { ...}

 \score { ... }

(at the top level) and I want some vertical space between the \markup
and the \score which isn't stretchable.  How can I achieve that?


   Werner

\markup { \vspace #10 } ?

Doesn't something like this do it?

\version "2.17.25"

\paper {
  markup-system-spacing =
    #'((minimum-distance . 6)
       (padding . 0)
       (stretchability . 0))
}

\markup { Now is the time for all good men to come to the aid of the party }

\relative f'' {
\repeat unfold 256 { c4 }
}



reply via email to

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