]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(process_acknowledged): don't create
[lilypond.git] / ChangeLog
index 5de116073a1640c1aacbf35004752e765e560644..9077c550debfa377e43b313a946f108a1dfda938 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,40 @@
+2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/accidental-engraver.cc (process_acknowledged): don't create
+       accidental for trill span event. This fixes spurious accidentals
+       on trills.
+
+2006-08-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       Clarify documentation of side-axis and direction. Thanks to Paul
+       for the inspiration.
+
+       * lily/bar-line.cc: Add documentation for "||:" also in the
+       interface documentation.
+
+2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
+
+       * lily/paper-column.cc (set_system): new function.
+
+       * lily/spacing-engraver.cc (stop_translation_timestep): store
+       SpacingSpanner refs in Paper_column.
+
+       * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
+       compute loose clique spacing using GraceSpacing/SpacingSpanner.
+
+2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/beam-engraver.cc (listen_beam): add method for
+       Grace_beam_engraver too.
+
 2006-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * python/convertrules.py: Fix indentation bug that broke
        conversion of files older than 1.3.117.
+       Fix escape error in the description for 2.9.6.
 
 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>