From bd4df003078e2ac90d5621c731307afbec3a6e81 Mon Sep 17 00:00:00 2001 From: hanwen Date: Wed, 1 Jun 2005 23:39:43 +0000 Subject: [PATCH] (before_line_breaking): remove warning about less than 2 visible stems. We still get a warning when there is only one stem.. --- ChangeLog | 6 ++++++ lily/beam.cc | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) 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) { -- 2.39.5