]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spring.hh
* lily/include/pango-font.hh: new file.
[lilypond.git] / lily / include / spring.hh
index 951f61f29d653274eb921e024780ba8cf76d93fe..a42ecd58246bf9ac4baf6eb748df099198eb9d7a 100644 (file)
@@ -11,7 +11,6 @@
 #define SPRING_HH
 
 #include "lily-proto.hh"
-#include "drul-array.hh"
 #include "smobs.hh"
 
 struct Spring_smob
@@ -23,12 +22,12 @@ struct Spring_smob
   
   DECLARE_SIMPLE_SMOBS(Spring_smob,dummy);
 public:
-  SCM smobbed_copy () const;
   Spring_smob();
 };
 DECLARE_UNSMOB(Spring_smob, spring);
 
-struct Spring{
+struct Spring
+{
   Drul_array<Item*> item_l_drul_;
   Real distance_;
   bool expand_only_b_;