]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.27
authorfred <fred>
Sun, 24 Mar 2002 19:29:10 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:10 +0000 (19:29 +0000)
src/texbeam.cc

index 4c59ce3263aaa906373b9739449ffd91c8af18d3..a3b38dde9ea1c96a19c95be52e809a52e0d98c5e 100644 (file)
@@ -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;
     }