]> git.donarmstrong.com Git - lilypond.git/blob - lily/staff-spacing.cc
release: 1.5.27
[lilypond.git] / lily / staff-spacing.cc
1 /*   
2 staff-spacing.cc --  implement 
3
4 source file of the GNU LilyPond music typesetter
5
6 (c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
8  */
9
10 #include "staff-spacing.hh"
11 #include "grob.hh"
12
13 bool
14 Staff_spacing::has_interface (Grob* g)
15 {
16   return g && g->has_interface (ly_symbol2scm ("staff-spacing-interface"));
17 }
18