summaryrefslogtreecommitdiff
path: root/input/regression/font-name-font-size.ly
Commit message (Expand)AuthorAgeFilesLines
* [font-name-font-size.ly]: Use Emmentaler font....This change ensures that lilypond doesn't rely on an external font while compiling; for non-GUB builds it might happen that FontConfig selects a non-scalable font otherwise. Werner Lemberg2011-01-171-3/+8
* 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. Patrick McCarty2010-02-261-0/+15