]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
update outdated comments
[lilypond.git] / lily / include / spanner.hh
index 23455d73b1b65ae82fd8243cef509fe4ed4fd0af..f0c82bb963dc31107129688f8440e6d88798bbb8 100644 (file)
@@ -48,7 +48,7 @@ public:
   bool fast_substitute_grob_array (SCM sym, Grob_array *);
 
   Interval_t<Moment> spanned_time () const;
-  virtual Interval_t<int> spanned_rank_iv () const;
+  virtual Interval_t<int> spanned_rank_interval () const;
   void set_bound (Direction d, Grob *);
   Item *get_bound (Direction d) const;
 
@@ -65,7 +65,6 @@ public:
   DECLARE_GROB_INTERFACE();
   virtual System *get_system () const;
 
-  
 protected:
   void set_my_columns ();
   virtual Grob *clone () const;