]> git.donarmstrong.com Git - lilypond.git/blob - lily/staff-spacing.cc
release: 1.5.29
[lilypond.git] / lily / staff-spacing.cc
1 /*   
2 staff-spacing.cc --  implement Staff_spacing
3
4 source file of the GNU LilyPond music typesetter
5
6 (c) 2001--2002  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
19
20 /*
21   
22   TODO: move computation of clef/key-sig/whatever to first-note
23   distance here.
24
25 */