]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-item.cc
release: 0.0.44
[lilypond.git] / lily / lyric-item.cc
index 6e3fdf02b81db8c5e0f60c53c4fdb4eb68881c30..1a54f12bcaa118bb62dd28b6cd7ece7caf676b2b 100644 (file)
@@ -8,7 +8,6 @@
 #include "source-file.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)
@@ -23,5 +22,5 @@ Lyric_item::do_pre_processing()
 
     // test context-error
     if ( tdef_l()->text_str_.index_i( "Gates" ) >=0)// :-)
-       warning( "foul word", tdef_l()->defined_ch_c_l_ );
+       warning( "foul word", tdef_l()->defined_ch_C_ );
 }