]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/atom.cc
patch::: 1.0.15.jcn3: guilig atoom
[lilypond.git] / lily / atom.cc
index 76b59197d39219634b934a0f5761588a76705558..3f79970b7154d1ad8f369db4c40ec088a7e7cfd8 100644 (file)
@@ -76,12 +76,14 @@ Atom::Atom ()
     But Atom is used as a simple type *everywhere*,
     and we don't have virtual contructors.
    */
+  lambda_ = 0;
   str_ = global_lookup_l->unknown_str ();
 }
 
 Atom::Atom (String s, Box b)
   :  dim_ (b)
 {
+  lambda_ = 0;
   str_ = s;
 }