]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
Merge with master
[lilypond.git] / lily / beam.cc
index a782cdfac466447ee95429fc26b119488e021365..ecc9d0b5a6ea979dcec6546bb7078fe44cf8ebac 100644 (file)
@@ -554,7 +554,7 @@ Beam::print (SCM grob)
                                    (me->layout ()->self_scm (), properties, quant_score));
 
       if (!score.is_empty ())
-       the_beam.add_at_edge (Y_AXIS, stem_dir, score, 1.0, 0);
+       the_beam.add_at_edge (Y_AXIS, stem_dir, score, 1.0);
     }
 #endif