]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/arpeggio.hh
* Another grand 2003 update.
[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--2003 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