]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-item.hh
release: 1.3.98
[lilypond.git] / lily / include / key-item.hh
index 67b1d6c935f86482cbf805df3fdd10ed9c65356d..0f2c4d14df36c0cb3a881179b95a809a9b93f25e 100644 (file)
@@ -7,33 +7,16 @@
 #ifndef KEYITEM_HH
 #define KEYITEM_HH
 
-#include "item.hh"
-#include "array.hh"
+#include "lily-guile.hh"
+#include "lily-proto.hh"
 
 
-/**
-  A group of  accidentals.
-
-  Properties:
-
-  c0-position -- integer indicating the position of central C?
-
-  old-accidentals -- list of (pitch, accidental) pairs
-
-  new-accidentals -- list of (pitch, accidental) pairs
- */
-class Key_item :public  Item
+struct Key_item
 {
-  int calculate_position(SCM pair) const;
-
-public:
-  VIRTUAL_COPY_CONS(Score_element);
-  Key_item (SCM);
-  static SCM scheme_molecule (SCM);
-  
-
-protected:
-  virtual Molecule do_brew_molecule() const;
+  static int calculate_position(Score_element*,SCM pair) ;
+  static void set_interface (Score_element*);
+  static bool has_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
 };
 
 #endif // KEYITEM_HH