]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/arpeggio.hh
* The grand 2005-2006 replace.
[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--2006 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 (print, (SCM));
19   DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
20   DECLARE_SCHEME_CALLBACK (width, (SCM));
21   static bool has_interface (Grob *);
22 };
23
24 #endif /* ARPEGGIO_HH */
25