From: fred Date: Tue, 26 Mar 2002 23:21:54 +0000 (+0000) Subject: lilypond-1.3.51 X-Git-Tag: release/1.5.59~1634 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f76a425cf0a2ca291ca88b62ed5b65524472e1ab;p=lilypond.git lilypond-1.3.51 --- diff --git a/CHANGES b/CHANGES index 2be8dd6bfb..af80dfea24 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,18 @@ +1.3.50 +====== -1.3.49.hwn2 -=========== +* Item cleanups. Copying items and rearranging pointers are done in +separate passes, which makes the code cleaner. This fixes a problem +with some items not disappearing from hara-kiri staffs. + +* Use Scheme for Key_item data members. + +* Don't use regex in chord-names.scm under windows; hybrid chordnames + user+calculated will be partly broken. + + +1.3.50 +====== * Junked Shift_tuple from collision; Now it uses SCM. diff --git a/VERSION b/VERSION index c03a84f994..b5601a0786 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=50 +PATCH_LEVEL=51 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a