]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/atom.hh
release: 1.3.28
[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 translate_atom (Offset, SCM);
17 SCM translate_atom_axis (Real, Axis,SCM); 
18 SCM fontify_atom (Font_metric*, SCM atom);
19
20 #endif