Hello,
I can't put this variable into the \paper block: it would affect the entire
score, but I want to have this only for the fragment inside the list. I
searched for a \layout variable too, but could not find any.
Thanks for your help,
Paolo
On Thu, Nov 25, 2021 at 11:01 PM Leo Correia de Verd
I think what you’re after, since you already have the vSpace in the markup is
score-markup-spacing = #'((basic-distance . 0)
(minimum-distance . 0)
(stretchability . 0)
(padding . 0))
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 { \vsp