]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/ various: Introduce stream events of types Prepare,
[lilypond.git] / ChangeLog
index c592213f4f4bf92c41ccd18ce873da641b12d027..e41a15cb299cf8b2ad6d36b4dbc81e379c9766e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
+
+       * lily/ various: Introduce stream events of types Prepare,
+       OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
+       ChangeContext, SetProperty, RevertProperty, Override and Revert.
+
+       * lily/global-context*.cc: Time is now -inf before iteration
+       starts.
+
+       * lily/include/context.hh: Removed unique_, init_
+
+       * Documentation/topdocs/NEWS: Make the feathered beam example
+       avoid triggering a bug.
+
+2006-06-24  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ various: small additions from mailist.
+
+2006-06-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * ly/performer-init.ly: Add some missing links in the context
+       hierarchy for MIDI output. There are probably some more missing!
+
+2006-06-21  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ various: minor spelling fixes;
+       thanks Dave Luttinen!
+
+       * Documentation/user/ various: small clarifications;
+       thanks Anthony Youngman!
+
+2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * po/fr.po: add \n appropriately.
+
+       * lily/lexer.ll: remove ? from version-seen?  
+
+2006-06-19  John Mandereau  <john.mandereau@free.fr>
+
+       * po/fr.po; update translation, by Jean-Charles Malahieude and
+       John Mandereau.
+
+2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * THANKS: add Markus Schneider.
+
+       * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
+       Staff_symbol_engraver
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
+       replace staff_engraver
+
+       * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
+       spanner.
+
+       * lily/staff-collecting-engraver.cc
+       (acknowledge_end_staff_symbol): new function
+
+       * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
+
+       * lily/staff-collecting-engraver.cc
+       (acknowledge_end_staff_symbol): new function.
+
+       * lily/main.cc: switch on relocation by default.
+
+2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/spacing-spanner.cc (musical_column_spacing): set
+       compound_fixed_note_space to 0.0. Document why.
+
+       * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
+       range of inverse_hooke_
+       (Simple_spacer): init completely.
+       (fits): const
+       (get_line_configuration): don't use cols.resize(); it introduces
+       initialized data.
+
+       * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
+
+       * ps/music-drawing-routines.ps: remove selectfont L1 hack.
+
+       * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
+       try. Divide by beatlength.
+
+       * input/regression/beaming-ternary-metrum.ly: update doc.
+       add beatLength hack.
+
+       * scm/music-functions.scm (make-time-signature-set): add
+       standard-beat-grouping. 
+
 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * input/regression/tie-whole.ly: new file.
        * lily/align-interface.cc (align_to_fixed_distance): remove
        hungarian suffix.
 
-       * lily/beaming-pattern.cc (count_factor_twos): oops. We want to
+       * lily/beaming-pattern.cc (count_factor_twos): oops. We want
        x%2==0.
 
 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>