]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
release: 1.3.93
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9b04a9f385c6df507782e4e6115dab32b2dab41a..7165bea58744f79ea3618c667baa2feed2a686fd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,72 @@
-1.3.91.jcn1
+1.3.92.jcn2
 ===========
 
-* Abort all running spanners when part-combiner combines voices.
+* Added some error messages for toplevel and stray string parse errors.
+
+* Don't start more than one slur at a time.
 
-1.3.90.jcn1
+* Set direction of Slur too in a2-engraver.
+
+1.3.92.hwn1
 ===========
+* Removed calls to global GUILE namespace.
+
+* Added \property: scriptDefinitions, explicitClefVisibility,
+explicitKeySignatureVisibility, instrumentEqualizer,
+dynamicAbsoluteVolumeFunction
+
+* Added element properties Bar::break-glyph-function,
+Break_align_item::space-alist, Chord_name::chord-name-function
+
+* Added \property combineParts: part combiner switched off by default.
+
+
+* Remove all print methods.
+
+* Use Scope::try_retrieve if possible.
+
+* Remove FAQ in favor of URL.
+
+* etf2ly.py robustness fixes.
+
+* Don't compensate for left edge in broken volta spanner.
+
+1.3.92
+======
+
+* RPM .spec fixes.
+
+* italiano.ly
+
+* mudela-book updates by Tom Cato Amundsen.
+
+* Allow lyric hara kiri as well.
+
+* Bugfix: left/right mixup  in Side_position_interface::aligned_on_self ()
+
+* rest collision of differing rests.
+
+* Cleanup of Sequential_music_iterator, Simple_music_iterator.
+
+* Unfolded_repeat_iterator now signals repeats using \property
+  repeatCommands. You could override this, eg.
+
+       \property Score.repeatCommands = #'((volta "X") start-repeat)
+
+  will print a |: and a volta bracket saying X. See also
+  input/test/manual-volta.ly
+  
+* Volta_engraver, Repeat_acknowledge_engraver: new engravers that are
+controlled by repeatCommands; much cleaner than the Repeat_engraver.
+
+* Junked Repeat_engraver.
+
+1.3.91.jcn1
+===========
+* Abort all running spanners when part-combiner combines voices.
+
+1.3.91
+======
 
 * Use S_ISDIR () and check for stat.h.