]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/staffcommands.hh
release: 0.0.27
[lilypond.git] / hdr / staffcommands.hh
index 633b73285cfb9e739d466a8940fb88b6ccc7e312..1a25b9bdb4cee95c4569fa03dbab95498cbe0693 100644 (file)
@@ -1,12 +1,12 @@
 /*
-  lilypond, (c) 1996 Han-Wen Nienhuys
+  lilypond, (c) 1996,97 Han-Wen Nienhuys
 */
 #ifndef SCORECOMMANDS_HH
 #define SCORECOMMANDS_HH
 
 #include "proto.hh"
 #include "command.hh"
-#include "vray.hh"
+#include "varray.hh"
 #include "plist.hh"
 #include "timedescription.hh"
 
@@ -28,20 +28,5 @@ struct Staff_commands_at : public IPointerList<Command*> {
     void add(Command c);
 };
 
-/// the list of commands in Score
-struct Staff_commands : public IPointerList<Staff_commands_at*>
-{
-    Staff_commands_at*find(Moment);
-    void add(Staff_commands_at*);
-    void clean(Moment last);
-    void OK() const;
-    void print() const;
-    Moment last() const;
-};
-/** the list of commands in Score. Put in a separate class, since it
-  otherwise clutters the methods of Score.
-
-  */
-
 #endif