]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-item.hh
release: 1.3.109
[lilypond.git] / lily / include / key-item.hh
index 0f2c4d14df36c0cb3a881179b95a809a9b93f25e..bc8f306f7cf99811b57555eb59f14413d6931a26 100644 (file)
@@ -13,9 +13,9 @@
 
 struct Key_item
 {
-  static int calculate_position(Score_element*,SCM pair) ;
-  static void set_interface (Score_element*);
-  static bool has_interface (Score_element*);
+  static int calculate_position(Grob*,SCM pair) ;
+  static void set_interface (Grob*);
+  static bool has_interface (Grob*);
   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
 };