]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
release: 1.5.22
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2e13ccb0af115aedff0885e62ed17c1745c6a852..a12ec801ca401ddea3598b2ece7bc3b54a6d6f4b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
-1.5.19.jcn2
+
+1.5.21.hwn1
 ===========
 
-* Sketch output:
+* Crop EPS files before rendering in lilypond book. This makes make web
+a lot faster.
 
-  - mf-to-table: write dummy values in afm to make sketch happy.
-  - Fixes to glyphs: rectangles and beziers work now.
-  - Bugfix: sketch.scm: use primitive-eval.
+* Added links to internals documentation
 
-* Sketch and feta Type1 fonts (disabled in sketch output for now):
-  - textrace:
-     wget http://www.inf.bme.hu/~pts/textrace-latest.tar.gz
-     tar xzf textrace-latest.tar.gz
-     cd textrace-0.47
-     (cd autotrace-0.27ap; ./configure; make)
-     ./traceall.sh feta20 feta20.pfb $HOME/usr/src/lilypond/mf/out
+* Small dimcache (darn gcc-2.95) bugfixes.
 
-  - copy mf/out/feta20.afm to sketch/Resources/Fontmetrics
+* Implemented Engraver::top_engraver ().
 
-  - append to sketch/Resources/Fontmetrics/std.sfd:
-      feta20,feta20,Roman,-gnu-feta20-medium-r-normal,iso8859-1,feta20
+* Completion_heads_engraver: engrave tied notes across bar lines
+automatically. Related changes:
 
-  - Hmm, then find that
+  - duration-log of Note head can be larger than 2
 
-    + Sketch accesses characters by name, ie, the
-      name characters have in default text fonts.  We'll have to fix
-      Sketch's font handling.
-    + textrace mangles font name by prepending `TeX-'.  Is this a
-      problem?
+  - make public class Grob_pitch_tuple
 
-* Remove modules directory (again?).
+* Make old spacing engine default again. The new one is still rather
+sucky.
 
-1.5.19
+1.5.21
 ======
+1.5.20.jcn1
+===========
+
+* Fixed direct PostScript output, and changed default fonts.
+
+* Bugfix: automaticMelismata in refman (huh, or should lily be changed?)
+
+* pktrace:
+
+      cp mf/out/feta20.* $HOME/usr/src/sketch-0.7.8/Resources/Fontmetrics
+      echo 'TeX-feta20,feta20,Roman,-gnu-feta20-medium-r-normal,adobe-fontspec\ific,feta20' >> $HOME/usr/src/sketch-0.7.8/Resources/Fontmetrics/std.sfd
+
+
+1.5.3.lec1
+==========
+abc2ly fixes:
+
+      fix to Q: support
+      partial fix for tuplet parsing
+      fix for blank first T: line
+      escape "'s in header lines
+      fix for dotted breve in whole note duration
+      M:none no longer attempts to insert "\time none"
+
+
+1.5.20.uu1
+==========
+
+* etf2ly robustness fixes
+* Rewrote outputting backend. Now uses GUILE modules.
+
+* Line breaking bugfix.
+
+* Bugfix: Unfolded_repeat_iterator::add_repeat_command().
+
+1.5.20
+======
+
+1.5.19.jcn3
+===========
+
+* Sketch output:
+
+  - Sketch uses feta font.
+  - Fix to linewidth and feta fontsize.
+   - mf-to-table: write dummy values in afm to make sketch happy.
+  - Fixes to glyphs: rectangles beziers work now.
+   - Bugfix: sketch.scm: use primitive-eval.
+
+* Sketch and feta Type1 fonts:
+   - textrace:
+      wget http://www.inf.bme.hu/~pts/textrace-latest.tar.gz
+      tar xzf textrace-latest.tar.gz
+      (cd autotrace-0.27ap; ./configure; make)
+      ./traceall.sh feta20 feta20.pfb $HOME/usr/src/lilypond/mf/out
+
+  - copy mf/out/feta20.* to sketch/Resources/Fontmetrics:
+
+   - append to sketch/Resources/Fontmetrics/std.sfd:
+      echo 'TeX-feta20,feta20,Roman,-gnu-feta20-medium-r-normal,adobe-fontspecific,feta20' >> $HOME/usr/src/sketch/sketch/Resources/Fontmetrics/std.sfd
+
+   - Hmm, then find that
+
+     + Sketch accesses characters by name, ie, the
+      name characters have in default text fonts.  Luckily, textrace
+      mangles the feta names too.  Sadly, textrace chooses different names
+      for characters > 128.
+
+    + Textrace mangles font name by prepending `TeX-'.  Doesn't seem to
+      pose a big problem; we'll have to pefix `TeX-' to feta fonts.
+
+    + Sadly, only the sketch-0.7.x is happy with the feta type1 font, but
+      printing is not yet implemented?
+
+ * Remove modules directory (again?).
+
+
+1.5.18.moh1
+===========
+
+* Further work on more flexible control of lyric alignment.
+   - new properties "alignment", "ignore-length-mismatch", "begin-alignment" a\nd "end-alignment" to control non-centered lyric alignment
+
+
+1.5.19.hjj1
+===========
+
+* Added \portato.
 
 1.5.18.jcn1
 ===========