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

index 7d6be0e12f0adc704dbd7ef95b944f4d740b233f..d02f94437337423bdb9e399d0d48caad7cc1ac93 100644 (file)
@@ -14,10 +14,14 @@ struct Staff {
 
     Score *score_l_;
     PScore *pscore_l_;
-
+    String define_spot_str_;
     /****************************************************************/
     void add(PointerList<Voice*> &s);
+    void do_commands(PointerList<Input_command*> score_wide,
+                    PointerList<Input_command*> staff_wide);
 
+    void get_marks(Array<String>&, Array<Moment>&);
+    
     /// throw away cols later the #l#
     void truncate_cols(Moment l);