X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspacing-spanner.hh;h=7f678043eee3b7d4a1e82af8f984540a9bfc0b85;hb=9b40d66187029df3dca86fc5ecc65f64db315a48;hp=917b5fdc89df4fd1a1910ca6c741a6ba4b5c1448;hpb=e0833e924a7b626154c66170d98335c6c4985dfe;p=lilypond.git diff --git a/lily/include/spacing-spanner.hh b/lily/include/spacing-spanner.hh index 917b5fdc89..7f678043ee 100644 --- a/lily/include/spacing-spanner.hh +++ b/lily/include/spacing-spanner.hh @@ -18,7 +18,7 @@ public: static void set_interface (Score_element*); static void do_measure (Score_element*,Link_array) ; - static SCM set_springs (SCM); + DECLARE_SCHEME_CALLBACK(set_springs, (SCM )); static Real stem_dir_correction (Score_element*,Score_element*,Score_element*) ; static Real default_bar_spacing (Score_element*,Score_element*,Score_element*,Moment) ; static Real note_spacing (Score_element*,Score_element*,Score_element*,Moment) ;