]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
(unfold-repeats): remove debugging display.
[lilypond.git] / lily / beam.cc
index 15be9c876e81573753e1b63db1259faa7abb2b64..868470c3b52ae07a6339570c3b7ab32f4e49c870 100644 (file)
@@ -42,7 +42,7 @@
 #include "warn.hh"
 
 #if DEBUG_QUANTING
-#include "text-item.hh" // debug output.
+#include "text-interface.hh" // debug output.
 #include "font-interface.hh" // debug output.
 #endif
 
@@ -139,8 +139,6 @@ Beam::before_line_breaking (SCM smob)
   int count = visible_stem_count (me);
   if (count < 2)
     {
-      me->warning (_ ("beam has less than two visible stems"));
-
       SCM stems = me->get_property ("stems");
       if (scm_ilength (stems) == 1)
        {