]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-grouper-interface.hh
f5feaeb85db19021ef087f34b0eee515c869fa82
[lilypond.git] / lily / include / staff-grouper-interface.hh
1 /*
2   staff-grouper-interface.hh -- declare Staff_grouper_interface
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2009 Joe Neeman <joeneeman@gmail.com>
7 */
8
9 #ifndef STAFF_GROUPER_INTERFACE_HH
10 #define STAFF_GROUPER_INTERFACE_HH
11
12 #include "grob.hh"
13
14 class Staff_grouper_interface
15 {
16 public:
17   DECLARE_GROB_INTERFACE ();
18
19   static Grob *get_last_grob (Grob *);
20 };
21
22 #endif /* STAFF_GROUPER_INTERFACE_HH */