]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-select.cc
Release: bump Welcome versions.
[lilypond.git] / lily / font-select.cc
index b38ff9268a29ba41e0d284386819c260db6e1971..5045a8276ebf4c460ec10e7c4e714c1b5cc17d2b 100644 (file)
@@ -24,6 +24,7 @@
 #include "warn.hh"
 #include "pango-font.hh"
 #include "main.hh"
+#include "lily-imports.hh"
 
 Font_metric *
 get_font_by_design_size (Output_def *layout, Real requested,
@@ -103,8 +104,7 @@ get_font_by_mag_step (Output_def *layout, Real requested_step,
 SCM
 properties_to_font_size_family (SCM fonts, SCM alist_chain)
 {
-  return scm_call_2 (ly_lily_module_constant ("lookup-font"), fonts,
-                     alist_chain);
+  return Lily::lookup_font (fonts, alist_chain);
 }
 
 Font_metric *