]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
patch::: 1.3.37.jcn2
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 830ce5a2885d1678e43ac6ccb5288e7af02bcd64..d0aa853b8257d0a07d1ee4335443840652e4b0df 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,43 @@
-1.3.36.jcn4
+1.3.37.jcn2
 ===========
 
+* Fixed srcdir build, so that you can do:
+
+      tar xzf releases/lilypond-x.y.z
+      mkdir <build>
+      cd <build>
+      ../lilypond-x.y.z/configure
+      make
+
+  as with any other gnu package.  All build output goes to <build>/out.
+
+* Changed and fixed use of different configurations, and different output
+  directories.  Finally, you can use different configurations alongside
+  eachother.  From make/stepmake.make:
+
+      # Use alternate configurations alongside eachother:
+      #
+      #     ./configure --enable-configsuffix=debug
+      #     make conf=debug
+      #
+      # uses config-debug.make and config-debug.h; output goes to out-debug.
+      #
+
+      # Use same configuration, but different output directory:
+      #
+      #     make out=WWW
+      #
+      # uses config.make and config.h; output goes to out-WWW.
+      #
+
+1.3.37.jcn1
+===========
+
+* Fixed performance of (de)crescendi.
+
+* Better documentation for arithmetic_multiplier and arithmetic_basicspace
+  in params.ly.
+
 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
 
@@ -8,7 +45,22 @@
 
 * Fixed another dynamic-line-spanner bug, it gets hairy.
 
-* Added warning for spanners with dubiously narrow parents.
+* Added warning for spanners that are not fully contained in parent spanner.
+
+
+1.3.36.hwn1
+===========
+
+* Abstract Align_element into Align_interface. Removed
+Axis_align_{item,spanner}, Align_element, Super_element, all multiple
+inheritance in the backend.
+
+* new Gade score, INSTALL.texi fixes (thanks, Mats)
+
+* Removed Item::hpos_f (), Score_element::{get,set}_real ()
+
+* comments detailing properties for Axis_group_interface,
+Side_position_interface, Score_element, Item and Spanner
 
 1.3.36.jcn3
 ===========
 
 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
 
-1.3.36.jcn2
-===========
-
 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
 
 * Bugfix: compilation dynamic-engraver.
 
-1.3.36.jcn1
-===========
-
 * Added and updated a faq about postscript and ghostscript.
 
 * Fixed order of slurVerticalDirection verticalDirection in
@@ -39,7 +85,9 @@
 
 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
 
-.3.35.hwn1
+1.3.36
+======
+1.3.35.hwn1
 ===========
 
 * textEmptyDimension changed into textNonEmpty, default: off,