X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Ffont-select.cc;h=2de54e395581d652a43128e9b4eeb9f6711769fe;hb=9eab9b8be37f69208fb55234a3c4db0f97c688f2;hp=a5445853f5d6a9bac61f6def8e275fad97590201;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/font-select.cc b/lily/font-select.cc index a5445853f5..2de54e3955 100644 --- a/lily/font-select.cc +++ b/lily/font-select.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2003--2007 Han-Wen Nienhuys + (c) 2003--2009 Han-Wen Nienhuys */ @@ -109,8 +109,7 @@ select_encoded_font (Output_def *layout, SCM chain) } #if HAVE_PANGO_FT2 - if (scm_is_string (name) - && is_pango_format_global) + if (scm_is_string (name)) return select_pango_font (layout, chain); else #endif