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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to