]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performance.hh
release: 1.5.45
[lilypond.git] / lily / include / performance.hh
index 3e34dc7cf595d9b48e68363aa49489724339459d..48382aedfbebc245daf72c6b2b6dee37603d66da 100644 (file)
@@ -1,7 +1,7 @@
 /*
   performance.hh -- declare Performance
 
-  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #ifndef PERFORMANCE_HH
@@ -21,17 +21,13 @@ public:
   Performance ();
   ~Performance ();
 
-  void add_column (Audio_column*);
-  void add_staff (Audio_staff* l);
   void add_element (Audio_element*p);
-
     
   void output (Midi_stream& midi_stream_r);
   void output_header_track (Midi_stream& midi_stream_r);
 
-  void print() const;
-  void process();
-
+  void print () const;
+  void process ();
 
   Link_array<Audio_staff> audio_staff_l_arr_;
   Cons<Audio_element> *audio_elem_p_list_;