2 atom.cc -- implement Atom
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #include "interval.hh"
14 #include "dimensions.hh"
17 #include "global-ctor.hh"
18 #include "font-metric.hh"
26 Atom::fontify (Font_metric * met)
28 SCM desc = ly_quote_scm (met->description ());
29 SCM font_switch = gh_list (ly_symbol2scm ("select-font"),
34 func_ = gh_list (ly_symbol2scm ("string-append"),