lilypond-user
[Top][All Lists]
Advanced

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

Line spacing inconsistency


From: Phil Holmes
Subject: Line spacing inconsistency
Date: Wed, 22 Sep 2010 16:27:51 +0100

Originally posted to .devel in error:

Is it a known feature that using the font sizing commands \teeny, \huge, etc., leads to inconsistent line spacing when compared with using fontsize?

\markup { \teeny
\column {
 "Teeny"
 "Teeny"
 "Teeny"
}
}

\markup { \fontsize #-3
\column {
 "fontsize #-3"
 "fontsize #-3"
 "fontsize #-3"
}
}

\markup { \huge
\column {
 "huge"
 "huge"
 "huge"
}
}

\markup { \fontsize #2
\column {
 "fontsize #2"
 "fontsize #2"
 "fontsize #2"
}
}


--
Phil Holmes
Bug Squad

Attachment: LineSpacing.png
Description: PNG image


reply via email to

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