]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.1.53.jbr2
authorJeffrey B. Reed <daboys@bga.com>
Thu, 8 Jul 1999 15:07:30 +0000 (17:07 +0200)
committerJeffrey B. Reed <daboys@bga.com>
Thu, 8 Jul 1999 15:07:30 +0000 (17:07 +0200)
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
NEWS
VERSION
aclocal.m4
stepmake/aclocal.m4

index 855b4aef8aa3cef9a0b5297b8c7c744d7d220690..1c7f252385b7a76d1a63b588e3698f4cc40b358e 100644 (file)
@@ -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 3749a6fd23059313fb2dffe6eb6e53b6d079074e..ec7799fdb9eeac5053aa14c6137830097334ce50 100644 (file)
--- 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 c4311a51250b43ecf2ab970255c771a02a9a0661..8293acdf2fec38a98b5ea29d9f74a88d0192871d 100644 (file)
--- 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.
index 602d77213ae3deb0becaa0fd24480ff64026f68c..caee78ed689c2ec3ef1c521d12b1712ad6bc8c1c 100644 (file)
@@ -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
 
index d579266f49ca40a49db06945fd12aab506a08eee..602d77213ae3deb0becaa0fd24480ff64026f68c 100644 (file)
@@ -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