]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
patch::: 1.3.41.jcn2
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 7e58070ff217386ba4f50b2733922c97257bc02c..71b2b44f4a6a1ffcc605d3baf85383b4cb14589b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,77 @@
+--- ../lilypond-1.3.41.jcn1/CHANGES    Thu Mar 30 17:50:26 2000
+++ b/CHANGES   Sat Apr  1 13:09:18 2000
+@@ -1,3 +1,13 @@
+1.3.41.jcn2
+===========
+
+* Lots of fixes to windows distribution scripts.
+
+* Added configuration features --program-prefix, --program suffix.
+
+* lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
+This fixes inversions c/g and bass additions d/+c on chords.
+
+ 1.3.41.jcn1
+ ===========
+ --- ../lilypond-1.3.41/CHANGES        Thu Mar 30 04:05:01 2000
+++ b/CHANGES   Fri Mar 31 00:30:53 2000
+@@ -1,3 +1,10 @@
+1.3.41.mwd1
+===========
+
+* Fixed extra dots on repeat span-bars.
+
+* Changed the look of :|: repeat bars.
+
+ 1.3.40.jcn3
+ ===========
+ 1.3.41.jcn1
+===========
+
+* More windows distribution changes: distribute minimal .zip too, and
+fixes to setup scripts.
+
+1.3.40.jcn3
+===========
+
+* mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
+
+* input/test: Removed stale AutoStaffSwitch examples.
+
+* mutopia/E.Saite: Fixed gnossiene-4, doing \autochange.  Removed
+stale copy of gnossiene-4.
+
+* buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
+
+* make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
+for cross-building to Cygwin.
+
+* buildscripts/make-cygwin-cross.sh: Now using rpm packages.
+
+1.3.40.hwn2
+===========
+
+* added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
+
+* New_chord_tremolo_engraver: make tremolo beams from
+
+       \repeat "tremolo" NUMBER <Music-expression>
+
+Removed support for "old-style" tremolos.
+
+* Add a convert-mudela function for the conversion "\key A;" to "\key a; 
+
+* Read \property measurePosition within the engraver code, instead of
+looking up the Timing_translator.
+
+* star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
+
+* Changed all .fly and .sly files to .ly files.  Propose to dump .fly
+and .sly.
+
+1.3.40
+======
+
 1.3.39.jbr1
 ===========
 
@@ -26,8 +100,6 @@ XXXVerticalExtent, so hard code the size of a vertical group.
 * Don't fix up reference points for originals of broken
 spanners. Fixes spurious "orphaned score-element" warnings.
 
-2000-03-24    <janneke@gnu.org>
-
 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
 
 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.