lilypond-user
[Top][All Lists]
Advanced

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

Re: TextScript, \column and line height


From: Kieren MacMillan
Subject: Re: TextScript, \column and line height
Date: Mon, 25 May 2009 06:18:14 -0400

Hi Henrik,

With the font I'm using the distance between the lines is too big.
Is there a way to tweak this globally? What I'm doing right now is using \raise on the second line.

Locally, you would use

\markup \override #'(baseline-skip . 1.2)
  \column {
    "Rear Right"
    "Front Right"
  }

Globally, you can use

\layout {
  \context {
    \Score
    \override TextScript #'baseline-skip = #1.2
  }
}

Hope this helps!
Kieren.




reply via email to

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