]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event.hh
* input/regression/ambitus.ly: move file.
[lilypond.git] / lily / include / event.hh
index 0d1823c8a5d3dce29ef2817bb767def7758663b6..ee60c1e9e32637ca0b3f75d018e4677c8fd1d1ae 100644 (file)
@@ -37,14 +37,13 @@ public:
 /**
     Handle key changes.
 */
-class Key_change_req  : public Event
+class Key_change_ev  : public Event
 {
 public:
   SCM pitch_alist ();
   
 protected:
   VIRTUAL_COPY_CONS (Music);
-  bool do_equal_b (Event const * ) const;
   void transpose (Pitch  d);
 };