X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Farpeggio.hh;h=c18eb10c3ebf121199adb49e120e1583f639530b;hb=01cdf1ac7e78505f63eae27894fe709ea50c0c96;hp=6c0cea0321c9df007cff8b5993ed413b17d72570;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/arpeggio.hh b/lily/include/arpeggio.hh index 6c0cea0321..c18eb10c3e 100644 --- a/lily/include/arpeggio.hh +++ b/lily/include/arpeggio.hh @@ -1,24 +1,27 @@ /* arpegio.hh -- declare Arpeggio - + source file of the GNU LilyPond music typesetter - (c) 2000--2004 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 (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_SCHEME_CALLBACK (height, (SCM)); + DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM)); + DECLARE_GROB_INTERFACE(); }; #endif /* ARPEGGIO_HH */