From e970ae8a8d637131296e44639b076a20de482368 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:29:15 +0000 Subject: [PATCH] lilypond-0.0.27 --- src/lyricitem.cc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ); } -- 2.39.5