From: fred Date: Wed, 27 Mar 2002 01:20:56 +0000 (+0000) Subject: lilypond-1.5.7 X-Git-Tag: release/1.5.59~577 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b8268e074fcfe7495cc3a4a701c9b124dbf1c954;p=lilypond.git lilypond-1.5.7 --- diff --git a/CHANGES b/CHANGES index 70dd2d3d06..843016ab2a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,53 @@ +1.5.6.jcn2 +========= + +* Use Cygwin included Python; drop Windows Python and workarounds. + +* Include make/lilypond.mandrake.spec (unchecked!) and README.mandrake. + +* Comment out two non existing examples in regression test, add one +missing from 1.5.5 distribution. + +* Revert silly grace-with-braces stuff in tutorial. + +* Add short crescendo bug to input/bugs. + +* Update and bit more verbose download instructions in INSTALL, + fix some links on ftp.lilypond.org. + + +1.5.6.hwn1 +========== + +* Grace note bugfixes. + +* Move staff-adjacency detection (for the spacing engine) to +Separating_group_spanner. + +* Loose column support: clef changes, key changes may be folded underneath +notes in a different staff. See input/regression/spacing-folded-clef.ly. +Changes were made to + + - Separating_group_spanner: decide which columns are loose + + - Simple_spacer, New_spacing_spanner: only look at non-loose columns. + + - Line_of_score: set horizontal positions for loose columns. + +1.5.6 +===== + +* Loose column support: clef changes, key changes may be folded +underneath notes in a different staff; changes made to + + - Separating_group_spanner: decide which columns are loose + + - Simple_spacer, New_spacing_spanner: only look at non-loose columns. + + - Line_of_score: set horizontal positions for loose columns. + + + 1.4.6.mb1 ========= diff --git a/VERSION b/VERSION index 05d768bbe8..7a3efe2e82 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 -PATCH_LEVEL=6 +PATCH_LEVEL=7 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a