2 arpegio.hh -- declare Arpeggio
4 source file of the GNU LilyPond music typesetter
6 (c) 2000--2005 Jan Nieuwenhuizen <janneke@gnu.org>
12 #include "lily-guile.hh"
13 #include "lily-proto.hh"
18 DECLARE_SCHEME_CALLBACK (print, (SCM));
19 DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
20 DECLARE_SCHEME_CALLBACK (width_callback, (SCM, SCM));
21 static bool has_interface (Grob*);
24 #endif /* ARPEGGIO_HH */