]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/spacing-interface.hh
* The grand 2005-2006 replace.
[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
9 struct Spacing_interface
10 {
11   static bool has_interface (Grob *);
12 };
13