]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / lyric-engraver.cc
index e67fa97b481149ffb5e1affd7018b503fb19aeb0..6dce40a464ba7b385f0149dd254debd7de9b6ecd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -183,7 +183,8 @@ Lyric_engraver::stop_translation_timestep ()
             }
           else
             {
-              text_->warning (_ ("Lyric syllable does not have note. Use \\lyricsto or associatedVoice."));
+              text_->warning (_ ("Lyric syllable does not have note."
+                                 "  Use \\lyricsto or associatedVoice."));
               text_->set_property ("X-offset", scm_from_int (0));
             }
         }