]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/side-position-interface.cc
* lily/side-position-interface.cc (aligned_side): oops. Don't
[lilypond.git] / lily / side-position-interface.cc
index 52d0425fb2d9d3a5f75c731941fb6dbf59a41c88..2352c116d08ae37c9adb54c953734f037e786e32 100644 (file)
@@ -184,7 +184,7 @@ Side_position_interface::aligned_side (Grob *me, Axis a)
              || (Note_head::has_interface (head)
                  && sign (Staff_symbol_referencer::get_position (head)) == - dir))
            {
-             o += dir *(rounded - position) * 0.5 * ss;
+             o += (rounded - position) * 0.5 * ss;
              if (Staff_symbol_referencer::on_line (me, int (rounded)))
                o += dir * 0.5 * ss;
            }