]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/arpeggio.hh
aa29b173b6f572f3b508b7c6ae40d6af527d9e69
[lilypond.git] / lily / include / arpeggio.hh
1 /*
2   arpegio.hh -- declare Arpeggio
3   
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef ARPEGGIO_HH
10 #define ARPEGGIO_HH
11
12 #include "lily-guile.hh"
13 #include "lily-proto.hh"
14
15 class Arpeggio
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
19   DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
20   DECLARE_SCHEME_CALLBACK (width_callback, (SCM,SCM));
21   static bool has_interface (Grob*);
22 };
23
24 #endif /* ARPEGGIO_HH */
25