From 9fcbb986a091562a0ba73fc5a1832e3131eaf01d Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 22 Oct 2000 00:42:11 +0000 Subject: [PATCH] lilypond-1.3.97 --- CHANGES | 44 ++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ee5e336d24..8c6ace17ad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,47 @@ +1.3.96.jcn10 +============ + +* Made small fixes to basic properties: regression-test compiles. + +* Moved Text_script_req's text_ member into mus-property. + +* Renamed ChordName to ChordNames, for consistancy. + +* Resurrected most of chord names, superscripting and kerning + is currently broken, though. + +* Junked all old style text lookups, except for feta definitions. + +* Added support for name-based character lookups. + +* Added support for font styles and papersize style sheets. + +* Added new code for font selection and scm text markup. Only used + for testing in \textscript SCM. See input/test/markup.ly. + +* Fixed (added actually, it got lost?) word-space for chords. + +* Added slope-limit and attachment-offset properties to slur. + +* Slur's broken trend now weighs in the number of note-columns. + +* Spacing tweaks + +1.3.96.hwn1 +=========== + +* Mudela-book fixes (Tom Cato Amundsen) + +* Put marks above chords. + +* Solaris fix. + +* Type checking for \push and \pop; elt property description (docs +inclusive) is now in Scheme. + +* Self-documenting backend using ly/generate-documentation.ly + + 1.3.95.jcn5 =========== diff --git a/VERSION b/VERSION index e089428ecd..23c4d59326 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=96 +PATCH_LEVEL=97 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a -- 2.11.4.GIT