lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix candidate for 1506 (issue4243060)


From: mtsolo
Subject: Re: Fix candidate for 1506 (issue4243060)
Date: Fri, 08 Apr 2011 10:39:36 +0000

Reviewers: Graham Percival, hanwenn,

Message:
Neil sent an alternative out to lilypond-devel on March 26th with his
own patch.  It seems to be better than this one.  Neil - can you please
throw it up on Rietveld?

Cheers,
Mike

Description:
Fix candidate for 1506

Please review this at http://codereview.appspot.com/4243060/

Affected files:
  M lily/staff-symbol.cc


Index: lily/staff-symbol.cc
diff --git a/lily/staff-symbol.cc b/lily/staff-symbol.cc
index d1629dfb243fbe26d88323a052a9b9aeffd1ce3d..32d6b22d61b4221843bcdc229a2a7dcb8cff5431 100644
--- a/lily/staff-symbol.cc
+++ b/lily/staff-symbol.cc
@@ -67,9 +67,6 @@ Staff_symbol::print (SCM smob)
          Item *x = sp->get_bound (d);

          span_points[d] = x->relative_coordinate (common, X_AXIS);
-         if (!x->break_status_dir ()
-             && !x->extent (x, X_AXIS).is_empty ())
-           span_points[d] += x->extent (x, X_AXIS)[d];
        }

       span_points[d] -= d* t / 2;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]