From 476687b992c1c0d551b0d425e5ece78c39cfc3ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janek=20Warcho=C5=82?= Date: Sat, 26 Jul 2014 09:00:39 +0200 Subject: [PATCH] Remove warning when there are no noteheads to attach lyrics to. The warning was added to address issue 248, but it is now moot after issue 3254 (c73b41b3e7be6d7): attaching lyrics to a note-less context (like Devnull) is perfectly legal now. --- lily/lyric-engraver.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lily/lyric-engraver.cc b/lily/lyric-engraver.cc index 1cbaffeb7d..bbe15845a6 100644 --- a/lily/lyric-engraver.cc +++ b/lily/lyric-engraver.cc @@ -181,10 +181,6 @@ Lyric_engraver::stop_translation_timestep () text_->set_property ("self-alignment-X", get_property ("lyricMelismaAlignment")); } - else - text_->warning (_ ("Aligning lyric syllables to notes was requested," - " but there are no notes in the specified context." - " Syllable will be attached to a PaperColumn instead.")); } last_text_ = text_; -- 2.39.2