]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.27
authorfred <fred>
Sun, 24 Mar 2002 19:41:15 +0000 (19:41 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:41:15 +0000 (19:41 +0000)
hdr/accidental.hh [deleted file]
hdr/globvars.hh [deleted file]
src/complexmelodicstaff.cc [deleted file]
src/table.cc [deleted file]

diff --git a/hdr/accidental.hh b/hdr/accidental.hh
deleted file mode 100644 (file)
index d388a3f..0000000
+++ /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 (file)
index 8b13789..0000000
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/src/complexmelodicstaff.cc b/src/complexmelodicstaff.cc
deleted file mode 100644 (file)
index 66aa63e..0000000
+++ /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 (file)
index e69de29..0000000