From: fred Date: Fri, 17 Jan 1997 13:51:29 +0000 (+0000) Subject: lilypond-0.0.23 X-Git-Tag: release/1.5.59~6398 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fe0141008d74a22840f03616c5ef302860714e93;p=lilypond.git lilypond-0.0.23 --- diff --git a/src/texbeam.cc b/src/texbeam.cc index 652360eee8..bded0d7751 100644 --- a/src/texbeam.cc +++ b/src/texbeam.cc @@ -66,9 +66,10 @@ Lookup::beam(Real &slope, Real width) int sidx = slope_index(slope); if (!slope) return rule_symbol(convert_dimen(2,"pt"), width); - if (width < convert_dimen(2,"pt")) - error("Beam too narrow. " ); - + if (width < convert_dimen(2,"pt")) { + WARN<<"Beam too narrow.\n"; + width = convert_dimen(2,"pt"); + } Real elemwidth = convert_dimen(64,"pt"); int widx = 5;