]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/music-function.hh
*** empty log message ***
[lilypond.git] / lily / include / music-function.hh
1 /* 
2   music-head.hh -- declare music_function
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7   
8 */
9
10 #ifndef MUSIC_FUNCTION_HH
11 #define MUSIC_FUNCTION_HH
12
13 #include "lily-guile.hh"
14
15 SCM ly_make_music_function (SCM, SCM);
16 SCM get_music_function_transform (SCM);
17 bool is_music_function (SCM);
18
19 #endif /* MUSIC_FUNCTION_HH */
20