From: fred Date: Sun, 24 Mar 2002 19:29:15 +0000 (+0000) Subject: lilypond-0.0.27 X-Git-Tag: release/1.5.59~5531 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e970ae8a8d637131296e44639b076a20de482368;p=lilypond.git lilypond-0.0.27 --- diff --git a/src/lyricitem.cc b/src/lyricitem.cc index b0afc3000b..81b61552c5 100644 --- a/src/lyricitem.cc +++ b/src/lyricitem.cc @@ -5,6 +5,10 @@ #include "molecule.hh" #include "lookup.hh" #include "textdef.hh" +#include "sourcefile.hh" +#include "source.hh" +#include "debug.hh" +#include "main.hh" Lyric_item::Lyric_item(Lyric_req* lreq_l, int voice_count_i) : Text_item(lreq_l,0) @@ -17,4 +21,8 @@ void Lyric_item::do_pre_processing() { // override Text_item + + // test context-error + if ( tdef_l_->text_str_.pos( "Gates" ) )// :-) + warning( "foul word", tdef_l_->defined_ch_c_l_m ); }