From 2e2dd0f9b5f61e34ccb0bcdadaefa9d004187e90 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 21 Dec 2006 14:58:24 +0100 Subject: [PATCH] declare spanner::bounds_width --- lily/include/spanner.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/lily/include/spanner.hh b/lily/include/spanner.hh index b90d199516..bce4837e01 100644 --- a/lily/include/spanner.hh +++ b/lily/include/spanner.hh @@ -35,6 +35,7 @@ class Spanner : public Grob public: DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); + DECLARE_SCHEME_CALLBACK (bounds_width, (SCM)); vector broken_intos_; -- 2.39.5