]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/atom.hh
patch::: 1.0.15.jcn3: guilig atoom
[lilypond.git] / lily / include / atom.hh
index 0d88e7ce315cbba217a753c552fdc4c15f32e6f1..fcd434f0ab4f3e0226c2a375edf394f80001f17f 100644 (file)
@@ -9,17 +9,18 @@
 #ifndef ATOM_HH
 #define ATOM_HH
 
+#include "lily-guile.hh"
 #include "string.hh"
 #include "box.hh"
 #include "lily-proto.hh"
 
-
 /// a symbol which can be translated, and freely copied
 class Atom {
   Offset off_;
 public:
   String str_;
   String font_;
+  SCM lambda_;
   Box dim_;
 
   Offset offset () const;