]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
Use double ; in comment (single ; sometimes cause trouble)
[lilypond.git] / lily / lyric-engraver.cc
index f6356330f828707061abaa78c2f3b4ac46b88b99..e4b23d1f943af6d820805ef527461a5817e2c9ae 100644 (file)
@@ -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));
             }
         }