From 558f74c96382dc48f6cef1daf7db14dcffbdad3a Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 24 Sep 2004 12:05:19 +0000 Subject: [PATCH] *** empty log message *** --- lily/score.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lily/score.cc b/lily/score.cc index 0e9564758c..4bfef72276 100644 --- a/lily/score.cc +++ b/lily/score.cc @@ -322,7 +322,8 @@ Score::set_music (SCM music, SCM parser) unsmob_music (music_)->origin ()->error (_("This is the previous music")); } - if (Music * m = unsmob_music (music)) + if (Music * m = unsmob_music (music) + && to_boolean (m->get_property ("error-found"))) { m->origin()->error (_("Error found in this music expression. Ignoring it")); -- 2.39.5