CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: lilypond_2_6 Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/08/30 19:33:33
Modified files: . : ChangeLog VERSION scripts : lilypond-book.py Log message: (get_latex_textwidth): bugfix for splitext(). CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_6&tr1=1.3836.2.31&tr2=1.3836.2.32&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/VERSION.diff?only_with_tag=lilypond_2_6&tr1=1.645.2.4&tr2=1.645.2.5&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?only_with_tag=lilypond_2_6&tr1=1.265.2.3&tr2=1.265.2.4&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3836.2.31 lilypond/ChangeLog:1.3836.2.32 --- lilypond/ChangeLog:1.3836.2.31 Tue Aug 30 19:03:08 2005 +++ lilypond/ChangeLog Tue Aug 30 19:33:32 2005 @@ -1,3 +1,7 @@ +2005-08-30 Han-Wen Nienhuys <[EMAIL PROTECTED]> + + * scripts/lilypond-book.py (get_latex_textwidth): bugfix for splitext(). + 2005-08-30 Jan Nieuwenhuizen <[EMAIL PROTECTED]> * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's Index: lilypond/VERSION diff -u lilypond/VERSION:1.645.2.4 lilypond/VERSION:1.645.2.5 --- lilypond/VERSION:1.645.2.4 Tue Aug 30 19:03:08 2005 +++ lilypond/VERSION Tue Aug 30 19:33:32 2005 @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=6 -PATCH_LEVEL=3 -MY_PATCH_LEVEL=1 +PATCH_LEVEL=4 +MY_PATCH_LEVEL= Index: lilypond/scripts/lilypond-book.py diff -u lilypond/scripts/lilypond-book.py:1.265.2.3 lilypond/scripts/lilypond-book.py:1.265.2.4 --- lilypond/scripts/lilypond-book.py:1.265.2.3 Fri Aug 26 07:16:50 2005 +++ lilypond/scripts/lilypond-book.py Tue Aug 30 19:33:32 2005 @@ -1280,7 +1280,7 @@ # Workaround problems with unusable $TMP on Cygwin: tempfile.tempdir = '' tmpfile = tempfile.mktemp('.tex') - logfile = os.path.splitext (tmpfile) + '.log' + logfile = os.path.splitext (tmpfile)[0] + '.log' open (tmpfile,'w').write (latex_document) ly.system ('latex %s' % tmpfile) parameter_string = open (logfile).read() _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs