]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.5.69
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Jul 2002 12:42:13 +0000 (12:42 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Jul 2002 12:42:13 +0000 (12:42 +0000)
ChangeLog
Documentation/index.texi
VERSION
aclocal.m4
scripts/lilypond-book.py

index ba2b08ae7073071f881222ef91be15278f842da1..dd0651fe326f37109d60f749aa4b09e48f3a9272 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,7 @@
-2002-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
-
-       * input/regression/abe.ly: 
-       * input/test/transposing.ly: Remove mention of mudela.
-
 2002-07-22  Han-Wen  <hanwen@cs.uu.nl>
 
+       * VERSION: 1.5.69 released
+       
        * lily/accidental-placement.cc (position_accidentals): document
        two bugcases.
 
@@ -12,6 +9,9 @@
 
 2002-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * 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.
index 5a4a0d16068ea80dbf7992106820f6b5b0640c98..175687c4d76ba07853651322ed048fbba4a79813 100644 (file)
@@ -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 e9b363f94b2e25d5e6efb8006783377a3ddfcb65..ef7f03d36cc791fd7aaa81292e181099ff530525 100644 (file)
--- 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.
index f4da81dd40f4b27c101b65a74fa018459a3ebfd5..4190b61018acf962790f6269f394d48f90fabb27 100644 (file)
@@ -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
 
index 46c9092f091f03a6661eb5823b96fac1959491d6..0e1bd4e47d0b794ff28b27338c6d29f0750d3f74 100644 (file)
@@ -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)