]> git.donarmstrong.com Git - lilypond.git/commit
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)
commit33e21dc04173c729641524e14a88933d1a480445
treefa422bd874474a5d73dfe07f535f41905f7427c4
parent122c2d502edc01de5b7a468f6aacdd93cc09c16c
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.
scm/font.scm