]> git.donarmstrong.com Git - lilypond.git/commitdiff
beam: if cross-staff, do not use concaveness; issue 657
authorKeith OHara <k-ohara5a5a@oco.net>
Fri, 6 Sep 2013 02:15:01 +0000 (19:15 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Sat, 21 Sep 2013 05:14:07 +0000 (22:14 -0700)
lily/beam-quanting.cc

index ac845103ea8f56c75d608da171224756b557314e..c590802675f8ac188a0c8e6e0df03f5e09a0aed4 100644 (file)
@@ -651,7 +651,7 @@ Beam_scoring_problem::calc_concaveness ()
   if (scm_is_number (conc))
     return scm_to_double (conc);
 
-  if (is_knee_)
+  if (is_knee_ || is_xstaff_)
     return 0.0;
 
   Direction beam_dir = CENTER;