From: fred Date: Tue, 26 Mar 2002 22:47:10 +0000 (+0000) Subject: lilypond-1.3.34 X-Git-Tag: release/1.5.59~1816 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e87ccdd31f3a77015bcf9a4ae173d4c4b3d5fcb2;p=lilypond.git lilypond-1.3.34 --- diff --git a/CHANGES b/CHANGES index 5ee74be6f6..7f45cd778b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,45 @@ +1.3.34 +====== +1.3.33.hwn2 +=========== + +* Print key without setting key, syntax "\key ;". General cleanups of +key-item. + +* Add paragraph tags in HTML output of mudela-book. Music fragment +don't run into the text anymore. + +* Bugfix: don't align the first line of text. (Lookup::text ()). + +* Abstract away data members of Axis_group_element, Align_element + + +1.3.33.jcn3 +=========== + +* Added helpful properties instrumentScriptPadding/instrScriptPadding for + Staff_margin_engraver. + +* Removed some empty files, substituted (c) 1999 occurrences. + +* Added \property maximumRestCount. It will prevent showing (or actually: + moving in case of a collision) more than maximumRestCount similar rests. + WIP! + +* Rewrote Staff_margin_engraver. Staff margin texts now hang on a new + breakable item: Left_edge_item. + +* Fixed vertical alignment for dynamic elements. Orphaned dynamic items + (not supported by a Dynamic_line_spanner) still collide with Staff, + although they now have staff support, which was supposed to fix this. + +* Fixed Staff_margin_engraver for "instrument", "instr" is still broken. + +* Dynamic elements are only put in a Dynamic_line_spanner if there + actually is more than one adjacent note-column with a dynamic. + This breaks the fine looks of all dynamics, again :-) + + 1.3.33 ====== diff --git a/VERSION b/VERSION index 0c7ec16646..42ffa362e5 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=33 +PATCH_LEVEL=34 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a