lilypond-devel
[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: Tue, 21 Sep 2010 17:40:46 +0100

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]