]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dimension-cache.cc
* scm/drums.scm (reset-drum-kit): new function.
[lilypond.git] / lily / dimension-cache.cc
index f92c7e4f68a1db0e8e2d3cfd86b657c3ff90866c..c98b949fd31a81bc3a79571f55999d6e45471c25 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
  */
 #include <math.h>
 #include "warn.hh"
@@ -20,7 +20,7 @@ Dimension_cache::Dimension_cache (Dimension_cache const &d)
   offset_ = d.offset_;
   offset_callbacks_ = d.offset_callbacks_;
   offsets_left_ = d.offsets_left_;
-  parent_l_ = d.parent_l_;  
+  parent_ = d.parent_;  
 }
 
 Dimension_cache::Dimension_cache ()
@@ -37,7 +37,7 @@ Dimension_cache::init ()
   offset_callbacks_ = SCM_EOL;
   offset_ =0.0;
   
-  parent_l_ =0;
+  parent_ =0;
 }