X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcustos.hh;h=90d35676aa3a76246e601f8c2433024cc959043f;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=1844c752c1c1ea94aca9f1af8c85c5a8cdd8b10a;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/custos.hh b/lily/include/custos.hh index 1844c752c1..90d35676aa 100644 --- a/lily/include/custos.hh +++ b/lily/include/custos.hh @@ -3,26 +3,23 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2005 Juergen Reuter + (c) 2000--2008 Juergen Reuter */ #ifndef CUSTOS_HH #define CUSTOS_HH -#include "lily-guile.hh" - -class Grob; -class Stencil; +#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