X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fskyline.hh;h=bccac37238d1fbb7948027d92829732aeb87676b;hb=8eafccec8c45891d8e00366ca2f67f67a9c93cf9;hp=c793927c8205ad563b85acd5032e2986414636e4;hpb=d8723823611d16a172dd47b0e39b3ef1621d3ddb;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 */