]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-font.cc
Web: Update URL for the current Issue Tracker
[lilypond.git] / lily / pango-font.cc
index 762e0842f3db9a6889ba8ebd85c9de99bd04944f..9e3a2d38b30b53086c1067759a6e15c75680c315 100644 (file)
@@ -35,6 +35,7 @@
 #include "file-name.hh"
 #include "international.hh"
 #include "lookup.hh"            // debugging
+#include "ly-module.hh"
 #include "main.hh"
 #include "string-convert.hh"
 #include "warn.hh"
@@ -440,8 +441,8 @@ Pango_font::text_stencil (Output_def * /* state */,
         variable that is bound to a *named* procedure, i.e. not a
         lambda expression.
       */
-      if (utf8_string != SCM_BOOL_F
-          && scm_procedure_name (SCM_VARIABLE_REF (utf8_string)) != SCM_BOOL_F)
+      if (scm_is_true (utf8_string)
+          && scm_is_true (scm_procedure_name (SCM_VARIABLE_REF (utf8_string))))
         has_utf8_string = true;
     }