]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column.cc
patch::: 1.3.136.jcn3
[lilypond.git] / lily / dot-column.cc
index db7e3b0d3c10e7f9b9906b0bfacc369df8bffec4..a3c30cc4440b9cdd435b0d89ed4ae926e3a7ffb9 100644 (file)
@@ -46,7 +46,7 @@ Dot_column::set_interface (Grob* me)
  */
 
 
-MAKE_SCHEME_CALLBACK(Dot_column,force_shift_callback,2);
+MAKE_SCHEME_CALLBACK (Dot_column,force_shift_callback,2);
 SCM
 Dot_column::force_shift_callback (SCM element_smob, SCM axis)
 {
@@ -88,7 +88,7 @@ Dot_column::do_shifts (SCM l)
        }
       taken_posns.push ((int)p);
       s.unite (Slice ((int)p,
                    (int)p));      
+ (int)p));      
     }
 
   if (!conflicts)
@@ -99,7 +99,7 @@ Dot_column::do_shifts (SCM l)
     +1 -> off by one 
    */
   int pos = middle - dots.size () + 1;
-  if (!(pos % 2))
+  if (! (pos % 2))
     pos ++;                    // center () rounds down.
 
   for (int i=0; i < dots.size (); pos += 2, i++)