]> git.donarmstrong.com Git - lilypond.git/commitdiff
(before_line_breaking): remove warning about less
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 1 Jun 2005 23:39:43 +0000 (23:39 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 1 Jun 2005 23:39:43 +0000 (23:39 +0000)
than 2 visible stems. We still get a warning when there is only
one stem..

ChangeLog
lily/beam.cc

index 5073402bac9a2ad64646fb3e518698614ee98e1f..fb3c65803447360e5424708d91a9288fbfe4a14f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/beam.cc (before_line_breaking): remove warning about less
+       than 2 visible stems. We still get a warning when there is only
+       one stem..
+
 2005-06-01  Werner Lemberg  <wl@gnu.org>
 
        * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
index 15be9c876e81573753e1b63db1259faa7abb2b64..236e4cff3d6f9023f73c017e4e88c288f3008137 100644 (file)
@@ -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)
        {