Jump to content

Vertical spacing text with Markup

From LilyPond wiki
Revision as of 22:44, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Vertical spacing with Markup use \override #'(baseline-skip . spacing)

\version "2.24.0"

%\override #'(baseline-skip . espacement)

\markup {
   \column {
      \override #'(baseline-skip . 1) %test 1,6 etc. 
     \justify  {
    Vide, quantum, inquam, fallare, Torquate. 
    oratio me istius philosophi non offendit; 
    nam et complectitur verbis, quod vult, et dicit plane, 
    quod intellegam; et tamen ego a philosopho, 
    si afferat eloquentiam, non asperner, 
    si non habeat, non admodum flagitem. 
      }
    }  
}