]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix #1294.
authorPatrick McCarty <pnorcks@gmail.com>
Sat, 12 Feb 2011 23:22:56 +0000 (15:22 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 12 Feb 2011 23:31:06 +0000 (15:31 -0800)
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.

scm/font.scm

index 84646d6c3f614e18109540fa1b5ce18ec46518db..539e1aaee21ec42d4629a1c391b6db98b15546f1 100644 (file)
@@ -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