]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-element-callback.hh
patch::: 1.3.49.hwn1: deze dus
[lilypond.git] / lily / include / score-element-callback.hh
diff --git a/lily/include/score-element-callback.hh b/lily/include/score-element-callback.hh
new file mode 100644 (file)
index 0000000..949ceec
--- /dev/null
@@ -0,0 +1,21 @@
+/*   
+  score-element-callback.hh -- declare  Score_element callbacks
+  
+  source file of the GNU LilyPond music typesetter
+  
+  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  
+ */
+
+#ifndef SCORE_ELEMENT_CALLBACK_HH
+#define SCORE_ELEMENT_CALLBACK_HH
+
+#include "lily-proto.hh"
+#include "lily-guile.hh"
+
+typedef SCM (* Score_element_callback) (Score_element * ,  SCM extra_params);
+SCM smobify_callback (Score_element_callback cb);
+
+
+#endif /* SCORE_ELEMENT_CALLBACK_HH */
+