]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
Fix drastic overestimation of staff heights.
[lilypond.git] / flower / include / interval.hh
index 4a08e278137a10be63df24f957943f389e265327..512200f6cf035b70f6f97a83318c469b2a0c04ac 100644 (file)
@@ -73,6 +73,7 @@ struct Interval_t : public Drul_array<T>
   void set_full ();
 
   void unite_disjoint (Interval_t<T> h, T padding, Direction d);
+  Interval_t<T> union_disjoint (Interval_t<T> h, T padding, Direction d) const;
 
   bool is_empty () const
   {