From a934971ff41ed48c15fe083ced2f7b4c4fd9808a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:09 +0000 Subject: [PATCH] lilypond-0.0.23 --- hdr/staff.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); -- 2.39.5