]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/topdocs/index.tely: remove.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 22 Jul 2003 00:58:08 +0000 (00:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 22 Jul 2003 00:58:08 +0000 (00:58 +0000)
* Documentation/header.html.in: prune.

ChangeLog
Documentation/header.html.in
Documentation/topdocs/index.tely [deleted file]

index 31bd0b362f80b631ce05254621523cbe5bf04d22..4e77c536d4527808502892ae97e6439e393675db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * Documentation/topdocs/index.tely: remove.
+
        * Documentation/header.html.in: prune.
 
        * GNUmakefile.in: clean up web building.
index 7722eafb12543b86e2666d568e8c159152a5cf16..3c34e331d1a1177d15dac94d628fa9ff95640993 100644 (file)
@@ -50,6 +50,7 @@ which substitutes some @AT_VARIABLES@ as well.
        <a href="@TOP@Documentation/user/out-www/music-glossary.html">Glossary</a><br>
        <a href="@TOP@input/test/out-www/collated-files.html">Tips &amp; Tricks</a><br>
        <a href="@TOP@input/regression/out-www/collated-files.html">Tests</a><br>
+       <a href="@TOP@Documentation/user/out-www/lilypond-internals/index.html">Program reference</a><br>
        <br>
       </font></td></tr>
       <tr><td bgcolor="#e8e8ff">
diff --git a/Documentation/topdocs/index.tely b/Documentation/topdocs/index.tely
deleted file mode 100644 (file)
index c65f5a0..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-@setfilename index.info
-
-@c title looks silly in HTML, because it's just below WEB-TITLE.
-@c well, tough.  a web page needs a title
-@settitle GNU LilyPond
-
-@html
-<!--- @@WEB-TITLE@@=GNU Music Typesetter Homepage --->
-@end html
-
-@node Top, , , (dir)
-@top
-
-@html
-<p align=center>
-<a href="Documentation/pictures/out-www/lelie-logo.png">
-<img border=0 src="Documentation/pictures/out-www/lelie-logo.png"
- alt="[picture of lily-cello-girl]">
-</a>
-@end html
-
-
-@unnumberedsec What is LilyPond?
-
-LilyPond prints beautiful sheet music.  It produces music notation
-from a description file.  It excels at typesetting classical music,
-but you can also print pop-songs.
-
-LilyPond input is @b{plain text}. So, you can use your favorite text
-editor to enter it, you can put it in mail or embed it in an article like
-this:
-@quotation
-@lilypond[fragment,verbatim,relative 1]
-\key c \minor r8 c16 b c8 g as c16 b c8 d | g,4 
-@end lilypond
-@end quotation
-Or you can use it to print music from other programs, using one of the
-various input filters.
-
-LilyPond output looks @b{beautiful}. The font and the layout algorithms
-were inspired by engraved music, so you can expect that same clear and
-elegant look from your LilyPond output.  And if anything is not to your
-liking, you can tweak almost everything.
-
-LilyPond is @b{free software}. It is part of the
-@uref{http://www.gnu.org/,GNU Project}. It is licensed under GNU General
-Public License, so you can use, modify and redistribute the program with
-almost no restrictions.
-
-@c stable:
-@ignore
-LilyPond has a stable version and a development version.  This webpage
-is for the @b{stable} version.  This means that it won't change much,
-and it is essentially bug-free.  The development releases contain
-experimental and often buggy code, so you should use those if you need
-any special new features.  If you're still insterested, you may visit
-the @uref{http://lilypond.org/development, latest development
-website}.
-@end ignore
-
-@c development:
-LilyPond has a development version and a stable version.  This webpage
-is for the @b{development} version.  The development releases contain
-experimental and often buggy code, so you should use this only if you
-need any special new features.  The stable releases don't change much,
-and are essentially bug-free.  If you're not a developer, you probably
-want to visit the @uref{http://lilypond.org/stable, latest stable
-website}.
-
-@unnumberedsec Want to know more?
-
-If you want to know more, visit the
-@uref{Documentation/out-www/index.html, documentation page}. If you
-want to see some sheet music, then have a look at the
-@uref{examples.html, examples}.  For even more sheet music, head over
-to @uref{http://www.mutopiaproject.org, the Mutopia Project}.
-
-@bye