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