]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
Issue 4439/1: Use Input::non_fatal_error instead of Input::error where appropriate
[lilypond.git] / lily / parse-scm.cc
index c83866849fd164c9597b6b29d80347ff69b1bcae..9db184c2ae0f107fcad38f2e13151a95d94a7c2d 100644 (file)
@@ -120,7 +120,8 @@ parse_handler (void *data, SCM /*tag*/, SCM args)
 {
   Parse_start *ps = (Parse_start *) data;
 
-  ps->location_.error (_ ("GUILE signaled an error for the expression beginning here"));
+  ps->location_.non_fatal_error
+    (_ ("GUILE signaled an error for the expression beginning here"));
 
   if (scm_ilength (args) > 2)
     scm_display_error_message (scm_cadr (args), scm_caddr (args), scm_current_error_port ());