]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
* lily/ various: Introduce stream events of types Prepare,
[lilypond.git] / lily / include / spanner.hh
index 6f87f8d58576bf88746a89680a9ff720bec7d1b6..074c303036877afe40c8536479719eebb6b18f51 100644 (file)
@@ -36,7 +36,7 @@ class Spanner : public Grob
 public:
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
 
-  Link_array__Spanner_ broken_intos_;
+  vector<Spanner*> broken_intos_;
 
   vsize get_break_index () const;
 
@@ -45,8 +45,7 @@ public:
   void substitute_one_mutable_property (SCM sym, SCM val);
   bool fast_substitute_grob_array (SCM sym, Grob_array *);
 
-  // TODO: make virtual and do this for Items as well.
-  Interval_t<int> spanned_rank_iv ();
+  virtual Interval_t<int> spanned_rank_iv ();
   void set_bound (Direction d, Grob *);
   Item *get_bound (Direction d) const;