]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/key-item.hh
release: 1.5.29
[lilypond.git] / lily / include / key-item.hh
1 /*
2   key-item.hh -- part of GNU LilyPond
3
4   (c) 1996--2002 Han-Wen Nienhuys
5 */
6
7 #ifndef KEYITEM_HH
8 #define KEYITEM_HH
9
10 #include "lily-guile.hh"
11 #include "lily-proto.hh"
12
13
14 struct Key_item
15 {
16
17   static void set_interface (Grob*);
18   static bool has_interface (Grob*);
19   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
20 };
21
22 #endif // KEYITEM_HH