X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Farpeggio.hh;h=c18eb10c3ebf121199adb49e120e1583f639530b;hb=01cdf1ac7e78505f63eae27894fe709ea50c0c96;hp=628d100c2980491b44ebaf36d1d8b720d59ffc47;hpb=df4a7c4a55148e065d878dcc2f7e09ac27ea9c32;p=lilypond.git diff --git a/lily/include/arpeggio.hh b/lily/include/arpeggio.hh index 628d100c29..c18eb10c3e 100644 --- a/lily/include/arpeggio.hh +++ b/lily/include/arpeggio.hh @@ -1,23 +1,27 @@ /* arpegio.hh -- declare Arpeggio - + source file of the GNU LilyPond music typesetter - (c) 2000 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 (brew_molecule, (SCM)); - DECLARE_SCHEME_CALLBACK(width_callback, (SCM,SCM)); - static bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM)); + DECLARE_SCHEME_CALLBACK (width, (SCM)); + DECLARE_SCHEME_CALLBACK (height, (SCM)); + DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM)); + DECLARE_GROB_INTERFACE(); }; #endif /* ARPEGGIO_HH */