]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
*** empty log message ***
[lilypond.git] / lily / dot-column.cc
index d44c11ef6df79098ff8c75e84263e592de825dc8..8480362f1e8024a7cd337447c4464f2216a4021c 100644 (file)
@@ -80,7 +80,7 @@ struct Dot_position
   Dot_position ()
   {
     dot_ = 0;
-    pos_ =0;
+    pos_ = 0;
     dir_ = CENTER;
   }
 };
@@ -165,7 +165,7 @@ shift_one (Dot_configuration const &cfg,
            {
              if (new_cfg.find (p) == new_cfg.end ())
                {
-                 offset =0;
+                 offset = 0;
                }
              new_cfg[p + offset] = i->second;
            }
@@ -194,7 +194,7 @@ shift_one (Dot_configuration const &cfg,
            {
              if (new_cfg.find (p) == new_cfg.end ())
                {
-                 offset =0;
+                 offset = 0;
                }
 
              new_cfg[p + offset] = i->second;
@@ -259,7 +259,7 @@ Dot_column::do_shifts (Grob*me)
       dots.del (i);
   
   Dot_configuration cfg;
-  for (int i =0;i < dots.size (); i++)
+  for (int i = 0;i < dots.size (); i++)
     {
       Dot_position dp;
       dp.dot_ = dots[i];
@@ -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"));