]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove warning when there are no noteheads to attach lyrics to.
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sat, 26 Jul 2014 07:00:39 +0000 (09:00 +0200)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sun, 27 Jul 2014 10:19:13 +0000 (12:19 +0200)
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

index 1cbaffeb7d5376f7301cbdbcefc2301c28503d23..bbe15845a61a77379c070b6839637d69c4c1a507 100644 (file)
@@ -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_;