]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/web.texi
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / web.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9 @setfilename web.info
10 @settitle LilyPond -- Music notation for everyone
11 @documentencoding UTF-8
12 @documentlanguage en
13 @afourpaper
14
15 @set FDL
16 @set web
17 @include macros.itexi
18
19 @afourpaper
20
21 @c don't remove this comment.
22 @ignore
23 @omfcreator Graham Percival and Patrick McCarty
24 @omfdescription General info about the LilyPond music engraving system
25 @omftype program usage
26 @omfcategory Applications|Publishing
27 @omflanguage English
28 @end ignore
29
30 @c `Web' was imported 2009-08-05 with git commit b938d71...
31 @copying
32 Copyright @copyright{} 2009 by the authors.
33
34 @quotation
35 Permission is granted to copy, distribute and/or modify this document
36 under the terms of the GNU Free Documentation License, Version 1.1
37 or any later version published by the Free Software Foundation;
38 with no Invariant Sections.
39 A copy of the license is included in the section entitled ``GNU
40 Free Documentation License''.
41 @end quotation
42 @end copying
43
44
45 @c TITLE PAGE
46 @ifnottex
47 @node Top
48 @top LilyPond... music notation for everyone
49 @end ifnottex
50
51
52 @c hack for texi2html, bleh -gp
53 @ifnothtml
54
55 @finalout
56
57 @titlepage
58 @title LilyPond
59 @subtitle The music typesetter
60 @titlefont{General Information}
61 @author The LilyPond development team
62
63 @vskip 0pt plus 1filll
64 @c @vskip 20pt
65
66 @insertcopying{}
67
68 For LilyPond version @version{}
69 @end titlepage
70 @end ifnothtml
71 @c end hack for texi2html
72
73
74 @c ************************ WEBSITE START ***************
75
76
77 @divId{pageHeader}
78 @heading LilyPond
79
80 ... music notation for everyone
81 @divEnd
82
83 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
84 @imageId{lilylogo,double-lily-modified3,png,LilyPond logo}
85 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
86
87 @divId{quickSummary}
88 @subheading What is LilyPond?
89
90 LilyPond is an open-source music engraving program, devoted to
91 producing the highest-quality sheet music possible.  This free
92 software brings the aesthetics of traditionally engraved music to
93 computer printouts.
94
95 @divClass{align-right}
96 Read more in our @ref{Introduction}!
97
98 @divEnd
99 @divEnd
100
101 @divClass{separator}
102 @divEnd
103
104
105 @divId{news}
106
107 @c TODO: generate this automatically, including RSS feed.
108 @include web/news-front.itexi
109
110 @divClass{float-right}
111 (@ref{Old news})
112 @divEnd
113
114 @divEnd
115
116
117 @divId{latestVersion}
118 @subheading Quick links
119
120 @c TODO: javascript to detect OS and suggest download?
121
122 @subsubheading Stable
123
124 @ref{Download, Download @versionStable}
125
126 @ref{Manuals, Manuals @versionStable}
127
128 @subsubheading Unstable
129
130 @ref{Development, Download @versionDevel}
131
132 @ref{Development, Manuals @versionDevel}
133
134 @divEnd
135
136
137 @ifnottex
138
139 @divClass{hide}
140 @menu
141 * Introduction::     Start here to creating sheet music.
142 * Download::         Get LilyPond.
143 * Manuals::          Read The Fine Manuals (RTFM).
144 * Community::        Contact other users.
145 @end menu
146 @divEnd
147
148 @end ifnottex
149
150 @contents
151
152
153 @c ****************** GENERAL STUFF FOR INFO ************
154 @ignore
155 Distributions will want to install lilypond.info in postinstall, doing:
156
157     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
158
159   * Prepend GNU for dir, must be unique.
160
161   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
162     goes to Top.
163
164   * List all commands in direntry.
165
166 @c  * lilypond: (lilypond-application)Running LilyPond.      Invoking the
167 @c    LilyPond  program.
168 @end ignore
169
170 @c Info files are no longer installed in a subdirectory, images are
171 @c expected to be found in lilypond/ subdirectory.
172 @dircategory GNU LilyPond --- the music typesetter
173 @direntry
174 * LilyPond Learning Manual: (lilypond-learning).  Start here.
175 * Music Glossary: (music-glossary).               For non-English users.
176 * LilyPond: (lilypond-notation).                           LilyPond Notation Reference.
177 * LilyPond Snippets: (lilypond-snippets).         Short tricks, tips, and examples.
178 * LilyPond Internals Reference: (lilypond-internals).  Definitions for tweaking.
179 * LilyPond Application Usage: (lilypond-application). Installing and running applications.
180 * LilyPond Website: (lilypond-general).    Preview of new website.
181 * abc2ly: (lilypond-application)Invoking abc2ly.      Importing ABC.
182 * convert-ly: (lilypond-application)Updating files with convert-ly. Older LilyPond versions.
183 * etf2ly: (lilypond-application)Invoking etf2ly.      Importing Finale.
184 * lilypond-book: (lilypond-application)LilyPond-book. Integrating text and music.
185 * midi2ly: (lilypond-application)Invoking midi2ly.    Importing MIDI.
186 * musicxml2ly: (lilypond-application)Invoking musicxml2ly.  Importing MusicXML.
187 @end direntry
188
189
190 @c FIXME: this still doesn't solve the broken links in pdf and big
191 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
192 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
193 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
194 @subheading Read it
195
196 @itemize
197
198 @c normal case, special online case
199 @ifclear web_version
200   @item \refLink\:
201 @end ifclear
202 @ifset web_version
203   @c we assume that the online web version will be split html
204   @item \split\:
205 @end ifset
206 read this manual in the same format as this one.
207
208 @end itemize
209
210 @subheading All formats
211
212 @divClass{keep-bullets}
213 @itemize
214
215 @ifclear web_version
216   @item @uref{../\base\/index.html, \name\ (split HTML)}:
217 @end ifclear
218 @ifset web_version
219   @item \split\
220 @end ifset
221   the manual is split between many HTML pages.
222   @*@ @ @emph{(small download for each page)}
223
224 @ifclear web_version
225   @item @uref{../\base\-big-page.html, \name\ (big HTML)}:
226 @end ifclear
227 @ifset web_version
228   @item \big\
229 @end ifset
230   read this manual as one huge HTML page.
231   @*@ @ @emph{(large single download, \bigsize\)}
232
233 @ifclear web_version
234   @item @uref{../\base\.pdf, \base\.pdf}:
235 @end ifclear
236 @ifset web_version
237   @item \pdf\
238 @end ifset
239   download as a PDF file.
240   @*@ @ @emph{(large single download, \pdfsize\)}
241
242 @end itemize
243
244 @divEnd
245
246 @end macro
247
248
249 @include web/introduction.itexi
250 @include web/download.itexi
251 @include web/manuals.itexi
252 @include web/community.itexi
253
254
255 @bye