From 10f07920cdd2ef4d1ce6e856aeaf27d6f6d3f974 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:46:28 +0000 Subject: [PATCH] lilypond-1.3.29 --- CHANGES | 41 +++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2f2baa38ed..d992a22dfa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,44 @@ +1.3.28.jcn4 +=========== + +* Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow. + Slurs are now calculated just once. + +1.3.28.jcn3 +=========== + +* Bezier_bow gets constants from paper. Still no sensible solution for + magic asymmetry gradient step constants. + +* Reinstantiated tangent-controls, more flexible than ever. You can choose + between area asymmetry and tangent-controls. My guess is, tangent controls + will be junked in 1.3.30. + +1.3.28.jcn2 +=========== + +* Slur area: only look at x-gradient. + +* Added credits for some symbols of as5/9 fonts. + +* Bugfix: don't make almost flat slurs, change in de-uglyfy slur. + +* Bugfix: midi2ly put out recent version (ugh). + +1.3.28.hwn2 +=========== + +* Bugfix: don't forget to process staffSpace and numberOfStaffLines +properties. + +* Removed Gade score. To appear (shortly?) on Mutopia. + +* Make Bar_script_engraver look for typeVisibilityFunction (eg +property barNumberVisibilityFunction). Changed the names of the Scheme +functions to be understandable. See input/test/bar-script-visibility.ly + +* rewrite of class Molecule. It has now reached the ultimate quality +plateau. All molecule data is now shared. 1.3.28 ====== diff --git a/VERSION b/VERSION index eccd0728c3..8d61b7e43a 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=28 +PATCH_LEVEL=29 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a -- 2.39.5