]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
release: 1.3.87
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 661c3999a15f35c0b560a6940906afa002bf3133..fe8475f59d96c4a43d5a89774ceff0bbe0b1d0cc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,35 +1,26 @@
-1.3.86.jcn3
-===========
-
-* Made several fixes, simple music starts to work.
-
 1.3.86.jcn2
-===========
+================
 
-* Replaced try_music and next functionality of do_process_and_next by
-  get_music and next.  Process functionality of do_process_and_next
-  is handled by do_process.
+* Made fixes to part-combine examples and Coriolan.
 
-1.3.86.jcn1
-===========
+* Bugfix: don't dump core on unterminated (de)crescendo.
 
-* Fixed chord iteration.
+* Rolled next (M) also into get_music (M), similar to process (M), so that
+  sequential-music-iterator::get_music (M) returns something useful.
 
-1.3.85.jcn5
-===========
-
-* Modified part-combiner to use new get_music ()/next () music iterator
-  functionality.
+* Bugfix: part-combiner still expected Music_sequence, where get_music ()
+  now returns plain list of events.
 
-1.3.85.jcn4
+1.3.86.hwn3
 ===========
 
-* Added clone () to music iterators, so that we can do next () on a copy.
+* Fixed problem with disappearing crescendi across line break.
 
-1.3.85.jcn3
-===========
+* Bugfix: dynamic texts should not be set by text-engraver. 
+
+* Rewrote and cleaned up music-iterator.
 
-* Added get_music () and next () to music iterators.
+* etf2ly robustness fixes.
 
 1.3.85.hwn2
 ===========