X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpercent-repeat-item.hh;h=fdc5e0b32f5c9428689522968baff83c24eda449;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=6d6cf637c5a17276ec019d167decf99ad24d3417;hpb=5d1ddaf889233f8e5c32a118f9e843e1becca2d2;p=lilypond.git diff --git a/lily/include/percent-repeat-item.hh b/lily/include/percent-repeat-item.hh index 6d6cf637c5..fdc5e0b32f 100644 --- a/lily/include/percent-repeat-item.hh +++ b/lily/include/percent-repeat-item.hh @@ -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 - - */ + + (c) 2001--2008 Han-Wen Nienhuys +*/ #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); + static Stencil brew_slash (Grob *); }; #endif /* PERCENT_REPEAT_ITEM_HH */