]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.33
authorfred <fred>
Tue, 26 Mar 2002 22:47:04 +0000 (22:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:47:04 +0000 (22:47 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 69278c3e1ab6614bc3d38c7161c1b552f7556231..5ee74be6f69105a9c61c0421691c320b503eb882 100644 (file)
--- 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.