]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-line.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / bar-line.cc
index cd508de8bff81ab48e6cc2daf2252adbcf3d5974..4922a84d37b29921d1e5a79d29c4ccd1508f1f0d 100644 (file)
@@ -124,7 +124,7 @@ Bar_line::compound_barline (Grob *me, string str, Real h,
 
       for (int i = 0; i < c - 1; i++)
        {
-         Real y = (- (c - 1.0) / 2 + 0.5 + i) * staff_space;
+         Real y = (- (c - 1.0) / 2 + 0.5 + i * staff_space);
          Stencil d (dot);
 
          d.translate_axis (y, Y_AXIS);