]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/atom.hh
release: 1.1.0
[lilypond.git] / lily / include / atom.hh
index 0d88e7ce315cbba217a753c552fdc4c15f32e6f1..f9621382bc3145370371b23ebe53808b1e53244e 100644 (file)
@@ -9,17 +9,19 @@
 #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:
+  // urg, only used as a temp buffer
   String str_;
   String font_;
+  SCM lambda_;
   Box dim_;
 
   Offset offset () const;