Generated by (address unknown), From = lilypond-1.5.59, To = lilypond-1.5.59.mb1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.59-1.5.59.mb1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure diff -purN ../lilypond-1.5.59/ChangeLog ./ChangeLog --- ../lilypond-1.5.59/ChangeLog Fri May 31 01:45:07 2002 +++ ./ChangeLog Tue Jun 4 19:36:52 2002 @@ -1,3 +1,7 @@ +2002-06-04 Mats Bengtsson + + * scripts/ly2dvi.py (non_path_environment): Fix typo + 2002-05-31 Han-Wen * scripts/musedata2ly.py (Parser.parse_note_line): add dots. Add diff -purN ../lilypond-1.5.59/VERSION ./VERSION --- ../lilypond-1.5.59/VERSION Thu May 30 18:06:25 2002 +++ ./VERSION Tue Jun 4 19:37:04 2002 @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 PATCH_LEVEL=59 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=mb1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff -purN ../lilypond-1.5.59/buildscripts/lilypond-profile.sh ./buildscripts/lilypond-profile.sh --- ../lilypond-1.5.59/buildscripts/lilypond-profile.sh Mon Apr 1 15:48:02 2002 +++ ./buildscripts/lilypond-profile.sh Tue Jun 4 19:37:36 2002 @@ -19,14 +19,13 @@ export GS_LIB # same purpose, but is more likely to be correct (think multiple # versions of lilypond). # LILYPONDPREFIX="$datadir" +# export LILYPONDPREFIX # Add the installation directory to the teTeX system tree, # see Documentation/misc/fontinstallation TEXMF="{$datadir,"`kpsexpand \\$TEXMF`"}" export TEXMF -# LILYPONDPREFIX="$datadir" -# export LILYPONDPREFIX # For direct ps output fonts. Add all available TeX Type1 fonts GS_FONTPATH=`kpsewhich -expand-path=\\$T1FONTS`:${GS_FONTPATH:=""} diff -purN ../lilypond-1.5.59/scripts/ly2dvi.py ./scripts/ly2dvi.py --- ../lilypond-1.5.59/scripts/ly2dvi.py Tue May 21 00:05:08 2002 +++ ./scripts/ly2dvi.py Tue Jun 4 19:36:29 2002 @@ -401,7 +401,7 @@ non_path_environment = { def setup_environment (): # $TEXMF is special, previous value is already taken care of - if os.environ.has_key ('TEXM'): + if os.environ.has_key ('TEXMF'): del os.environ['TEXMF']