]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/score-element-callback.hh
patch::: 1.3.49.hwn1: deze dus
[lilypond.git] / lily / include / score-element-callback.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 SCM (* Score_element_callback) (Score_element * ,  SCM extra_params);
17 SCM smobify_callback (Score_element_callback cb);
18
19
20 #endif /* SCORE_ELEMENT_CALLBACK_HH */
21