]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/index.tely
* Merge from stable:
[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 @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
61
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}.
70
71 @c development:
72 @ignore
73 LilyPond has a development version and a stable version.  This webpage
74 is for the @b{development} version.  The development releases contain
75 experimental and often buggy code, so you should use this only if you
76 need any special new features.  The stable releases don't change much,
77 and are essentially bug-free.  If you're not a developer, you probably
78 want to visit the @uref{http://lilypond.org/stable, latest stable
79 website}.
80 @end ignore
81
82 @unnumberedsec Want to know more?
83
84 If you want to know more, visit the
85 @uref{Documentation/out-www/index.html, documentation page}. If you
86 want to see some sheet music, then have a look at the
87 @uref{examples.html, examples}.  For even more sheet music, head over
88 to @uref{http://www.mutopiaproject.org, the Mutopia Project}.
89
90 @bye