From 51393957693a81615d2018d568a7347e1896fbb2 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:52:04 +0000 Subject: [PATCH] lilypond-0.0.55 --- lily/include/lyric-item.hh | 19 ------------------- lily/lyric-item.cc | 26 -------------------------- 2 files changed, 45 deletions(-) delete mode 100644 lily/include/lyric-item.hh delete mode 100644 lily/lyric-item.cc diff --git a/lily/include/lyric-item.hh b/lily/include/lyric-item.hh deleted file mode 100644 index a5dc27b67b..0000000000 --- a/lily/include/lyric-item.hh +++ /dev/null @@ -1,19 +0,0 @@ -// -// lyric-item.hh -- part of LilyPond -// -// copyright 1997 Jan Nieuwenhuizen - -#ifndef LYRIC_ITEM_HH -#define LYRIC_ITEM_HH - -#include "text-item.hh" - -struct Lyric_item : Text_item { - /* *************** */ - Lyric_item(Lyric_req* lreq_l, int voice_count_i); - virtual void do_pre_processing(); -}; - - -#endif // LYRIC_ITEM_HH // - diff --git a/lily/lyric-item.cc b/lily/lyric-item.cc deleted file mode 100644 index 3186523937..0000000000 --- a/lily/lyric-item.cc +++ /dev/null @@ -1,26 +0,0 @@ -#include "musical-request.hh" -#include "paper-def.hh" -#include "lyric-item.hh" -#include "stem.hh" -#include "molecule.hh" -#include "lookup.hh" -#include "text-def.hh" -#include "source-file.hh" -#include "source.hh" -#include "debug.hh" - -Lyric_item::Lyric_item(Lyric_req* lreq_l, int voice_count_i) - : Text_item(lreq_l) -{ - pos_i_ = -voice_count_i * 4 ; // 4 fontsize dependant. TODO - dir_i_ = -1; -} - -void -Lyric_item::do_pre_processing() -{ - - // test context-error - if ( tdef_l()->text_str_.index_i( "Gates" ) >=0)// :-) - tdef_l()->warning( "foul word"); -} -- 2.39.5