]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
Update to new system-count function names.
[lilypond.git] / lily / include / spanner.hh
index 5457c666381f3e71f636ffd8a0cb99d5bd396bd0..9ea2df7870bb2c83a083f1d5d03053633cd62998 100644 (file)
@@ -33,7 +33,7 @@ class Spanner : public  Grob {
   Drul_array<Item*> spanned_drul_;
 
 public:
-  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
   
   Link_array<Spanner> broken_into_l_arr_;
 
@@ -65,6 +65,6 @@ protected:
 
 
 void add_bound_item (Spanner*, Grob*);
-
+///DECLARE_UNSMOB (Spanner, spanner);
 
 #endif