]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
* lily/modified-font-metric.cc (text_dimension): try
[lilypond.git] / lily / lexer.ll
index 081dd002215078bc6996579bf418db57d648b2c8..d0a2dc50f01a2285bde30c5b603e14357f2cf00d 100644 (file)
@@ -882,7 +882,7 @@ avoid_silly_flex_induced_gcc_warnings ()
 SCM
 lookup_markup_command (String s)
 {
-       SCM proc = ly_scheme_function ("lookup-markup-command");
+       SCM proc = ly_lily_module_constant ("lookup-markup-command");
        return scm_call_1 (proc, scm_makfrom0str (s.to_str0 ()));
 }