From: fred Date: Tue, 26 Mar 2002 23:10:48 +0000 (+0000) Subject: lilypond-1.3.44 X-Git-Tag: release/1.5.59~1687 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=08296566ec46b6e39d8c5ec1f3338209f4fdf9eb;p=lilypond.git lilypond-1.3.44 --- 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