lilypond-user
[Top][All Lists]
Advanced

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

Vertical space of a fragment of score inside a list


From: Paolo Prete
Subject: Vertical space of a fragment of score inside a list
Date: Thu, 25 Nov 2021 18:48:25 +0100

Hi all,

please consider the following snippet:

%%%%%%%%%%
#(define vSpace 1.7)

\paper { ragged-last = ##f  }

\markup { "Text 1" }

\markup { \vspace #vSpace "Text 2" }

\score {
  { c' d' e' f' }
  \layout { indent = #0 ragged-last = ##t }
}

\markup { \vspace #vSpace "Text 3" }

\markup { \vspace #vSpace "Text 4" }

\markup { \vspace #vSpace "Text 5" }
%%%%%%%%%%

I need that the space between "text 3" and the score below "text 2" is exactly #vSpace.  How can I do that?

Thanks!
P


reply via email to

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