2 input-score.hh -- declare
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
19 /// the total music def of one movement
22 const char* defined_ch_c_l_
;
25 /// paper_, staffs_ and commands_ form the problem definition.
28 IPointerList
<Input_staff
*> staffs_
;
30 Input_music
* score_wide_music_p_
;
32 /* *************************************************************** */
34 Input_score(Input_score
const&);
36 void add(Input_staff
*);
40 void set(Midi_def
* midi_p
);
43 void set(Input_music
*);