]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/spacing-interface.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / spacing-interface.hh
1 /*
2   spacing-interface.hh -- declare Spacing_interface
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8 #include "grob-interface.hh"
9 #include "lily-proto.hh"
10
11 struct Spacing_interface
12 {
13   DECLARE_GROB_INTERFACE();
14 };
15