Re: Vertical space of a fragment of score inside a list

2021-11-26 Thread Paolo Prete
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

Re: Vertical space of a fragment of score inside a list

2021-11-25 Thread Leo Correia de Verdier
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))

Vertical space of a fragment of score inside a list

2021-11-25 Thread Paolo Prete
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 {