]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-grouper-interface.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / staff-grouper-interface.hh
index a924d907c3f5e9b2217f635380dbac81c4ee8413..3ad0ccf5681831a974bef78061795d3ff9d2d3b8 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2009 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2009--2015 Joe Neeman <joeneeman@gmail.com>
 
   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 */