]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-change-iterator.cc
Documentation/user/programming-interface.itely: fix @{ @}.
[lilypond.git] / lily / auto-change-iterator.cc
index 05fadd5c486c0f265efa14ec9fe7749426621292..e88692123a70932c0728a45a4fd4c99112329a9a 100644 (file)
@@ -7,7 +7,6 @@
 */
 
 #include "context.hh"
-#include "event.hh"
 #include "music-wrapper-iterator.hh"
 #include "direction.hh"
 
@@ -29,8 +28,8 @@ private:
   void change_to (Music_iterator *, SCM, String);
   Moment start_moment_;
 
-  Interpretation_context_handle up_;
-  Interpretation_context_handle down_;
+  Context_handle up_;
+  Context_handle down_;
 };
 
 void