]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-item.hh
release: 1.3.98
[lilypond.git] / lily / include / key-item.hh
index de16e2a130196f31f1504a5dd3db7a7bc5298733..0f2c4d14df36c0cb3a881179b95a809a9b93f25e 100644 (file)
 #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
- */
 struct Key_item
 {
   static int calculate_position(Score_element*,SCM pair) ;
   static void set_interface (Score_element*);
   static bool has_interface (Score_element*);
-  static SCM brew_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
 };
 
 #endif // KEYITEM_HH