X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-grouper-interface.hh;h=aaeb40173805da00562e600c6da20f2a1b7c7b81;hb=e7aa6c445f463844dbaa52d38ea4aac2882b5601;hp=0184a7953b1131460dad9452012791f0ccb88c26;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/include/staff-grouper-interface.hh b/lily/include/staff-grouper-interface.hh index 0184a7953b..aaeb401738 100644 --- a/lily/include/staff-grouper-interface.hh +++ b/lily/include/staff-grouper-interface.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2009--2010 Joe Neeman + Copyright (C) 2009--2014 Joe Neeman LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ class Staff_grouper_interface public: DECLARE_GROB_INTERFACE (); - static Grob *get_last_grob (Grob *); + static bool maybe_pure_within_group (Grob *, Grob *child, bool, int, int); }; #endif /* STAFF_GROUPER_INTERFACE_HH */