lilypond-devel
[Top][All Lists]
Advanced

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

Re: Line spacing inconsistency


From: Phil Holmes
Subject: Re: Line spacing inconsistency
Date: Tue, 21 Sep 2010 18:23:50 +0100

"Phil Holmes" <address@hidden> wrote in message news:address@hidden
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"
}
}


Ah. This was supposed to go to .general. Sorry. Perhaps someone will answer here anyway.

--
Phil Holmes
Bug Squad





reply via email to

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