]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.59
authorfred <fred>
Tue, 26 Mar 2002 23:22:54 +0000 (23:22 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:22:54 +0000 (23:22 +0000)
CHANGES
VERSION

diff --git a/CHANGES b/CHANGES
index 6b5b31db014bc4f62fa49fc9c6e1d4fc54f9c688..1ddcaf682142419246d7e81feb8b4700ba4627fe 100644 (file)
--- 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 1aae31d4c3e0bcbfcb3bcb9f4cf3411dcac48d79..484be829b250fb9a030bbd6b492e38b7e07987b3 100644 (file)
--- 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