]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
patch::: 1.3.25.jcn2
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 576dab824baaa828389e73f81b1e47d3054cd1ca..fbbf8f0bf8018f3154ea8d973efe20dfc004595d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,73 @@
-1.3.24.jcn1
+1.3.25.jcn2
 ===========
 
-* First attempt at real silly ascii output
+* lilypond as as2ly: --help and --version to stdout.  Regular identify 
+  to stderr.  This fixes help2man's manpage generation.
 
-1.3.23.uu1
-==========
+* configure: substitute full path for perl and guile in scripts.
+
+1.3.25.jcn1
+===========
+
+* Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
+
+* Bugfix: print identification string 'GNU LilyPond ...' onto stderr
+
+* Bugfix: default font now user settable
+
+* as2text: handle plain ascii font, read from stdin, you can now do:
+
+  echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
+
+1.3.24.jcn4
+===========
+
+* as2text: catch missing font/character errors, added default font, set text.
+
+1.3.24.jcn3
+===========
+
+* New ascii fonts: as5 as-numeral4 as-braces9
+
+* Fixes to as2text.scm
+
+* Added lots of ascii glyphs
+
+1.3.24.jcn2
+===========
+
+* Ascii output, minimal support:
+  - AsciiScript Fonts: mf/*.af
+  - Init files: ly/*-as.*ly 
+  - AsciiScript translation to text: scripts/as2text.scm
+  - input/test/as.fly input/test/as1.fly
+  - Output support: lily/lily.scm
+  - Try:
+      lilypond -f as -i init-as.fly input/test/as.fly
+      as2text as.as
+
+1.3.24.hwn1
+===========
+
+* The horizontal part of ties will avoid collision with staff lines.
+
+* Plugged memory leak: don't protect Atom function.
+
+* Lookup cleanups. Made lots of functions static. Moved some code out
+of Lookup.
+
+
+
+1.3.24.hwn1
+===========
+
+* Bugfix: ly2dvi.py exits succesfully when encountering --help and
+does not delete any of the file_ly*.tex.
+
+* Added header and footer support in ly2dvi.py
+
+1.3.24
+======
 
 * Added a ROADMAP file explaining the source directory layout.