From: Han-Wen Nienhuys Date: Wed, 1 Jun 2005 23:39:43 +0000 (+0000) Subject: (before_line_breaking): remove warning about less X-Git-Tag: release/2.5.28~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=843c17c0c1b5c4a444edc4dd6e6164b1b63e40c4;p=lilypond.git (before_line_breaking): remove warning about less than 2 visible stems. We still get a warning when there is only one stem.. --- diff --git a/ChangeLog b/ChangeLog index 5073402bac..fb3c658034 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-02 Han-Wen Nienhuys + + * 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 * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa diff --git a/lily/beam.cc b/lily/beam.cc index 15be9c876e..236e4cff3d 100644 --- a/lily/beam.cc +++ b/lily/beam.cc @@ -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) {