2 music-wrapper.hh -- declare Music_wrapper
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
9 #ifndef MUSIC_WRAPPER_HH
10 #define MUSIC_WRAPPER_HH
12 #include "lily-guile.hh"
17 DECLARE_SCHEME_CALLBACK (length_callback, (SCM));
18 DECLARE_SCHEME_CALLBACK (start_callback, (SCM));
21 #endif /* MUSIC_WRAPPER_HH */