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