]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-select.cc
Minor regtest correction.
[lilypond.git] / lily / font-select.cc
index 2765aa8c1491f1226a4426df4479fa8adcd747c1..2de54e395581d652a43128e9b4eeb9f6711769fe 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2003--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2003--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 
@@ -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