]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/auto-change-iterator.hh
(deep-WWW-clean): Remove wiki-dump. Fixes web-clean target.
[lilypond.git] / lily / include / auto-change-iterator.hh
index ac3c8dbd6d752055c911a588021452793846d5d0..cc54df7dd2606a2fd5c890437a4724b3c5db3a02 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -17,13 +17,15 @@ class Auto_change_iterator : public Music_wrapper_iterator
 {
 public:
   VIRTUAL_COPY_CONS (Music_iterator);
+  static SCM constructor_cxx_function;
+  
   Auto_change_iterator ();
 
 protected:
   virtual void process (Moment);  
 
 
-  Array<Musical_pitch> pending_pitch (Moment)const;
+  Array<Pitch> pending_pitch (Moment)const;
 private: