From: fred Date: Sun, 24 Mar 2002 19:28:10 +0000 (+0000) Subject: lilypond-0.0.23 X-Git-Tag: release/1.5.59~5596 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c051d54c5bb34aa009b2e9336c34eed30ef495d3;p=lilypond.git lilypond-0.0.23 --- diff --git a/hdr/inputstaff.hh b/hdr/inputstaff.hh index 6fac204643..01062de99c 100644 --- a/hdr/inputstaff.hh +++ b/hdr/inputstaff.hh @@ -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 commands_; IPointerList 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 &s); - Staff* parse(PointerList, Score*); + Staff* parse(Score*); void print() const; };