X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-engraver.cc;h=e4b23d1f943af6d820805ef527461a5817e2c9ae;hb=10218a6a784ad4d48a64a9bee1e391d64621d8fc;hp=f6356330f828707061abaa78c2f3b4ac46b88b99;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/lyric-engraver.cc b/lily/lyric-engraver.cc index f6356330f8..e4b23d1f94 100644 --- a/lily/lyric-engraver.cc +++ b/lily/lyric-engraver.cc @@ -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)); } }