]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ntweb/index.yo
release: 1.0.6
[lilypond.git] / Documentation / ntweb / index.yo
index 407e3d54979386a02f6ad31a62b466542ee384ad..a1c3777098e3252e32cbca6a33abf8625f20dca9 100644 (file)
@@ -1,29 +1,26 @@
 mailto(daboys@bga.com)
 article(LilyPond Windows NT 4.0 Distribution)(nemail(Jeffrey B. Reed)(daboys@bga.com))(label(contents))
-sect(Windows NT Distribution)
+sect(Windows NT 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 and documentation are 
+available on the official 
+url(LilyPond Homepage)(http://www.cs.ruu.nl/people/hanwen/lilypond/index.html).
 
-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
+This is what the version @TOPLEVEL_VERSION@ brings:
+verb(
+top_of_NEWS
+)
 
 link(Back to top)(contents)
 clearpage()
@@ -53,7 +50,7 @@ clearpage()
 subsect(Download) label(download)
 
 itemize(
-    it()lurl(lilypond-1.0.3.zip)
+    it()lurl(lilypond-@TOPLEVEL_VERSION@.bin.zip)
 )
 
 link(Back to top)(contents)
@@ -68,14 +65,17 @@ itemize(
   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 a batch file you can add the following entries: nl()
+      bf(set LILYPOND=em(LilyPond-dir)) nl()
+      bf(set path=%path%%LILYPOND%\bin;em(MiKTeX-dir)\miktex\bin) nl()
+      bf(set TEXINPUTS=%LILYPOND%\texmf\tex\lilypond;;) nl()
+      bf(set MFINPUTS=%LILYPOND%\texmf\mf\public\lilypond;;) nl()
+COMMENT(    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)
+      bf(em(LilyPond-dir)\bin;em(MiKTeX-dir)\miktex\bin))
    ) nl()
    it() The first installation of LilyPond also requires these
         additional steps:
@@ -108,6 +108,16 @@ clearpage()
 
 
 subsect(Running LilyPond) label(running)
+
+itemize(
+  it()Take a look at url(angles.ly)(angles.ly)
+  it()Save angles.ly to your local disk
+  it()From a Command Prompt run: nl()
+  bf(ly2dvi.py angles.ly) nl()
+  bf(dvips angles.dvi) nl()
+  bf(cmd /c angles.ps) nl()
+)
+
 link(Back to top)(contents)
 clearpage()
 
@@ -125,3 +135,4 @@ itemize(
 
 link(Back to top)(contents)
 clearpage()
+