]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/index.tely
(Top): typo
[lilypond.git] / Documentation / topdocs / index.tely
1 \input texinfo @c -*-texinfo-*-
2 @setfilename index.info
3
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
7
8 @html
9 <!--- @@WEB-TITLE@@=GNU Music Typesetter Homepage --->
10 @end html
11
12 @node Top, , , (dir)
13 @top
14
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
22
23
24 @unnumberedsec What is LilyPond?
25
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.
29
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.
40
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.
45
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.
50
51 @c stable:
52 LilyPond has a stable version and a development version.  This webpage
53 is for the @b{stable} version.  This means that it won't change much,
54 and it is essentially bug-free.  The development releases contain
55 experimental and often buggy code, so you should use those if you need
56 any special new features.  If you're still interested, you may visit
57 the @uref{http://lilypond.org/development, latest development
58 website}.
59
60 @c development:
61 @ignore
62 LilyPond has a development version and a stable version.  This webpage
63 is for the @b{development} version.  The development releases contain
64 experimental and often buggy code, so you should use this only if you
65 need any special new features.  The stable releases don't change much,
66 and are essentially bug-free.  If you're not a developer, you probably
67 want to visit the @uref{http://lilypond.org/stable, latest stable
68 website}.
69 @end ignore
70
71 @unnumberedsec Want to know more?
72
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}.
78
79 @bye