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