]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.23
authorfred <fred>
Sun, 24 Mar 2002 19:28:10 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:10 +0000 (19:28 +0000)
hdr/inputstaff.hh

index 6fac2046434e417069f64f352c352a44ffc698b6..01062de99cf76535ce94238142b6573786033413 100644 (file)
@@ -1,7 +1,7 @@
 /*
   inputstaff.hh -- part of LilyPond
 
-  (c) 1996 Han-Wen Nienhuys
+  (c) 1996,97 Han-Wen Nienhuys
 */
 
 #ifndef INPUTSTAFF_HH
@@ -13,6 +13,9 @@
 #include "proto.hh"
 
 struct Input_staff {
+    
+    /// defined where?    
+    String define_spot_str_;
     String type;
     IPointerList<Input_command*> commands_;
     IPointerList<Input_music*> music_;
@@ -20,10 +23,10 @@ struct Input_staff {
     /****************/
 
     void add(Input_music*m);
-    Input_staff(Input_staff&);
+    Input_staff(Input_staff const&);
     Input_staff(String);
     void add(Array<Input_command*> &s);
-    Staff* parse(PointerList<Input_command*>, Score*);
+    Staff* parse(Score*);
     void print() const;
 };