From: fred Date: Sun, 24 Mar 2002 19:29:10 +0000 (+0000) Subject: lilypond-0.0.27 X-Git-Tag: release/1.5.59~5536 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8ae7020ff302700d30e18ef91144f35b1b25f273;p=lilypond.git lilypond-0.0.27 --- diff --git a/src/texbeam.cc b/src/texbeam.cc index 4c59ce3263..a3b38dde9e 100644 --- a/src/texbeam.cc +++ b/src/texbeam.cc @@ -34,7 +34,7 @@ static int slope_index(Real &s) { if (abs(s) > 0.5) { - WARN << "beam steeper than 0.5"; + WARN << "beam steeper than 0.5\n"; s = sign(s) * 0.5; }