]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
biem fix
[lilypond.git] / flower / include / interval.hh
index c4e9d4e718de4322915e999db7b9d21eaa2a26d0..0d445b2366677daf90441384c5f7eb989f8d01cf 100644 (file)
@@ -52,6 +52,7 @@ struct Interval_t : public Drul_array<T> {
   T length () const;
   T delta () const;
   void set_empty () ;
+  void set_full ();
   bool empty_b () const { return elem (LEFT) > elem (RIGHT); }
   bool contains_b (Interval_t<T> const&) const;
   Interval_t () {