X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Farpeggio.hh;h=aa29b173b6f572f3b508b7c6ae40d6af527d9e69;hb=47b1c9fddeec6d243c4df9d66ab71969bdee7b2f;hp=362c87e193472611d999b8daa8c06a5c33b9a8de;hpb=e0833e924a7b626154c66170d98335c6c4985dfe;p=lilypond.git diff --git a/lily/include/arpeggio.hh b/lily/include/arpeggio.hh index 362c87e193..aa29b173b6 100644 --- a/lily/include/arpeggio.hh +++ b/lily/include/arpeggio.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000 Jan Nieuwenhuizen + (c) 2000--2002 Jan Nieuwenhuizen */ #ifndef ARPEGGIO_HH @@ -15,8 +15,10 @@ class Arpeggio { public: - static SCM brew_molecule (SCM); - static bool has_interface (Score_element*); + DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM)); + DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM)); + DECLARE_SCHEME_CALLBACK (width_callback, (SCM,SCM)); + static bool has_interface (Grob*); }; #endif /* ARPEGGIO_HH */