]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/music-wrapper.hh
18d885f423b4902a4b1a84799c2603014a81a692
[lilypond.git] / lily / include / music-wrapper.hh
1 /*
2   music-wrapper.hh -- declare Music_wrapper
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef MUSIC_WRAPPER_HH
10 #define MUSIC_WRAPPER_HH
11
12 #include "lily-guile.hh"
13
14 struct Music_wrapper
15 {
16 public:
17   DECLARE_SCHEME_CALLBACK (length_callback, (SCM));
18   DECLARE_SCHEME_CALLBACK (start_callback, (SCM));
19 };
20
21 #endif /* MUSIC_WRAPPER_HH */
22