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>>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to