]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-signature-interface.cc
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / key-signature-interface.cc
index 5705b46ccf7899ee584032ec77cad99499b244d5..60a11db86ab831cbc0db12dd035ec20bc3773f96 100644 (file)
@@ -20,7 +20,7 @@ struct Key_signature_interface
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 /*
@@ -149,6 +149,6 @@ Key_signature_interface::print (SCM smob)
   return mol.smobbed_copy ();
 }
 
-ADD_INTERFACE (Key_signature_interface, "key-signature-interface",
+ADD_INTERFACE (Key_signature_interface,
               "A group of accidentals, to be printed as signature sign.",
               "style c0-position alteration-alist");