X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-grouper-interface.hh;h=3ad0ccf5681831a974bef78061795d3ff9d2d3b8;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=a924d907c3f5e9b2217f635380dbac81c4ee8413;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/include/staff-grouper-interface.hh b/lily/include/staff-grouper-interface.hh index a924d907c3..3ad0ccf568 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 Joe Neeman + Copyright (C) 2009--2015 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 */