X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcustos.hh;h=90d35676aa3a76246e601f8c2433024cc959043f;hb=53ed6257ae65d5a12b45da9fce930267ed12db48;hp=0d6401130b9bcec3664ee30cdd24e152ea37b878;hpb=402045837e7134cdf90d1fcf31768c62227a4936;p=lilypond.git diff --git a/lily/include/custos.hh b/lily/include/custos.hh index 0d6401130b..90d35676aa 100644 --- a/lily/include/custos.hh +++ b/lily/include/custos.hh @@ -3,23 +3,23 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2004 Juergen Reuter + (c) 2000--2008 Juergen Reuter */ #ifndef CUSTOS_HH #define CUSTOS_HH -#include "lily-guile.hh" +#include "lily-proto.hh" +#include "grob-interface.hh" struct Custos { - DECLARE_SCHEME_CALLBACK (print, (SCM )); - static bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_GROB_INTERFACE(); private: - static void add_streepjes (Grob* me, int pos, int interspaces, Stencil* custos_); - static Stencil create_ledger_line (Interval x_extent, Grob *me) ; - + static void add_streepjes (Grob *me, int pos, int interspaces, Stencil *custos_); + static Stencil create_ledger_line (Interval x_extent, Grob *me); }; #endif // CUSTOS_HH