X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-grouper-interface.hh;h=aaeb40173805da00562e600c6da20f2a1b7c7b81;hb=40aac0ae57ee113faa860ba221d83d9e6312173e;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..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 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 */