]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/atom.hh
c2fb413312689fd2d6b4d656c951ae20325e9c94
[lilypond.git] / lily / include / atom.hh
1 /*
2   atom.hh -- declare Atom
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #ifndef ATOM_HH
10 #define ATOM_HH
11
12 #include "lily-proto.hh"
13 #include "box.hh"
14 #include "lily-guile.hh"
15
16 SCM fontify_atom (Font_metric*, SCM atom);
17
18 #endif