]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/span-bar.hh
release: 1.3.94
[lilypond.git] / lily / include / span-bar.hh
index 506a2e7438c9b52e3b8104650d8af935356d2501..9b942fada0974256aba43f60133d929e82584410 100644 (file)
@@ -31,10 +31,10 @@ public:
   static void add_bar (Score_element*,Score_element*);
   static void evaluate_glyph (Score_element*);
   static void evaluate_empty (Score_element*);
-  static Interval width_callback(Score_element *, Axis) ;
-  static SCM get_bar_size (SCM);
-  static SCM before_line_breaking (SCM);
-  static SCM center_on_spanned_callback (SCM element, SCM axis);
+  DECLARE_SCHEME_CALLBACK(width_callback, (SCM smob, SCM axis));
+  DECLARE_SCHEME_CALLBACK(get_bar_size, (SCM ));
+  DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK(center_on_spanned_callback, (SCM element, SCM axis));
 };
 
 #endif // SPAN_BAR_HH