From: fred Date: Sun, 24 Mar 2002 19:28:09 +0000 (+0000) Subject: lilypond-0.0.23 X-Git-Tag: release/1.5.59~5597 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a934971ff41ed48c15fe083ced2f7b4c4fd9808a;p=lilypond.git lilypond-0.0.23 --- diff --git a/hdr/staff.hh b/hdr/staff.hh index 7d6be0e12f..d02f944373 100644 --- a/hdr/staff.hh +++ b/hdr/staff.hh @@ -14,10 +14,14 @@ struct Staff { Score *score_l_; PScore *pscore_l_; - + String define_spot_str_; /****************************************************************/ void add(PointerList &s); + void do_commands(PointerList score_wide, + PointerList staff_wide); + void get_marks(Array&, Array&); + /// throw away cols later the #l# void truncate_cols(Moment l);