]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/music-iterator-ctor.hh
release: 1.3.107
[lilypond.git] / lily / include / music-iterator-ctor.hh
1 /*   
2   score-element-callback.hh -- declare Score_element callbacks
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef SCORE_ELEMENT_CALLBACK_HH
11 #define SCORE_ELEMENT_CALLBACK_HH
12
13 #include "lily-proto.hh"
14 #include "lily-guile.hh"
15
16 typedef void * (*Cxx_function) (SCM param);
17 Cxx_function unsmob_cxx_function (SCM x);
18 SCM smobify_cxx_function (Cxx_function cb);
19
20
21 #endif /* SCORE_ELEMENT_CALLBACK_HH */
22