From 08296566ec46b6e39d8c5ec1f3338209f4fdf9eb Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:10:48 +0000 Subject: [PATCH] lilypond-1.3.44 --- CHANGES | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index eabea191bf..e9cb084f88 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,22 @@ +1.3.43.hwn1 +=========== + +* Put global element list into Line_of_score, instead of +Paper_score. post processing (the stage after line breaking) is now +truly done per-system, and we got rid of an ugly hack to get font +handling OK. + +* Bugfix: set the group-interface of System_start_delimiter. + +* Cleanups of Break_algorithm and derived classes, Move +broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_ + +* Bugfix for accordion symbols. + +* Various patches to prevent crashing when do_brew_molecule gets +called before after_line_breaking (). This was a problem in Spanner +classes mostly. + 1.3.43 ====== diff --git a/VERSION b/VERSION index 5cad32c1ab..d1321c8322 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=43 +PATCH_LEVEL=44 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a -- 2.39.5