X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fperformance.hh;h=494934c07303832a3ad21503cacc73bf001e3605;hb=2ec5f924eb75dfc6b584a8df25a03bdfde31fc6c;hp=48382aedfbebc245daf72c6b2b6dee37603d66da;hpb=d9b43b93f2c885409bafdb157138158f65cc49aa;p=lilypond.git diff --git a/lily/include/performance.hh b/lily/include/performance.hh index 48382aedfb..494934c073 100644 --- a/lily/include/performance.hh +++ b/lily/include/performance.hh @@ -1,22 +1,19 @@ /* performance.hh -- declare Performance - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2004 Jan Nieuwenhuizen */ #ifndef PERFORMANCE_HH #define PERFORMANCE_HH #include "parray.hh" -#include "lily-proto.hh" #include "cons.hh" #include "music-output.hh" -/** all stuff which goes onto midi. notes, signs, symbols in a score - #Performance# contains the items, the columns. - */ - -class Performance : public Music_output { +/* MIDI output. */ +class Performance : public Music_output +{ public: Performance (); ~Performance (); @@ -27,11 +24,11 @@ public: void output_header_track (Midi_stream& midi_stream_r); void print () const; - void process (); + SCM process (String); - Link_array audio_staff_l_arr_; + Link_array audio_staffs_; Cons *audio_elem_p_list_; - Midi_def * midi_l_; + Output_def *midi_; }; -#endif // PERFORMANCE_HH +#endif /* PERFORMANCE_HH */