]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-text.cc
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / system-start-text.cc
index 5a90191081e307575dfce3f143c8cb2c785451c7..a0a90b06c3fb0b52809cfeb3b6ab580380a351f7 100644 (file)
@@ -19,7 +19,7 @@ class System_start_text
 {
 public:
   static Stencil get_stencil (Grob *);
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
@@ -95,7 +95,6 @@ System_start_text::print (SCM smob)
 
 
 ADD_INTERFACE (System_start_text,
-              "system-start-text-interface",
               "Text in front of the system.",
 
               /* properties */