]> git.donarmstrong.com Git - lilypond.git/blob - lily/note-spacing.cc
81eb2aa03bb73d822732c4247527ccc8930bc0cf
[lilypond.git] / lily / note-spacing.cc
1 /*   
2 note-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 "note-spacing.hh"
11 #include "grob.hh"
12
13 bool
14 Note_spacing::has_interface (Grob* g)
15 {
16   return g && g->has_interface (ly_symbol2scm ("note-spacing-interface"));
17 }