#include "lily-proto.hh"
#include "lily-guile.hh"
+//#define ATOM_SMOB
#ifdef ATOM_SMOB
static SCM smob_mark (SCM);
static scm_sizet smob_free (SCM);
static int smob_display (SCM, SCM, scm_print_state*);
- SCM make_smob () const;
public:
+ SCM make_smob () const;
+
Offset off_;
Atom (SCM s);
#include "protected-scm.hh"
#include "cons.hh"
+//#define ATOM_SMOB
+
/** a group of individually translated symbols. You can add molecules
to the top, to the right, etc. */
class Molecule {