From f76a425cf0a2ca291ca88b62ed5b65524472e1ab Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:21:54 +0000 Subject: [PATCH] lilypond-1.3.51 --- CHANGES | 16 ++++++++++++++-- VERSION | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) 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 -- 2.39.5