X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fskyline.hh;h=bccac37238d1fbb7948027d92829732aeb87676b;hb=e9a308e9c6002900fc336733950a0175bcbcc333;hp=c793927c8205ad563b85acd5032e2986414636e4;hpb=a69eb3b3dfed77344ffd4d54580fa8985c27568e;p=lilypond.git diff --git a/lily/include/skyline.hh b/lily/include/skyline.hh index c793927c82..bccac37238 100644 --- a/lily/include/skyline.hh +++ b/lily/include/skyline.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006 Joe Neeman + (c) 2006--2007 Joe Neeman */ #ifndef SKYLINE_HH @@ -72,6 +72,7 @@ public: Real height (Real airplane) const; Real max_height () const; void set_minimum_height (Real height); + bool is_empty () const; }; class Skyline_pair @@ -90,6 +91,7 @@ public: void merge (Skyline_pair const &other); Skyline &operator [] (Direction d); Skyline const &operator [] (Direction d) const; + bool is_empty () const; }; #endif /* SKYLINE_HH */