]> git.donarmstrong.com Git - lilypond.git/blobdiff - boxes.hh
release: 0.0.5
[lilypond.git] / boxes.hh
index c9ff3e62efa952b215c98acdee2af1a8af9f10da..5d0be85452fdaf7a0ca9a7fbadecd05876f9cdb6 100644 (file)
--- a/boxes.hh
+++ b/boxes.hh
@@ -49,7 +49,7 @@ struct Interval {
        if (h.max>max)
            max = h.max;
     }
-    
+    Real length() const;
     void set_empty() ;
     bool empty() { return min > max; }
     Interval() {