]> git.donarmstrong.com Git - lilypond.git/commitdiff
declare spanner::bounds_width
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 21 Dec 2006 13:58:24 +0000 (14:58 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 21 Dec 2006 13:58:24 +0000 (14:58 +0100)
lily/include/spanner.hh

index b90d1995168aa92158b6300969299e4f0eb28571..bce4837e016ce002dad8dc45cff04e579a712b82 100644 (file)
@@ -35,6 +35,7 @@ class Spanner : public Grob
 
 public:
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
+  DECLARE_SCHEME_CALLBACK (bounds_width, (SCM));
 
   vector<Spanner*> broken_intos_;