From: fred Date: Tue, 26 Mar 2002 21:47:37 +0000 (+0000) Subject: lilypond-1.1.33 X-Git-Tag: release/1.5.59~2560 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=399d52bf06964d049c115c8c1684df3b141a59db;p=lilypond.git lilypond-1.1.33 --- diff --git a/lily/include/atom.hh b/lily/include/atom.hh index eb231dc7fd..15fc068f5e 100644 --- a/lily/include/atom.hh +++ b/lily/include/atom.hh @@ -15,6 +15,7 @@ #include "lily-proto.hh" #include "lily-guile.hh" +//#define ATOM_SMOB #ifdef ATOM_SMOB @@ -25,8 +26,9 @@ class Atom { 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); diff --git a/lily/include/molecule.hh b/lily/include/molecule.hh index 0a4bae3c29..a95c3bff5c 100644 --- a/lily/include/molecule.hh +++ b/lily/include/molecule.hh @@ -16,6 +16,8 @@ #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 {