]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "Adds warning for line spanner with right coordinate less than left coordinate"
authorKeith OHara <k-ohara5a5a@oco.net>
Sun, 16 Sep 2012 07:50:41 +0000 (00:50 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Fri, 21 Sep 2012 04:18:51 +0000 (21:18 -0700)
This reverts commit 05b3ddf4bb419c41da16b4be853d823ee0d3a0ec.
The warning was emitted for nearly every use of \endSpanners

lily/line-spanner.cc

index 2be8d1e5032561c8d83a9ab2d3041f7b09bcb094..f80d58132d5fc1a71067c6c44fcbce3d8b06b2d4 100644 (file)
@@ -21,7 +21,6 @@
 #include "axis-group-interface.hh"
 #include "font-interface.hh"
 #include "grob-interface.hh"
-#include "international.hh"
 #include "item.hh"
 #include "lily-proto.hh"
 #include "line-interface.hh"
@@ -369,8 +368,6 @@ Line_spanner::print (SCM smob)
                                                 arrows[LEFT],
                                                 arrows[RIGHT]));
     }
-  else
-    me->warning (_ ("Line spanner's left point is to the right of its right point."));
 
   line.translate (Offset (-me->relative_coordinate (commonx, X_AXIS),
                           simple_y ? 0.0 : -me->relative_coordinate (my_common_y, Y_AXIS)));