]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-grouper-interface.hh
Change the behavior of nested StaffGroupers.
[lilypond.git] / lily / include / staff-grouper-interface.hh
index 3562ca0e5d2063b1196ba6781dd6804df39f02c7..d26169e4bd6107d05cc99cd888e65560eaf72b59 100644 (file)
@@ -27,7 +27,7 @@ class Staff_grouper_interface
 public:
   DECLARE_GROB_INTERFACE ();
 
-  static Grob *get_maybe_pure_last_grob (Grob *, bool, int, int);
+  static bool maybe_pure_within_group (Grob *, Grob *child, bool, int, int);
 };
 
 #endif /* STAFF_GROUPER_INTERFACE_HH */