]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/arpeggio.hh
s/ly:font-load/ly:system-font-load/.
[lilypond.git] / lily / include / arpeggio.hh
index c18eb10c3ebf121199adb49e120e1583f639530b..373045bfca740cbf80023aad6c64a5a55e4e59f6 100644 (file)
 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));