]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(music_property_def): oops. SCM_UNDEFINED
[lilypond.git] / ChangeLog
index 6d0e5451c99146f41040269be958d305c6ecd399..d8aedc4d71eebe1f7d42fd04ede8b7965760eb18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
+2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
+       forgotten with scm_list_n. Fixes spurious coredumps.
+
+       * lily/accidental-engraver.cc (stop_translation_timestep): move
+       update of localKeySignature to stop_translation_timestep (). This
+       makes sure that all ties are noticed at the right moment.
+       (stop_translation_timestep): clear tie only when right-side
+       notehead was seen.
+       (number_accidentals_from_sig): cleanup. 
+
+       * input/regression/accidental-tie.ly (mus): new file
+
+       * input/regression/tie-accidental, tie-break-accidental.ly: remove
+       these longish tests.
+
 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
+
+       * THANKS: update bugreporter list.
+
        * lily/beam.cc (print): broken beams last until end of staff.
        (print): broken beams start from prefatory matter.