]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ntweb/index.yo
release: 1.1.34
[lilypond.git] / Documentation / ntweb / index.yo
index 407e3d54979386a02f6ad31a62b466542ee384ad..855b4aef8aa3cef9a0b5297b8c7c744d7d220690 100644 (file)
@@ -1,29 +1,49 @@
-mailto(daboys@bga.com)
-article(LilyPond Windows NT 4.0 Distribution)(nemail(Jeffrey B. Reed)(daboys@bga.com))(label(contents))
-sect(Windows NT Distribution)
+mailto(daboys@austin.rr.com)
+article(LilyPond Windows NT 4.0/95 Distribution)(nemail(Jeffrey B. Reed)(daboys@austin.rr.com))(label(contents))
+sect(Windows NT/95 Binary Distribution)
 
 subsect(Introduction) label(introduction)
 
-This web page is dedicated to the distrubution of LilyPond for Windows
-NT 4.0. This package is covered under the GNU General Public License
-and all of the source and documentation are available on the official
-url(LilyPond
-Homepage)(http://www.cs.ruu.nl/people/hanwen/lilypond/index.html).
+This page is dedicated to the distribution of precompiled and
+preformatted LilyPond binaries for Windows NT 4.0 .  This package is
+covered under the GNU General Public License and all of the source is
+available on the official 
+url(LilyPond Homepage)(http://www.cs.ruu.nl/people/hanwen/lilypond/index.html).
+A full set of url(documentation)(http://www.cs.ruu.nl/people/hanwen/lilypond/Documentation/tex/out-www/index.html) in various formats is also available.
 
-LilyPond is the GNU Project music typesetter. This program can print
-beautiful sheet music from a music definition file. It can also play
-mechanical performances to a MIDI file. Features include multiple
-staffs, meters, clefs, keys, lyrics, versatile input language,
-cadenzas, beams, slurs, triplets, formatting scores, part
-extraction. It includes a nice font of musical symbols.
+includefile(../BLURB.in)
 
 link(Back to top)(contents)
 clearpage()
 
-
 subsect(NEWS) label(news)
 
-Version 1.0.3 is available
+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:
+
+itemize(
+    it()ly2dvi
+    it()convert-mudela
+    it()mudela-book
+    it()lilypond
+    it()mi2mu
+)
+
+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
+or comments please do not hesitate to drop me a line
+url(Jeffrey B. Reed)(mailto:daboys@austin.rr.com). 
+
+This is what the version @TOPLEVEL_VERSION@ brings:
+
+verb(
+top_of_NEWS
+)
 
 link(Back to top)(contents)
 clearpage()
@@ -41,9 +61,13 @@ professional quality music score. code(Python) is an interpreted,
 interactive, object-oriented programming language.  It is often
 compared to code(Tcl), code(Perl), code(Scheme) or code(Java).
 
+Gsview is used to display and print the music scores created by
+LilyPond.
+
 itemize(
     it()url(code(MiKTeX))(http://www.snafu.de/~cschenk/miktex/)
     it()url(code(Python))(http://www.python.org)
+    it()url(code(gsview))(http://www.cs.wisc.edu/~ghost/gsview/index.html)
 )
 
 link(Back to top)(contents)
@@ -53,7 +77,7 @@ clearpage()
 subsect(Download) label(download)
 
 itemize(
-    it()lurl(lilypond-1.0.3.zip)
+    it()url(lilypond-@TOPLEVEL_VERSION@)(lily1123jbr1.exe)
 )
 
 link(Back to top)(contents)
@@ -64,20 +88,8 @@ subsect(Installation) label(installation)
 
 itemize(
   it()link(Download)(download) the distribution.
-  it()unzip
-  it()Set your path variable for lilypond and TeX 
-  description(
-    dit(batch file)
-      In a batch file you can add the following entry: nl()
-      bf(set path=%path%em(LilyPond-dir)\bin;em(MiKTeX-dir)\miktex\bin)
-    dit(Windows Environment)
-      In the Windows environment you can select
-      properties menu of the My Computer icon. Click on
-      the environment tag and add the following to the user
-      variables path entry. nl()
-      bf(em(LilyPond-dir)\bin;em(MiKTeX-dir)\miktex\bin)
-   ) nl()
-   it() The first installation of LilyPond also requires these
+  it()run downloaded executable. nl()
+  it() The first installation of LilyPond also requires these
         additional steps:
      description(
        dit(LaTeX geometry package)
@@ -99,6 +111,9 @@ itemize(
              area of MiKTeX: nl()
              bf(copy cmbx14.mf em(MiKTeX-dir)\fonts\source\public\cm\base)
         )
+       dit(NOTE) 
+       MiKTeX-1.11 localtexmf configurations should use
+        bf(em(localtexmf-dir)) in place of bf(em(MiKTeX-dir)).
       ) nl()
   it()See the link(Running)(running) instructions below
 )
@@ -108,6 +123,21 @@ clearpage()
 
 
 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() From a LilyPond Command Prompt run: nl()
+  bf(ly2dvi angels.ly) nl()
+  bf(dvips angels.dvi) nl()
+  bf(start angels.ps) nl()
+)
+
 link(Back to top)(contents)
 clearpage()
 
@@ -125,3 +155,4 @@ itemize(
 
 link(Back to top)(contents)
 clearpage()
+