]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-item.hh
release: 1.3.69
[lilypond.git] / lily / include / key-item.hh
index e77703b9a31e33045a1500628e7e1c8baad72e05..de16e2a130196f31f1504a5dd3db7a7bc5298733 100644 (file)
@@ -24,7 +24,8 @@
 struct Key_item
 {
   static int calculate_position(Score_element*,SCM pair) ;
-  void set_interface (Score_element*);
+  static void set_interface (Score_element*);
+  static bool has_interface (Score_element*);
   static SCM brew_molecule (SCM);
 };