]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/index.tely
release: 1.5.8
[lilypond.git] / Documentation / topdocs / index.tely
1 \input texinfo @c -*-texinfo-*-
2 @setfilename index.info
3 @settitle LilyPond homepage
4
5 @node Top, , , (dir)
6 @top
7
8 @html
9 <p align=center>
10 <a href="Documentation/pictures/out-www/lelie-logo.png">
11 <img border=0 src="Documentation/pictures/out-www/lelie-logo.png"
12  alt="[picture of lily-cello-girl]">
13 </a>
14 @end html
15
16
17 @unnumberedsec What is LilyPond? What can it do for you?
18
19 LilyPond prints beautiful sheet music.  It produces music notation from
20 a description file. It excels at typesetting classical music, but you
21 can also print pop-songs.
22
23 LilyPond input is @b{plain text}. So, you can use your favorite text
24 editor to enter it, you can put it in mail or embed it in an article like
25 this:
26 @quotation
27 @lilypond[fragment,verbatim, relative 1]
28 \key c \minor r8 c16 b c8 g as c16 b c8 d | g,4 
29 @end lilypond
30 @end quotation
31 Or you can use it to print music from other programs, using one of the
32 numerous input filters.
33
34 LilyPond output looks @b{beautiful}. The font and the layout algorithms
35 were inspired by engraved music, so you can expect that same clear and
36 elegant look from your LilyPond output.  And if anything is not to your
37 liking, you can tweak almost everything.
38
39 LilyPond is @b{free software}. It is part of the
40 @uref{http://www.gnu.org/,GNU Project}. It is licensed under GNU General
41 Public License, so you can use, modify and redistribute the program with
42 almost no restrictions.
43
44
45 LilyPond has a development version and a stable version. This webpage is
46 for the @b{development} release. This release contains experimental and
47 often buggy code, so use it only if you need special new features.  On
48 the other hand, stable releases don't change much, and are essentially
49 bug-free.  You can access the website for the stable releases
50 @uref{http://lilypond.org/stable, here}.
51
52 @unnumberedsec Want to know more?
53
54 If you want to know more, visit the
55 @uref{Documentation/out-www/index.html, documentation page}. If you want
56 to see some sheet music, then have a look at the examples: we have
57 @uref{short-examples.html,short examples} and
58 @uref{long-examples.html,longer examples}.  For even more sheet music,
59 head over to @uref{http://www.mutopiaproject.org, the mutopia project}.
60
61
62
63 @bye