X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Finterval.hh;h=be7074c242bec76dc2a599e4e9359e6ad9e73556;hb=17d3559fc93cd3b2cc2afbc240abbe11874373c6;hp=512200f6cf035b70f6f97a83318c469b2a0c04ac;hpb=01097a2a0d059f418cf7803d6c83c41ecc639110;p=lilypond.git diff --git a/flower/include/interval.hh b/flower/include/interval.hh index 512200f6cf..be7074c242 100644 --- a/flower/include/interval.hh +++ b/flower/include/interval.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2010 Han-Wen Nienhuys + Copyright (C) 1996--2011 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -68,6 +68,8 @@ struct Interval_t : public Drul_array at (RIGHT) = max (at (RIGHT), p); } T length () const; + + // Returns RIGHT - LEFT, even if the interval is empty. T delta () const; void set_empty (); void set_full ();