]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval.hh
* lily/system-start-delimiter.cc (after_line_breaking): retrieve
[lilypond.git] / flower / include / interval.hh
index 53b2680af4d4594abf4d094aae8bd3c9da0db525..44a5d9ce7cdf7eeccd2aaa9e433493400426d0fd 100644 (file)
@@ -53,6 +53,10 @@ struct Interval_t : public Drul_array<T> {
   T delta () const;
   void set_empty () ;
   void set_full ();
+
+  /*
+    TODO: strip hungarian suffix.
+   */
   bool empty_b () const { return elem (LEFT) > elem (RIGHT); }
   bool contains_b (Interval_t<T> const&) const;
   Interval_t () {