]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/auto-change-iterator.hh
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / lily / include / auto-change-iterator.hh
index cc54df7dd2606a2fd5c890437a4724b3c5db3a02..4dad325f2877d9318d3297dfb86e8de896abfe5e 100644 (file)
@@ -17,18 +17,14 @@ class Auto_change_iterator : public Music_wrapper_iterator
 {
 public:
   VIRTUAL_COPY_CONS (Music_iterator);
-  static SCM constructor_cxx_function;
+  DECLARE_SCHEME_CALLBACK(constructor, ());
   
   Auto_change_iterator ();
 
 protected:
   virtual void process (Moment);  
-
-
   Array<Pitch> pending_pitch (Moment)const;
 private:
-
-  
   Direction where_dir_;
   void change_to (Music_iterator* , String, String);
 };