X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsystem-start-text.cc;h=00795d22d749a743b8b381508f0816477e7ecc93;hb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;hp=5a90191081e307575dfce3f143c8cb2c785451c7;hpb=6eeb079ba4ed77997316262c842b215016dfe1e7;p=lilypond.git diff --git a/lily/system-start-text.cc b/lily/system-start-text.cc index 5a90191081..00795d22d7 100644 --- a/lily/system-start-text.cc +++ b/lily/system-start-text.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006 Han-Wen Nienhuys + (c) 2006--2007 Han-Wen Nienhuys */ @@ -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 */