]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.60
authorfred <fred>
Tue, 26 Mar 2002 23:23:09 +0000 (23:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:23:09 +0000 (23:23 +0000)
CHANGES
input/test/multi-measure-rest.ly

diff --git a/CHANGES b/CHANGES
index 1ddcaf682142419246d7e81feb8b4700ba4627fe..e721f26d8c1800c93c2f925bdede38a0e537c805 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,27 @@
+1.3.59.hwn1
+===========
+
+* Removed String_identifier, and use the type system of GUILE instead.
+
+* Fixed \key PITCH MODALITY syntax. The modality argument is now
+mandatory, a rule in convert-mudela has been added.
+
+* Cleaned up  buildscripts/ directory: removed obsolete scripts.
+
+* Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
+based on STL and should be faster than hash_table.
+
+
+1.3.59.jcn1
+===========
+
+* Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
+  in the process reduced number of protect/unprotect calls.  With
+  guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
+  just 10% above the 1.2 level.  Also, Lily's a bit faster.
+
+* Fixed make diff bug in stepmake to be able to make this diff :-)
+
 1.3.58.hwn1
 ===========
 
index c0e477979c9cb9899b5e627e383f1d7ee161cbe7..267f3081d2020ffb233befcc1023486fd47df9fc 100644 (file)
@@ -1,5 +1,6 @@
+\version "1.3.59";
 
-\score { \notes { \time 3/4; \key cis;
+\score { \notes { \time 3/4; \key cis \major;
            R2.*15 R2. R2.*7 }
        \paper {
        \translator {