]> git.donarmstrong.com Git - lilypond.git/commit
Fix #1020.
authorPatrick McCarty <pnorcks@gmail.com>
Fri, 26 Feb 2010 01:17:35 +0000 (17:17 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 26 Feb 2010 08:47:28 +0000 (00:47 -0800)
commitfc76fda44a887f47c10db1dcb76756951167bfc1
tree525cc7e2c827b2726ab678fcc4ad5e446fc08c38
parent77cc43a987b539afc330fd4be9dd846985338379
Fix #1020.

The default size of the Century Schoolbook fonts is 11pt (as seen in
font.scm).

But when a 'font-name is specified, the 'text-font-size property is
used, which changes the default size to 12pt.

This commit standardizes the default size to 11pt, and also fixes the
behavior of \abs-fontsize when setting font size to 12pt.

Note: there are still some rounding errors related to converting between
LilyPond's scale and Pango's scale, but they are relatively small.
input/regression/font-name-font-size.ly [new file with mode: 0644]
scm/paper.scm