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