From a25512ac2900b2bd80d5957abe8d31b38be75442 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 23 Feb 2000 13:55:21 +0000 Subject: [PATCH] lilypond-1.3.26 --- CHANGES | 35 +++++++++++++++++++++++++++-------- TODO | 9 +++++++++ VERSION | 2 +- 3 files changed, 37 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index c7be422f5f..5904ba5aee 100644 --- 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 382e3098b9..cdde07acc9 100644 --- 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 c5062d4c65..87d3037b52 100644 --- 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 -- 2.11.4.GIT