]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/web.texi
Run grand replace for 2015.
[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 @set FDL
17 @set web
18 @include macros.itexi
19 @include weblinks.itexi
20
21
22 @c don't remove this comment.
23 @ignore
24 @omfcreator Graham Percival and Patrick McCarty
25 @omfdescription General info about the LilyPond music engraving system
26 @omftype program usage
27 @omfcategory Applications|Publishing
28 @omflanguage English
29 @end ignore
30
31 @c `Web' was born 2003-03-30 with this commit:
32 @c Initial revision
33 @c author: Han-Wen Nienhuys
34 @c commit: d189a2119004c2f75da2020ea2ed36d817582fc5
35
36 @c @macro copyrightDeclare
37 @c Copyright @copyright{} 2003--2015 by the authors.
38 @c @end macro
39
40 @copying
41 Copyright @copyright{} 2003--2015 by the authors.
42
43 @c next line is necessary for broken pre-4.13 texinfo's
44 @c install-info, so leave it there until we officially
45 @c bump the required version.  -gp
46 This file documents the LilyPond website.
47
48 @quotation
49 Permission is granted to copy, distribute and/or modify this
50 document under the terms of the GNU Free Documentation License,
51 Version 1.1 or any later version published by the Free Software
52 Foundation; with no Invariant Sections.  A copy of the license is
53 included in the section entitled ``GNU Free Documentation
54 License''.
55 @end quotation
56 @end copying
57
58
59 @c Info files are no longer installed in a subdirectory, images are
60 @c expected to be found in lilypond/ subdirectory.
61 @dircategory GNU LilyPond --- the music typesetter
62 @direntry
63 * LilyPond Learning Manual: (lilypond-learning).  Start here.
64 * Music Glossary: (music-glossary).               For non-English users.
65 * LilyPond: (lilypond-notation).                           LilyPond Notation Reference.
66 * LilyPond Snippets: (lilypond-snippets).         Short tricks, tips, and examples.
67 * LilyPond Internals Reference: (lilypond-internals).  Definitions for tweaking.
68 * LilyPond Application Usage: (lilypond-usage). Installing and running applications.
69 * LilyPond Website: (lilypond-web).    Preview of new website.
70 * lilypond: (lilypond-usage)Running lilypond.      Invoking the LilyPond program.
71 * abc2ly: (lilypond-usage)Invoking abc2ly.      Importing ABC.
72 * convert-ly: (lilypond-usage)Updating files with convert-ly. Older LilyPond versions.
73 * etf2ly: (lilypond-usage)Invoking etf2ly.      Importing Finale.
74 * lilypond-book: (lilypond-usage)lilypond-book. Integrating text and music.
75 * midi2ly: (lilypond-usage)Invoking midi2ly.    Importing MIDI.
76 * musicxml2ly: (lilypond-usage)Invoking musicxml2ly.  Importing MusicXML.
77 @end direntry
78
79
80 @c TITLE PAGE
81 @ifnottex
82 @node Top
83 @top LilyPond... music notation for everyone
84 @end ifnottex
85
86
87 @c hack for texi2html, bleh -gp
88 @ifnothtml
89
90 @finalout
91
92 @titlepage
93 @title LilyPond
94 @subtitle The music typesetter
95 @titlefont{General Information}
96 @author The LilyPond development team
97
98 @vskip 0pt plus 1filll
99 @c @vskip 20pt
100
101 @insertcopying
102
103 For LilyPond version @version{}
104 @end titlepage
105 @end ifnothtml
106 @c end hack for texi2html
107
108
109 @c ************************ WEBSITE START ***************
110
111
112 @divId{pageHeader}
113 @heading LilyPond
114
115 ... music notation for everyone
116 @divEnd
117
118 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
119 @imageId{lilylogo,double-lily-modified3,png,LilyPond logo}
120 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
121
122 @divId{quickSummary}
123 @subheading What is LilyPond?
124
125 LilyPond is a music engraving program, devoted to producing the
126 highest-quality sheet music possible.  It brings the aesthetics of
127 traditionally engraved music to computer printouts.  LilyPond is free
128 software and part of the @uref{http://gnu.org,GNU Project}.
129
130
131 @divClass{align-right}
132 Read more in our @ref{Introduction}!
133
134 @divEnd
135 @divEnd
136
137 @divClass{separator}
138 @divEnd
139
140
141 @divId{news}
142
143 @c TODO: generate this automatically, including RSS feed.
144 @include web/news-front.itexi
145
146 @divClass{float-right}
147 (@ref{Old news})
148 @divEnd
149
150 @divEnd
151
152 @ifclear web_version
153   @c do nothing
154 @end ifclear
155 @ifset web_version
156   @c make the box:
157 @divId{wildCardBox}
158 @subheading Pondings
159 @divId{wildCardText}
160
161 @divEnd
162 @divEnd
163 @end ifset
164
165 @html
166
167 <script language="JavaScript" type="text/javascript">
168   function loadXMLDoc(dname)
169     {
170       if (window.XMLHttpRequest)
171         {
172           xhttp=new XMLHttpRequest();
173         }
174       else
175         {
176           xhttp=new ActiveXObject("Microsoft.XMLHTTP");
177         }
178       xhttp.open("GET",dname,false);
179       xhttp.send();
180       return xhttp.responseXML;
181     }
182
183   var xmlDoc = loadXMLDoc("tweets.xml");
184   var tweets = xmlDoc.getElementsByTagName("tweet");
185   var index = Math.floor(Math.random() * tweets.length);
186   var tweet = tweets[index];
187   var text = tweet.childNodes[0];
188   document.getElementById("wildCardText").innerHTML = text.nodeValue;
189 </script>
190
191 @end html
192
193 @ifset web_version
194   @c make the box:
195 @divId{latestVersion}
196 @subheading Quick links
197
198 @c TODO: javascript to detect OS and suggest download?
199
200 @subsubheading Stable
201
202 @ref{Download, Download @versionStable}
203
204 @ref{Manuals, Manuals @versionStable}
205
206 @subsubheading Unstable
207
208 @ref{Development, Download @versionDevel}
209
210 @ref{Development, Manuals @versionDevel}
211
212 @divEnd
213 @end ifset
214
215
216 @ifnottex
217
218 @divClass{hide}
219 @menu
220 * Introduction::     Start here to creating sheet music.
221 * Download::         Get LilyPond.
222 * Manuals::          Read The Fine Manuals (RTFM).
223 * Community::        Contact other users.
224 @end menu
225 @divEnd
226
227 @end ifnottex
228
229 @contents
230
231 @allowcodebreaks false
232
233 @c ****************** GENERAL STUFF FOR INFO ************
234 @ignore
235 Distributions will want to install lilypond.info in postinstall, doing:
236
237     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
238
239   * Prepend GNU for dir, must be unique.
240
241   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
242     goes to Top.
243
244   * List all commands in direntry.
245
246 @end ignore
247
248 @c FIXME: this still doesn't solve the broken links in pdf and big
249 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
250 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
251 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
252 @subheading Read it
253
254 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
255
256 @end macro
257
258
259 @macro docLinkSplit{name,base,webLink}
260   @docLink{\name\ (split HTML),\base\/index.html,\webLink\}
261 @end macro
262
263 @macro docLinkBig{name,base,webLink}
264   @docLink{\name\ (big HTML),\base\-big-page.html,\webLink\}
265 @end macro
266
267 @macro docLinkPdf{name,base,webLink}
268   @docLink{\base\.pdf,\base\.pdf,\webLink\}
269 @end macro
270
271
272 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
273
274 @divClass{keep-bullets}
275 @itemize
276
277 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
278   the manual is split between many HTML pages.
279   @*@ @ @emph{(small download for each page)}
280
281 @item @docLinkBig{\name\,\base\,\big\} @minus{}
282   read this manual as one huge HTML page.
283   @*@ @ @emph{(large single download, \bigsize\)}
284
285 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
286   download as a PDF file.
287   @*@ @ @emph{(large single download, \pdfsize\)}
288
289 @end itemize
290
291 @divEnd
292
293 @end macro
294
295
296 @c don't add any extra spaces in this macro -gp
297 @macro ifWebLinks{webLink,normalLink}
298 @ifclear web_version
299   \normalLink\:
300 @end ifclear
301 @ifset web_version
302   \webLink\:
303 @end ifset
304 @end macro
305
306
307 @ifhtml
308 @macro contactUsAbout{topic}
309
310 @divClass{heading-center}
311 @divClass{contactBox}
312 If you are aware of any other \topic\ which could be listed here,
313 please let us know by writing a message to the bug-lilypond
314 mailing list. If you're not subscribed yet you can do so on the list's
315 @uref{https://lists.gnu.org/mailman/listinfo/bug-lilypond,info page}
316 or post directly through the
317 @uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs,
318 gmane lilypond.bugs web interface}.
319
320 @divEnd
321 @divEnd
322
323 @end macro
324 @end ifhtml
325
326 @ifnothtml
327 @macro contactUsAbout{topic}
328 @cartouche
329 If you are aware of any other \topic\ which could be listed here,
330 please let us know by following the instructions on
331 @ref{Bug reports}.
332
333 @end cartouche
334
335 @end macro
336 @end ifnothtml
337
338 @include web/introduction.itexi
339 @include web/download.itexi
340 @include web/manuals.itexi
341 @include web/community.itexi
342
343
344 @bye