]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
* lily/modified-font-metric.cc (text_dimension): try
[lilypond.git] / lily / parse-scm.cc
index cb7c7c2618050f5f36906a380b281b1e406e2c4c..2f55783edf46ddfdf70a6bd372b1b6ce364b9d21 100644 (file)
@@ -22,7 +22,7 @@
 SCM
 internal_ly_parse_scm (Parse_start * ps)
 {
-  Source_file *sf =ps->start_location_.source_file_;
+  Source_file *sf = ps->start_location_.source_file_;
   SCM port = sf->get_port ();
 
   int off = ps->start_location_.defined_str0_ - sf->to_str0 ();
@@ -41,7 +41,7 @@ internal_ly_parse_scm (Parse_start * ps)
          static SCM module = SCM_BOOL_F;
          if (module == SCM_BOOL_F)
            {
-             SCM function = ly_scheme_function ("make-safe-lilypond-module");
+             SCM function = ly_lily_module_constant ("make-safe-lilypond-module");
              module = scm_call_0 (function);
            }
          answer = scm_eval (form, module);