From d6e7e83972ea0b83700f600810262aa3fa74554e Mon Sep 17 00:00:00 2001 From: "Jeffrey B. Reed" Date: Thu, 8 Jul 1999 17:07:30 +0200 Subject: [PATCH] patch::: 1.1.53.jbr2 pl 53.jbr2 - Documentation/ntweb/index.html: Updated nt distribution web page --- Generated by daboys@austin.rr.com using package-diff 0.62, From = lilypond-1.1.53.jbr1, To = lilypond-1.1.53.jbr2 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.53.jbr2.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure --state 1.1.53.jbr1 1.1.53.jbr2 ++state --- Documentation/ntweb/index.yo | 85 +++++++++++++++++++++++++++++++----- NEWS | 10 ++++- VERSION | 2 +- aclocal.m4 | 2 + stepmake/aclocal.m4 | 2 + 5 files changed, 87 insertions(+), 14 deletions(-) diff --git a/Documentation/ntweb/index.yo b/Documentation/ntweb/index.yo index 855b4aef8a..1c7f252385 100644 --- a/Documentation/ntweb/index.yo +++ b/Documentation/ntweb/index.yo @@ -18,12 +18,67 @@ clearpage() subsect(NEWS) label(news) -I have made my first attempt at distributing lilypond as a self -extracting executable for Windows NT 4.0 and Windows 95. The -executable will extract the distribution in the directory specified by -the user and create em(lilypond-@TOPLEVEL_VERSION@\lily.bat). This -batch file initializes the LilyPond environment and fires up a Command -Prompt. From this Command Prompt you may run: +The FAT16, FAT32, and NTFS file system problems have been corrected. +I have tested various installations that are known to be operational. +The following configurations that have been tested. + +description( + dit(Windows NT) + description( + dit(Installed on NTFS) + itemize( + it()Runs from NTFS partion + it()Runs from FAT16 partion + ) + dit(Installed on FAT16) + itemize( + it()Runs from NTFS partion + it()Runs from FAT16 partion + ) + ) +) + +description( + dit(Windows 95) + description( + dit(Installed on FAT16) + itemize( + it()Runs from FAT16 partion + it()Runs from FAT32 partion + ) + dit(Installed on FAT32) + itemize( + it()Runs from FAT16 partion + it()Runs from FAT32 partion + ) + ) +) + +The installer was created with +url(CreateInstall)(http://www.gentee.com/). This is a shareware +application that has capabilities close to the high dollar installers +bf(InstallShield), bf(Install Vise), and bf(WiseInstaller). +bf(CreateInstall) does cost $38 to register which is probably going to +be frowned upon, but I was unable to find a freeware install builder +that was suitable. The self extracting distribution currently: + +itemize( + it() Installs the lilypond distribution on any valid file system. + it() Optionally creates a em(Lilypond) shortcut group on your start + menu with the following shortcuts. + itemize( + it() bf(lilyshell) + it() bf(uninstall) + ) + it() Allows unistall through the Add/Remove Program interface on the + control panel. + it() The bf(lilyshell) uses the /E and /K switches to extend the + environment size and initialize the shell environment. + it() It has the look and feel of a real Windows installer +) + +The bf(lilyshell) shortcut initializes the environment so you can +generate music from a MSDOS prompt with commands like: itemize( it()ly2dvi @@ -33,6 +88,13 @@ itemize( it()mi2mu ) +If you are upgrading from a previous version of lilypond you will most +likely need to flush your font cache. I generally just toss +file(D:\localtexmf\fonts\tfm\public\ehrhardt) and +file(D:\localtexmf\fonts\pk\ljfour\public\ehrhardt) in the Recyle +Bin. Your local font directory may be different, please refer to your +local installation of code(TeX). + I have also converted the Manual Pages for the above tools to HTML for easy browsing. This release has been tested on Windows NT 4.0sp3 and Windows 95 and found to be operational. If you have any troubles and @@ -77,7 +139,10 @@ clearpage() subsect(Download) label(download) itemize( - it()url(lilypond-@TOPLEVEL_VERSION@)(lily1123jbr1.exe) + it()Windows 95 + url(lilypond-@TOPLEVEL_VERSION@-95)(lilypond-@TOPLEVEL_VERSION@-95.exe) + it()Windows NT 4.0 + url(lilypond-@TOPLEVEL_VERSION@-nt)(lilypond-@TOPLEVEL_VERSION@-nt.exe) ) link(Back to top)(contents) @@ -127,11 +192,7 @@ subsect(Running LilyPond) label(running) itemize( it()Take a look at url(angels.ly)(angels.ly) it()Save angels.ly to your local disk - it()Execute lilypond-@TOPLEVEL_VERSION@\lily.bat nl() -NOTE: If you get an em(out of environment memory error), simply increase -the environment memory by selecting -em(lilypond-@TOPLEVEL_VERSION@\lily.bat) Properties/Memory and increase -the available environment memory to 1024. + it()Select the bf(lilyshell) shortcut from the em(Lilypond) group nl() it() From a LilyPond Command Prompt run: nl() bf(ly2dvi angels.ly) nl() bf(dvips angels.dvi) nl() diff --git a/NEWS b/NEWS index 3749a6fd23..ec7799fdb9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ ---- ../lilypond-1.1.53/NEWS Mon Jul 05 05:56:28 1999 +--- ../lilypond-1.1.53.jbr1/NEWS Wed Jul 07 23:47:42 1999 +++ b/NEWS Thu Jul 08 17:07:30 1999 +@@ -1,3 +1,6 @@ +pl 53.jbr2 + - Documentation/ntweb/index.html: Updated nt distribution web page + + pl 53.jbr1 + - scripts/ly2dvi.py: A fix for the multitude of file systems supported + by windows. As long as the paths that the cygwin apps use are--- ../lilypond-1.1.53/NEWS Mon Jul 05 05:56:28 1999 ++ b/NEWS Wed Jul 07 23:47:42 1999 @@ -1,3 +1,9 @@ pl 53.jbr1 diff --git a/VERSION b/VERSION index c4311a5125..8293acdf2f 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=53 -MY_PATCH_LEVEL=jbr1 +MY_PATCH_LEVEL=jbr2 # 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 602d77213a..caee78ed68 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -2,6 +2,8 @@ dnl WARNING WARNING WARNING WARNING dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 dnl WARNING WARNING WARNING WARNING dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 +dnl WARNING WARNING WARNING WARNING +dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 dnl aclocal.m4 -*-shell-script-*- dnl StepMake subroutines for configure.in diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index d579266f49..602d77213a 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -1,5 +1,7 @@ dnl WARNING WARNING WARNING WARNING dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 +dnl WARNING WARNING WARNING WARNING +dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4 dnl aclocal.m4 -*-shell-script-*- dnl StepMake subroutines for configure.in -- 2.39.2