]> git.donarmstrong.com Git - lilypond.git/blob - lily/atom.cc
b6bbb7e598a768c4c2e234edc524013cc962823b
[lilypond.git] / lily / atom.cc
1 /*
2   atom.cc -- implement Atom
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "atom.hh"
10 #include "interval.hh"
11 #include "string.hh"
12 #include "array.hh"
13 #include "debug.hh"
14 #include "dimensions.hh"
15 #include "lookup.hh"
16 #include "main.hh"
17 #include "global-ctor.hh"
18
19 Atom::Atom(SCM s)
20 {
21   func_ = s;
22 }