]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(datadir): remove LILYPONDPREFIX support.
[lilypond.git] / ChangeLog
index 5b38082ff6d047a3379e1350ebd809ff4bc13d7c..8580df7eaba53aacad32eb91fdda4b3c8c271144 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,57 @@
+2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scripts/*.py (program_name): cleanup relocation snippets.
+
+       * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
+
+2006-07-24  Joe Neeman  <joeneeman@gmail.com>
+
+       * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
+       page-breakable by default
+
+       * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
+       correctly calculated for a single-system page
+
+       * scm/lily-library.scm (interval-sane?): also check that the first number is no
+       bigger than the second number
+
+       * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
+       acknowledge that we aren't satisfying constraints)
+
+       * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
+       non-Items
+
+       * lily/grob.cc (pure_height): add minimum-Y-extent
+
+       * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
+       ragged
+
+       * lily/constrained-breaking.cc: convert code to use new Matrix class
+       (get_best_solution): new function
+
+       * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
+       is a page with no systems
+
+2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * VERSION (PACKAGE_NAME): release 2.9.13
+
+       * scm/define-grobs.scm (all-grob-descriptions): remove stray
+       assignment.
+
 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * Documentation/topdocs/NEWS.tely (Top): doc new features.
 
-       * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new function.
+       * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
+       function.
 
        * scm/define-grob-properties.scm (all-user-grob-properties):
        remove grace-space-factor.
 
-       * scm/define-grob-interfaces.scm (grace-spacing-interface): add grace-spacing-interface
-       (spacing-options-interface): add. 
+       * scm/define-grob-interfaces.scm (grace-spacing-interface): add
+       grace-spacing-interface
+       (spacing-options-interface): add.
 
        * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver