From: fred Date: Tue, 26 Mar 2002 22:47:04 +0000 (+0000) Subject: lilypond-1.3.33 X-Git-Tag: release/1.5.59~1821 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d01cc04924d6c16920b876452e201c901cd84ef2;p=lilypond.git lilypond-1.3.33 --- diff --git a/CHANGES b/CHANGES index 69278c3e1a..5ee74be6f6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,65 @@ +1.3.33 +====== + +1.3.32.hwn3 +=========== + +* Experiment: use STL map for Scheme_hash_table; Is there a speedup? + +* Bugfix: print brace iso. bracket for Piano / GrandStaff + +* Change naming: change do_post_processsing into after_line_breaking, +do_pre_processsing into before_line_breaking and do_process_requests +into do_process_music. + +* Bugfix in hash-table.hh: do quadratic probing, and not cubic probing. + +* Display property name for type error. + +* Cleanups for Dynamic_engraver and Dynamic_line_spanner. + +* Warn if last column in score is musical. Helps catch programming errors. + +* Spanner::spanned_drul_ now is private. + +* Rewrote some bar code: moved molecule functions out of Lookup. + +1.3.32.jcn3 +=========== + +* Embedded newlines in text items are now allowed. This helps avoiding + TeX-hacking in some cases. See input/test/coriolan-margin.ly + +* Fixed stupid x-y interchange bug for staff-bracket. This fixes + placement of staff-brackets. + +* Fixed bracket/arch-thickness interchange bug, and made bracket a bit + thinner. + +* Fixed slur/bezier-beautiful name mismatch. This should fix the steep + slurs that were apparently reintroduced in 1.3.29. + +* Made some small fixes to Coriolan. + +* Removed duplicate lily/output-property-engraver.hh. + +* Removed optional use of vanilla spanner in Dynamic_engraver. + +* Fixed (measured) tremolo for Stem and Beam. Merged declarations + stem-engraver.hh and chord-tremolo-engraver.hh into their .cc + implementation file. Also fixed looks of Chord tremolo, input and + implementation is still ugly. + +* Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit + parser and lexer. + +1.3.31.mb1 +========= + +* Fixed \specialkey and \normalkey. Updated documentation. + +1.3.32 +====== 1.3.31.jcn5 =========== @@ -8,9 +70,6 @@ * Various fixes to Coriolan, score starts to look acceptable. -1.3.31.jcn3 -=========== - * Moved optional text of crescendo into Crescendo spanner. Fixed horizontal and vertical alignment of dynamics. @@ -19,9 +78,6 @@ stuck. I'm not sure whose fault this is, Lily's MIDI output may be stretching the standard a bit. -1.3.30.jcn4 -=========== - * Adjacent dynamic markings are now grouped on a horizontal line, but it's not perfect yet: they're always below the staff and no horizontal spacing is done. Also, character metrics of dynamics are still not used.