2 inputstaff.hh -- declare Input_staff
4 (c) 1996,97 Han-Wen Nienhuys
17 const char * defined_ch_c_l_
;
20 IPointerList
<Input_music
*> music_
;
21 Input_music
* score_wide_music_p_
;
25 void add(Input_music
*m
);
26 Input_staff(Input_staff
const&);
28 void set_score_wide(Input_music
*m
);
29 Staff
* parse(Score
*, Input_music
*score_wide
);
34 #endif // INPUTSTAFF_HH