CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/01 23:39:44

Modified files:
        .              : ChangeLog 
        lily           : beam.cc 

Log message:
        (before_line_breaking): remove warning about less
        than 2 visible stems. We still get a warning when there is only
        one stem..

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3706&tr2=1.3707&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/beam.cc.diff?tr1=1.300&tr2=1.301&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3706 lilypond/ChangeLog:1.3707
--- lilypond/ChangeLog:1.3706   Wed Jun  1 19:21:57 2005
+++ lilypond/ChangeLog  Wed Jun  1 23:39:43 2005
@@ -1,3 +1,9 @@
+2005-06-02  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
 
        * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
Index: lilypond/lily/beam.cc
diff -u lilypond/lily/beam.cc:1.300 lilypond/lily/beam.cc:1.301
--- lilypond/lily/beam.cc:1.300 Sat Apr 30 23:43:03 2005
+++ lilypond/lily/beam.cc       Wed Jun  1 23:39:43 2005
@@ -139,8 +139,6 @@
   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)
        {


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to