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