]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.33
authorfred <fred>
Tue, 26 Mar 2002 21:47:37 +0000 (21:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:47:37 +0000 (21:47 +0000)
lily/include/atom.hh
lily/include/molecule.hh

index eb231dc7fd1522883ee8a3eca520933e1881218c..15fc068f5e7a696e27f66a1843f197b10f941010 100644 (file)
@@ -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);
 
index 0a4bae3c29e8be630b0aa7c796595a6d814844fe..a95c3bff5c2b3b8983ccf831580dbf54ee5bfebb 100644 (file)
@@ -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 {