]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/percent-repeat-item.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / percent-repeat-item.hh
index 6d6cf637c5a17276ec019d167decf99ad24d3417..990a31873df92696d4ebbb3e4de45e8d67537e28 100644 (file)
@@ -1,25 +1,25 @@
-/*   
+/*
   percent-repeat-item.hh -- declare Percent_repeat_item_interface
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2001--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef PERCENT_REPEAT_ITEM_HH
 #define PERCENT_REPEAT_ITEM_HH
 
-#include "grob.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 class Percent_repeat_item_interface
 {
 public:
-  static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (beat_slash, (SCM ));  
-  DECLARE_SCHEME_CALLBACK (double_percent, (SCM ));
-  static Stencil x_percent (Grob*, int, Real, Real );
-  static Stencil brew_slash (Grob*);
+  DECLARE_GROB_INTERFACE();
+  DECLARE_SCHEME_CALLBACK (beat_slash, (SCM));
+  DECLARE_SCHEME_CALLBACK (double_percent, (SCM));
+  static Stencil x_percent (Grob *, int, Real, Real);
+  static Stencil brew_slash (Grob *);
 };
 
 #endif /* PERCENT_REPEAT_ITEM_HH */