prune.
[lilypond.git] / Documentation / topdocs / index.tely
blobc65f5a0b26a8b40570e72cca86f0ca1e4b60f5c6
1 \input texinfo @c -*-texinfo-*-
2 @setfilename index.info
4 @c title looks silly in HTML, because it's just below WEB-TITLE.
5 @c well, tough.  a web page needs a title
6 @settitle GNU LilyPond
8 @html
9 <!--- @@WEB-TITLE@@=GNU Music Typesetter Homepage --->
10 @end html
12 @node Top, , , (dir)
13 @top
15 @html
16 <p align=center>
17 <a href="Documentation/pictures/out-www/lelie-logo.png">
18 <img border=0 src="Documentation/pictures/out-www/lelie-logo.png"
19  alt="[picture of lily-cello-girl]">
20 </a>
21 @end html
24 @unnumberedsec What is LilyPond?
26 LilyPond prints beautiful sheet music.  It produces music notation
27 from a description file.  It excels at typesetting classical music,
28 but you can also print pop-songs.
30 LilyPond input is @b{plain text}. So, you can use your favorite text
31 editor to enter it, you can put it in mail or embed it in an article like
32 this:
33 @quotation
34 @lilypond[fragment,verbatim,relative 1]
35 \key c \minor r8 c16 b c8 g as c16 b c8 d | g,4 
36 @end lilypond
37 @end quotation
38 Or you can use it to print music from other programs, using one of the
39 various input filters.
41 LilyPond output looks @b{beautiful}. The font and the layout algorithms
42 were inspired by engraved music, so you can expect that same clear and
43 elegant look from your LilyPond output.  And if anything is not to your
44 liking, you can tweak almost everything.
46 LilyPond is @b{free software}. It is part of the
47 @uref{http://www.gnu.org/,GNU Project}. It is licensed under GNU General
48 Public License, so you can use, modify and redistribute the program with
49 almost no restrictions.
51 @c stable:
52 @ignore
53 LilyPond has a stable version and a development version.  This webpage
54 is for the @b{stable} version.  This means that it won't change much,
55 and it is essentially bug-free.  The development releases contain
56 experimental and often buggy code, so you should use those if you need
57 any special new features.  If you're still insterested, you may visit
58 the @uref{http://lilypond.org/development, latest development
59 website}.
60 @end ignore
62 @c development:
63 LilyPond has a development version and a stable version.  This webpage
64 is for the @b{development} version.  The development releases contain
65 experimental and often buggy code, so you should use this only if you
66 need any special new features.  The stable releases don't change much,
67 and are essentially bug-free.  If you're not a developer, you probably
68 want to visit the @uref{http://lilypond.org/stable, latest stable
69 website}.
71 @unnumberedsec Want to know more?
73 If you want to know more, visit the
74 @uref{Documentation/out-www/index.html, documentation page}. If you
75 want to see some sheet music, then have a look at the
76 @uref{examples.html, examples}.  For even more sheet music, head over
77 to @uref{http://www.mutopiaproject.org, the Mutopia Project}.
79 @bye