]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.14
authorfred <fred>
Mon, 2 Dec 1996 21:34:57 +0000 (21:34 +0000)
committerfred <fred>
Mon, 2 Dec 1996 21:34:57 +0000 (21:34 +0000)
hdr/score.hh

index 20a4d75da84ea70a84b871b81af8822f5c742ff5..fbcfde1fc06d63daf9d9bb2f1504ec8ba9372d0a 100644 (file)
@@ -10,20 +10,15 @@ struct Score {
     /// paper_, staffs_ and commands_ form the problem definition.
     Paperdef *paper_;
     IPointerList<Staff*> staffs_;
-
-    svec<Command*> input_commands_;
     
     /// "runtime" fields for setting up spacing    
     IPointerList<Score_column*> cols_;
     PScore *pscore_;
 
     /****************************************************************/
-    void add(svec<Command*> &s);
+
     /// construction
-    void add_staff(Staff *st);
-    void set(Paperdef*);
-    Score();
+    Score(Paperdef*);
     ~Score();    
     void add(Staff*);