releases (some makefile hacking was needed to build this stuff). Jeffrey
Reed tries to keep-up with LilyPond development, and is doing quite
well. His latest release is available on
-lurl(http://www.realtime.net/~daboys/lilypond/).
+lurl(http://home.austin.rr.com/jbr/jeff/lilypond/).
subsect(UNPACKING)
itemize(
it() download guile-1.3 patch from
-lurl(http://www.realtime.net/~daboys/lilypond/guile.patch) and save it
+lurl(http://home.austin.rr.com/jbr/jeff/lilypond/guile.patch) and save it
to file(/tmp/guile.patch).
it() download guile-1.3 from one of GNU's ftp sites.
it() From a bash shell, tar zxf guile-1.3.tar.gz
We are now distributing a formated binary distribution for
Windows-NT. Please refer to
-lurl(http://www.realtime.net/~daboys/lilypond/) for current news,
+lurl(http://home.austin.rr.com/jbr/jeff/lilypond/) for current news,
download, installation, and running information.
-Jeffrey B. Reed email(daboys@bga.com)
+Jeffrey B. Reed email(daboys@austin.rr.com)
sect(RUNNING LILYPOND -- by Dominique Cretel)
-mailto(daboys@bga.com)
+mailto(daboys@austin.rr.com)
manpage(LilyPond)
(1)
(1998)
manpageauthor()
Python Version author:
-nemail(Jeffrey B. Reed)(daboys@bga.com),
-lurl(http://www.realtime.net/~daboys/lilypond/)
+nemail(Jeffrey B. Reed)(daboys@austin.rr.com),
+lurl(http://home.austin.rr.com/jbr/jeff/lilypond/)
Original bourne shell version author:
nemail(Jan Arne Fagertun)(Jan.A.Fagertun@energy.sintef.no),
-mailto(daboys@bga.com)
-article(LilyPond Windows NT 4.0/95 Distribution)(nemail(Jeffrey B. Reed)(daboys@bga.com))(label(contents))
+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)
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@bga.com).
+url(Jeffrey B. Reed)(mailto:daboys@austin.rr.com).
This is what the version @TOPLEVEL_VERSION@ brings:
testing
it()nemail(Franc,ois Pinard)(pinard@iro.umontreal.ca),
parts of Documentation/Vocab*, started internationalization stuff
-it()nemail(Jeffrey B. Reed)(daboys@bga.com),
+it()nemail(Jeffrey B. Reed)(daboys@austin.rr.com),
Windows-NT support.
it()Shay Rojanski
Some mudela source.
if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then
LN=cp # hard link does not work under cygnus-nt
- LN_S=cp # symbolic link does not work for native nt
+ LN_S='cp -r' # symbolic link does not work for native nt
ZIP="zip -r -9" #
DOTEXE=.exe
# urg
if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then
LN=cp # hard link does not work under cygnus-nt
- LN_S=cp # symbolic link does not work for native nt
+ LN_S='cp -r' # symbolic link does not work for native nt
ZIP="zip -r -9" #
DOTEXE=.exe
# urg
localinstall:
mkdir -p $(datadir)
- ln -s $(TEX_TFMDIR) $(datadir)/cmtfm
+ $(LN_S) $(TEX_TFMDIR) $(datadir)/cmtfm
lurl(http://www.xs4all.nl/~jantien)
nl()
Main author.
-it()nemail(Jeffrey B. Reed)(daboys@bga.com),
+it()nemail(Jeffrey B. Reed)(daboys@austin.rr.com),
Windows-nt fixes.
)
if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then
LN=cp # hard link does not work under cygnus-nt
- LN_S=cp # symbolic link does not work for native nt
+ LN_S='cp -r' # symbolic link does not work for native nt
ZIP="zip -r -9" #
DOTEXE=.exe
# urg
if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then
LN=cp # hard link does not work under cygnus-nt
- LN_S=cp # symbolic link does not work for native nt
+ LN_S='cp -r' # symbolic link does not work for native nt
ZIP="zip -r -9" #
DOTEXE=.exe
# urg