From: fred Date: Tue, 26 Mar 2002 23:22:54 +0000 (+0000) Subject: lilypond-1.3.59 X-Git-Tag: release/1.5.59~1584 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6373764d3ce5c0cece21ad53613a2311afad09d1;p=lilypond.git lilypond-1.3.59 --- diff --git a/CHANGES b/CHANGES index 6b5b31db01..1ddcaf6821 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,38 @@ +1.3.58.hwn1 +=========== + +* Rewrote key sig support. Now key signature can also be controlled +by setting keySignature and localKeySignature properties, eg. + + \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1)) + +sets a key signature of `es ges bes' (an unusual key signature). + +Keys are internally represented as transpositions of the c-major +scale. Printing the key signature for a scale is done by filtering out +all non-natural accidentals. + +* Removed support for \keysignature, and \key something \minor; Newkey +is now obsolete. + +1.3.58.jcn3 +=========== + +* Fixed pedal items (hw) + +* Changed configure option tex-tmfdir to tmf-path now accepting multiple + tfm directories. Automated links to cmr and amstex tfm font directories. + +* Replaced one scm_assoc () u-turn slipped through jcn1 + +* various GUILE 1.3.5 compile fixes + +* Added `Ped' as a compound symbol font and removed silly scheme kerning. + +* Replaced some scheme assoc u-turns with scm_assoc () + +* Ran po-update (mostly because of new ja contribution). + 1.3.57.jcn2 =========== diff --git a/VERSION b/VERSION index 1aae31d4c3..484be829b2 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=58 +PATCH_LEVEL=59 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a