X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Farpeggio.hh;h=373045bfca740cbf80023aad6c64a5a55e4e59f6;hb=4f0fd7c93429fb5641f759caf65dc8687c7af4e2;hp=c18eb10c3ebf121199adb49e120e1583f639530b;hpb=39135672a39e378f6c66586a027a426d2164e7b4;p=lilypond.git diff --git a/lily/include/arpeggio.hh b/lily/include/arpeggio.hh index c18eb10c3e..373045bfca 100644 --- a/lily/include/arpeggio.hh +++ b/lily/include/arpeggio.hh @@ -16,8 +16,11 @@ class Arpeggio { public: + static Grob *get_common_y (Grob *); DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_positions, (SCM)); DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM)); + DECLARE_SCHEME_CALLBACK (brew_chord_slur, (SCM)); DECLARE_SCHEME_CALLBACK (width, (SCM)); DECLARE_SCHEME_CALLBACK (height, (SCM)); DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM));