]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event.hh
* lily/include/repeated-music.hh (class Repeated_music): change
[lilypond.git] / lily / include / event.hh
index 2c3272552dd551887f36b0054479d0cfc1f5bd16..470fef4fec7597657bd235ddb9c82969ccf563aa 100644 (file)
@@ -26,21 +26,6 @@ public:
 };
 
 
-/**
-    Handle key changes.
-*/
-class Key_change_ev  : public Event
-{
-public:
-  Key_change_ev (SCM);
-  SCM pitch_alist ();
-  
-protected:
-  VIRTUAL_COPY_CONSTRUCTOR (Music, Key_change_ev);
-  void transpose (Pitch  d);
-};
-
-SCM ly_transpose_key_alist (SCM,SCM);