]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
*** empty log message ***
[lilypond.git] / lily / dot-column.cc
index e464b52fa092c92d4dcac6a819065320eb22855d..349d6a7c2a4f5daffeb366ea5b77b93e696a50d0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "dot-column.hh"
@@ -273,7 +273,7 @@ Dot_column::do_shifts (Grob*me)
        }
       
       int p = Staff_symbol_referencer::get_rounded_position (dp.dot_);
-      dp.pos_= p;
+      dp.pos_ = p;
 
       if (dp.extremal_head_)
        dp.dir_ = to_dir (dp.dot_->get_property  ("direction"));