From f2c41f1d2610ffff5b5de54b7dcd650988d53093 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 22 Jul 2002 12:42:13 +0000 Subject: [PATCH] release commit --- ChangeLog | 10 +++++----- Documentation/index.texi | 22 +++++++--------------- VERSION | 4 ++-- aclocal.m4 | 2 +- scripts/lilypond-book.py | 2 +- 5 files changed, 16 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba2b08ae70..dd0651fe32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,7 @@ -2002-07-22 Jan Nieuwenhuizen - - * input/regression/abe.ly: - * input/test/transposing.ly: Remove mention of mudela. - 2002-07-22 Han-Wen + * VERSION: 1.5.69 released + * lily/accidental-placement.cc (position_accidentals): document two bugcases. @@ -12,6 +9,9 @@ 2002-07-22 Jan Nieuwenhuizen + * input/regression/abe.ly: + * input/test/transposing.ly: Remove mention of mudela. + * scripts/lilypond-book.py (make_pixmap): Don't use quiet_system, ie, don't redirect PNG output to /dev/null. Fixes lys-to-tely documents. diff --git a/Documentation/index.texi b/Documentation/index.texi index 5a4a0d1606..175687c4d7 100644 --- a/Documentation/index.texi +++ b/Documentation/index.texi @@ -110,6 +110,10 @@ familiar with English terms for notation. @item @uref{../user/out-www/lilypond-internals/lilypond-internals.html,lilypond-internals} Full documentation of internals, generated from the sources. If you want to fine-tune output, you need the information in this document. + +@item @uref{../../input/test/out-www/test.html,Input snippets} +All of the example input snippets, with the corresponding output +shown. @end itemize @@ -125,21 +129,9 @@ want to fine-tune output, you need the information in this document. @itemize @bullet @item @uref{../../input/regression/out-www/regression.html,Regression Tests} -A large document that tests all kinds of features. -@c (also as -@c @uref{../out-www/regression-test.ps.gz,Postscript} -@c and -@c @uref{../out-www/regression-test.pdf,PDF}). -@item @uref{../../input/test/out-www/test.html,Feature Tests} -A large document that tests all kinds of features. -@item @uref{../../input/bugs/out-www/bugs.html,Bugs} -A document that shows bugs. - - -@c (also as -@c @uref{../../input/bugs/out-www/bugs.ps.gz,Postscript} -@c and @uref{../../input/bugs/out-www/bugs.pdf,PDF}). - +A large document that tests all kinds of features. (also as +@uref{../out-www/regression-test.ps.gz,Postscript} and +@uref{../out-www/regression-test.pdf,PDF}). @item @uref{http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?domain=lilypond">Translations,lilypond textual domain diff --git a/VERSION b/VERSION index e9b363f94b..ef7f03d36c 100644 --- a/VERSION +++ b/VERSION @@ -1,8 +1,8 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 -PATCH_LEVEL=68 -MY_PATCH_LEVEL=jcn1 +PATCH_LEVEL=69 +MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/aclocal.m4 b/aclocal.m4 index f4da81dd40..4190b61018 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ dnl aclocal.m4 -*-shell-script-*- dnl WARNING WARNING WARNING -dnl do not edit! this is aclocal.m4, generated from /home/fred/cvs/lilypond/stepmake/aclocal.m4 +dnl do not edit! this is aclocal.m4, generated from /users/hanwen/usr/src/lilypond/stepmake/aclocal.m4 dnl aclocal.m4 -*-shell-script-*- dnl StepMake subroutines for configure.in diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 46c9092f09..0e1bd4e47d 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -185,7 +185,7 @@ class LatexPaper: """) f.close() re_dim = re.compile(r"\\(\w+)\s+(\d+\.\d+)") - p = os.popen("latex lily-tmp.tex") + p = os.popen("latex %s" % fname) ln = p.readline() while ln: ln = string.strip(ln) -- 2.39.5