]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-lexer.cc
Issue 4439/1: Use Input::non_fatal_error instead of Input::error where appropriate
[lilypond.git] / lily / lily-lexer.cc
index f2c0d1863733a4bb8d342f4780d114aa459cdceb..d9d284864f3676489cd6c6841e52ddd66f1bac22 100644 (file)
@@ -299,7 +299,7 @@ Lily_lexer::LexerError (char const *s)
     {
       error_level_ |= 1;
       Input spot (*lexloc_);
-      spot.error (s);
+      spot.non_fatal_error (s);
     }
 }