]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-text.cc
Merge with master
[lilypond.git] / lily / system-start-text.cc
index 5a90191081e307575dfce3f143c8cb2c785451c7..00795d22d749a743b8b381508f0816477e7ecc93 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2006--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -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 */