From: fred Date: Sun, 24 Mar 2002 19:41:15 +0000 (+0000) Subject: lilypond-0.0.27 X-Git-Tag: release/1.5.59~4842 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c832e52f701e40c58f6dfaee15b3d744d39bdb58;p=lilypond.git lilypond-0.0.27 --- diff --git a/hdr/accidental.hh b/hdr/accidental.hh deleted file mode 100644 index d388a3f097..0000000000 --- a/hdr/accidental.hh +++ /dev/null @@ -1,22 +0,0 @@ -/* - accidental.hh -- part of LilyPond - - (c) 1996,97 Han-Wen Nienhuys -*/ - -#ifndef ACCIDENTAL_HH -#define ACCIDENTAL_HH -#include "item.hh" - -struct Accidental : Item { -const char * name() const; - int type,pos; - - void preprocess(); - Accidental(int type, int position); - void do_print()constt; -private: - void brew_molecule(); -}; -#endif // ACCIDENTAL_HH - diff --git a/hdr/globvars.hh b/hdr/globvars.hh deleted file mode 100644 index 8b13789179..0000000000 --- a/hdr/globvars.hh +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/complexmelodicstaff.cc b/src/complexmelodicstaff.cc deleted file mode 100644 index 66aa63ea07..0000000000 --- a/src/complexmelodicstaff.cc +++ /dev/null @@ -1,31 +0,0 @@ -#include "keyitem.hh" -#include "stem.hh" -#include "rest.hh" -#include "notehead.hh" -#include "paper.hh" -#include "molecule.hh" -#include "linepstaff.hh" -#include "complexmelodicstaff.hh" -#include "sccol.hh" -#include "localkeyitem.hh" -#include "request.hh" - -const int NO_LINES=5; - - -void -Complex_melodic_staff::set_output(PScore*ps) -{ - theline_l_ = new Linestaff(NO_LINES,ps); // theline_l_ is added to pscore later. - Complex_staff::set_output(ps); -} - -Item * -Complex_melodic_staff::get_TYPESET_item(Command*com) -{ - if (com->args[0] == "KEY") { - return new Keyitem(NO_LINES); // urgh. depends on clef. - } else - return Complex_staff::get_TYPESET_item(com); -} - diff --git a/src/table.cc b/src/table.cc deleted file mode 100644 index e69de29bb2..0000000000