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

diff --git a/CHANGES b/CHANGES
index c7be422f5f807863116818ecb5e960c8313fcfde..5904ba5aee93bdb00f50492f3028db13b6e7a5d4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,20 +1,39 @@
-1.3.24.jcn4
+1.3.25.jcn2
 ===========
 
-* as2text: catch missing font/character errors, added default font, set text.
+* lilypond as as2ly: --help and --version to stdout.  Regular identify 
+  to stderr.  This fixes help2man's manpage generation.
 
-1.3.24.jcn3
-===========
+* configure: substitute full path for perl and guile in scripts.
+
+* Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
 
-* New ascii fonts: as5 as-numeral4 as-braces9
+* Bugfix: default font now user settable
 
-* Fixes to as2text.scm
+* as2text: handle plain ascii font, read from stdin, you can now do:
 
-* Added lots of ascii glyphs
+  echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
 
-1.3.24.jcn2
+1.3.25.hwn1
 ===========
 
+* Bugfix: second half of broken ties now are displayed again.
+
+* Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
+it horizontally on the clef.
+
+* Added Tie_column spanner. Ties in tied chords now get proper directionsa.
+
+* Bugfix: unbroken repeat barlines now work, eg. |:
+
+* Added Request_iterator to make more flexible constructions possible.
+
+1.3.25
+======
+* as2text: catch missing font/character errors, added default font, set text.
+
+* New ascii fonts and glyphs: as5 as-numeral4 as-braces9
+
 * Ascii output, minimal support:
   - AsciiScript Fonts: mf/*.af
   - Init files: ly/*-as.*ly 
diff --git a/TODO b/TODO
index 382e3098b91d28be00d657d94c53ce06d247e65e..cdde07acc9b46a614383bc6fd996c946380d694a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,6 +10,10 @@ Grep -i for TODO, FIXME and ugh/ugr/urg.
 
 .* TODO
 . * use hash tabs iso. alist_ for elt property?
+. * control paper-size/-file from commandline ?
+  lilypond --paper=paper16 foo.ly
+  lilypond --paper=paper20 foo.ly
+  lilypond --paper=paper-as9 foo.ly
 . * fix tremolos.
 . * change ) c4  to c4-)
 . * internationalize GUILE msgs.
@@ -58,6 +62,11 @@ John
 . * junk -M ? 
 . * mudela-book doco
 . * bracket pdf hack
+. * Added StaffContents and RhythmicStaffContents context, they are
+between Staff (which groups the elements), and generates the Staff
+level elements (key, clef, meter, etc). This construction makes
+\consistsend redundant
+
 . * Mondrup:
 - if I change the property minVerticalAlign in a multi staff score with
 lyrics the change affects the lyrics too. I would like the change to
diff --git a/VERSION b/VERSION
index c5062d4c65efb3bf60efb22f180253ad14294246..87d3037b52d1b75e2d48bc4dcf8f98100c1fac24 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
-PATCH_LEVEL=25
+PATCH_LEVEL=26
 MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a