X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Farpeggio.hh;h=b58fd9e299b6db645c8e3347510dc5a5f6dd3d7e;hb=209910ea2fdac61374a41537456f16eb1df25a21;hp=aa2e36260e1d1b367a8c705d95e1d8dee5a9e483;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/arpeggio.hh b/lily/include/arpeggio.hh index aa2e36260e..b58fd9e299 100644 --- a/lily/include/arpeggio.hh +++ b/lily/include/arpeggio.hh @@ -3,22 +3,23 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2005 Jan Nieuwenhuizen + (c) 2000--2007 Jan Nieuwenhuizen */ #ifndef ARPEGGIO_HH #define ARPEGGIO_HH -#include "lily-guile.hh" #include "lily-proto.hh" +#include "grob-interface.hh" + class Arpeggio { public: DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM)); - DECLARE_SCHEME_CALLBACK (width_callback, (SCM, SCM)); - static bool has_interface (Grob *); + DECLARE_SCHEME_CALLBACK (width, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif /* ARPEGGIO_HH */