]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
* lily/system.cc (do_derived_mark): don't mark from object_alist_
[lilypond.git] / lily / include / spanner.hh
index 6c0fc1cbed436b0a4bebb5dcefc381663033df00..b06c0a4cc009da320f33c2fc58f855476993c441 100644 (file)
@@ -37,10 +37,12 @@ public:
   Link_array<Spanner> broken_intos_;
 
   int get_break_index () const;
+
   // todo: move to somewhere else.
   Real get_broken_left_end_align () const;
   void substitute_one_mutable_property (SCM sym, SCM val);
-  bool fast_fubstitute_grob_list (SCM sym, SCM grob_list);
+  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 ();
   void set_bound (Direction d, Grob *);