]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
Refactor pure-height calculations.
[lilypond.git] / flower / include / interval.hh
index b3a799d07497f2a682957e39a6fbd17f69414ad7..4a08e278137a10be63df24f957943f389e265327 100644 (file)
@@ -72,6 +72,8 @@ struct Interval_t : public Drul_array<T>
   void set_empty ();
   void set_full ();
 
+  void unite_disjoint (Interval_t<T> h, T padding, Direction d);
+
   bool is_empty () const
   {
     return at (LEFT) > at (RIGHT);