]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/spacing-interface.hh
* flower
[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--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 struct Spacing_interface
10 {
11   static bool has_interface (Grob *);
12 };
13