]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
Issue 3254: align unassociated lyrics using NoteColumn extent.
[lilypond.git] / lily / lyric-engraver.cc
index 6dce40a464ba7b385f0149dd254debd7de9b6ecd..3ea4498baf1381ef764749dba93964e6b7a93bb8 100644 (file)
@@ -182,11 +182,9 @@ Lyric_engraver::stop_translation_timestep ()
                                      get_property ("lyricMelismaAlignment"));
             }
           else
-            {
-              text_->warning (_ ("Lyric syllable does not have note."
-                                 "  Use \\lyricsto or associatedVoice."));
-              text_->set_property ("X-offset", scm_from_int (0));
-            }
+            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_;