]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / spanner.hh
index 074c303036877afe40c8536479719eebb6b18f51..c64c61d6364a1f664b8a8fe334b1a32e1586636c 100644 (file)
@@ -45,7 +45,8 @@ public:
   void substitute_one_mutable_property (SCM sym, SCM val);
   bool fast_substitute_grob_array (SCM sym, Grob_array *);
 
-  virtual Interval_t<int> spanned_rank_iv ();
+  // TODO: make virtual and do this for Items as well.
+  Interval_t<int> spanned_rank_iv ();
   void set_bound (Direction d, Grob *);
   Item *get_bound (Direction d) const;