Hi there,
just a quickie release to incorporate some fixes by Jan & others.
Please also apply the following patch for errorless compile.
--- lily/bezier.cc.orig Tue Apr 21 11:10:03 1998
+++ lily/bezier.cc Tue Apr 21 11:10:13 1998
@@ -103,7 +103,7 @@
Offset z1 = curve_[i-1];
Offset z2 = curve_[i];
Real multiplier = (x - z2.x ()) / (z1.x () - z2.x ());
- Real y = z1.y () * multiplier + (1.0 - multiplier) z2.y();
+ Real y = z1.y () * multiplier + (1.0 - multiplier) * z2.y();
return y;
}
pl 58
- more *.make hacking
- bracket fix (AG)
- clef fix (PC)
pl 57.jcn1
- reincluded test/bow.cc
- promoted Bezier bows to standard
* bf's: broken slurs
* some bf's: verneukeratificering van JCN code
* some bezier slur doco
* calculate Ties with Bezier bow
* junked tex-slur.cc
* junked ps-slur code
* junked height-only slur-correction
* lots of bezier/slur fixes
* bezier:blow_fit
--
Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter
http://www.cs.ruu.nl/people/hanwen/lilypond/index.html