From: fred Date: Tue, 26 Mar 2002 23:55:43 +0000 (+0000) Subject: lilypond-1.3.87 X-Git-Tag: release/1.5.59~1317 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0318b1531f3b53b589a68ba3656e5ef2eab1f0bb;p=lilypond.git lilypond-1.3.87 --- diff --git a/CHANGES b/CHANGES index 974339d20f..fe8475f59d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +1.3.86.jcn2 +================ + +* Made fixes to part-combine examples and Coriolan. + +* Bugfix: don't dump core on unterminated (de)crescendo. + +* Rolled next (M) also into get_music (M), similar to process (M), so that + sequential-music-iterator::get_music (M) returns something useful. + +* Bugfix: part-combiner still expected Music_sequence, where get_music () + now returns plain list of events. + +1.3.86.hwn3 +=========== + +* Fixed problem with disappearing crescendi across line break. + +* Bugfix: dynamic texts should not be set by text-engraver. + +* Rewrote and cleaned up music-iterator. + +* etf2ly robustness fixes. + 1.3.85.hwn2 ===========