]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ntweb/index.yo
release: 1.1.34
[lilypond.git] / Documentation / ntweb / index.yo
1 mailto(daboys@austin.rr.com)
2 article(LilyPond Windows NT 4.0/95 Distribution)(nemail(Jeffrey B. Reed)(daboys@austin.rr.com))(label(contents))
3 sect(Windows NT/95 Binary Distribution)
4
5 subsect(Introduction) label(introduction)
6
7 This page is dedicated to the distribution of precompiled and
8 preformatted LilyPond binaries for Windows NT 4.0 .  This package is
9 covered under the GNU General Public License and all of the source is
10 available on the official 
11 url(LilyPond Homepage)(http://www.cs.ruu.nl/people/hanwen/lilypond/index.html).
12 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.
13
14 includefile(../BLURB.in)
15
16 link(Back to top)(contents)
17 clearpage()
18
19 subsect(NEWS) label(news)
20
21 I have made my first attempt at distributing lilypond as a self
22 extracting executable for Windows NT 4.0 and Windows 95.  The
23 executable will extract the distribution in the directory specified by
24 the user and create em(lilypond-@TOPLEVEL_VERSION@\lily.bat).  This
25 batch file initializes the LilyPond environment and fires up a Command
26 Prompt.  From this Command Prompt you may run:
27
28 itemize(
29     it()ly2dvi
30     it()convert-mudela
31     it()mudela-book
32     it()lilypond
33     it()mi2mu
34 )
35
36 I have also converted the Manual Pages for the above tools to HTML for
37 easy browsing.  This release has been tested on Windows NT 4.0sp3 and
38 Windows 95 and found to be operational.  If you have any troubles and
39 or comments please do not hesitate to drop me a line
40 url(Jeffrey B. Reed)(mailto:daboys@austin.rr.com). 
41
42 This is what the version @TOPLEVEL_VERSION@ brings:
43
44 verb(
45 top_of_NEWS
46 )
47
48 link(Back to top)(contents)
49 clearpage()
50
51
52 subsect(Required packages) label(packages)
53
54 LilyPond uses the code(TeX) package as its rendering engine. code(TeX)
55 represents the state-of-the-art in computer typesetting. It is used to
56 generate documentation, article, and book quality output. It is an
57 assume tool to have in your toolbox.
58
59 LilyPond uses a code(Python) script named code(ly2dvi) to render a
60 professional quality music score. code(Python) is an interpreted,
61 interactive, object-oriented programming language.  It is often
62 compared to code(Tcl), code(Perl), code(Scheme) or code(Java).
63
64 Gsview is used to display and print the music scores created by
65 LilyPond.
66
67 itemize(
68     it()url(code(MiKTeX))(http://www.snafu.de/~cschenk/miktex/)
69     it()url(code(Python))(http://www.python.org)
70     it()url(code(gsview))(http://www.cs.wisc.edu/~ghost/gsview/index.html)
71 )
72
73 link(Back to top)(contents)
74 clearpage()
75
76
77 subsect(Download) label(download)
78
79 itemize(
80     it()url(lilypond-@TOPLEVEL_VERSION@)(lily1123jbr1.exe)
81 )
82
83 link(Back to top)(contents)
84 clearpage()
85
86
87 subsect(Installation) label(installation)
88
89 itemize(
90   it()link(Download)(download) the distribution.
91   it()run downloaded executable. nl()
92   it() The first installation of LilyPond also requires these
93         additional steps:
94      description(
95        dit(LaTeX geometry package)
96        itemize(
97          it()url(download)(ftp://ctan.tug.org/tex-archive/macros/latex/contrib/supported/geometry.zip) the zip file to code(\Temp).
98          it()Extract the zip file into the LaTeX package area of
99              code(MiKTeX). This will be bf(em(MiKTeX-dir)\tex\latex)
100          it()From a Command Prompt change directory into geometry
101              directory that was just extracted.
102          it()In the geometry directory type bf(latex geometry.ins)
103        ) nl()
104        dit(Miscellaneous fonts)
105        itemize(
106          it()In your favorite editor create a file named
107              code(cmbx14.mf). Add the following lines: nl()
108              bf(design_size=14.4; ) nl()
109              bf(input b-cmbx;)
110          it()From a Command Prompt copy cmbx14.mf to the public font
111              area of MiKTeX: nl()
112              bf(copy cmbx14.mf em(MiKTeX-dir)\fonts\source\public\cm\base)
113         )
114         dit(NOTE) 
115         MiKTeX-1.11 localtexmf configurations should use
116         bf(em(localtexmf-dir)) in place of bf(em(MiKTeX-dir)).
117       ) nl()
118   it()See the link(Running)(running) instructions below
119 )
120
121 link(Back to top)(contents)
122 clearpage()
123
124
125 subsect(Running LilyPond) label(running)
126
127 itemize(
128   it()Take a look at url(angels.ly)(angels.ly)
129   it()Save angels.ly to your local disk
130   it()Execute lilypond-@TOPLEVEL_VERSION@\lily.bat nl()
131 NOTE: If you get an em(out of environment memory error), simply increase
132 the environment memory by selecting
133 em(lilypond-@TOPLEVEL_VERSION@\lily.bat) Properties/Memory and increase
134 the available environment memory to 1024.
135   it() From a LilyPond Command Prompt run: nl()
136   bf(ly2dvi angels.ly) nl()
137   bf(dvips angels.dvi) nl()
138   bf(start angels.ps) nl()
139 )
140
141 link(Back to top)(contents)
142 clearpage()
143
144 subsect(LilyPond resources) label(resources)
145
146 itemize(
147   it()url(LilyPond Homepage)
148         (http://www.cs.ruu.nl/people/hanwen/lilypond/index.html)
149   it()url(LilyPond Ftp Site)(ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/)
150   it()url(gnu-music-discuss mail archive)
151         (http://jab.org/mail/gnu-music-discuss@gnu.org/)
152   it()Please feel free to mail us at url(gnu-music-discuss)
153         (mailto:gnu-music-discuss@gnu.org)
154 )
155
156 link(Back to top)(contents)
157 clearpage()
158