From: Patrick McCarty Date: Sat, 12 Feb 2011 23:22:56 +0000 (-0800) Subject: Fix #1294. X-Git-Tag: release/2.13.50-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=33e21dc04173c729641524e14a88933d1a480445;p=lilypond.git Fix #1294. Since commit d3ee0333e179bf7b55c6941bfebcbed2a477b493, a generic "serif" font family was added as the fallback font family for "Century Schoolbook L". This should work, in theory, since a PangoFontDescription permits it, but it doesn't work very well for font selection within LilyPond. Removing the explicit fallback font family generally works better, since Fontconfig can choose an appropriate fallback automatically. --- diff --git a/scm/font.scm b/scm/font.scm index 84646d6c3f..539e1aaee2 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -239,7 +239,7 @@ used. This is used to select the proper design size for the text fonts. (define-public (make-century-schoolbook-tree factor) (make-pango-font-tree - "Century Schoolbook L,serif" + "Century Schoolbook L" "sans-serif" "monospace" factor)) (define-public all-text-font-encodings