1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
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..
11 @settitle LilyPond -- Music notation for everyone
12 @documentencoding UTF-8
19 @include weblinks.itexi
22 @c don't remove this comment.
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
31 @c `Web' was born 2003-03-30 with this commit:
33 @c author: Han-Wen Nienhuys
34 @c commit: d189a2119004c2f75da2020ea2ed36d817582fc5
36 @c @macro copyrightDeclare
37 @c Copyright @copyright{} 2003--2015 by the authors.
41 Copyright @copyright{} 2003--2015 by the authors.
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.
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
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
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.
83 @top LilyPond... music notation for everyone
87 @c hack for texi2html, bleh -gp
94 @subtitle The music typesetter
95 @titlefont{General Information}
96 @author The LilyPond development team
98 @vskip 0pt plus 1filll
103 For LilyPond version @version{}
106 @c end hack for texi2html
109 @c ************************ WEBSITE START ***************
115 ... music notation for everyone
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}
123 LilyPond is a music engraving program, devoted to producing the
124 highest-quality sheet music possible. It brings the aesthetics of
125 traditionally engraved music to computer printouts. LilyPond is free
126 software and part of the @uref{http://gnu.org,GNU Project}.
129 @divClass{align-right}
130 Read more in our @ref{Introduction}!
138 @c TODO: generate this automatically, including RSS feed.
139 @include web/news-front.itexi
141 @divClass{float-right}
152 @c make the side bar:
153 @divId{homePageSideBar}
154 @subheading Stable Release
156 @c TODO: javascript to detect OS and suggest download?
158 @ref{Download, Download @versionStable}
160 @ref{Manuals, Manuals @versionStable}
162 @subheading Unstable Release
164 @ref{Development, Download @versionDevel}
166 @ref{Development, Manuals @versionDevel}
179 <script language="JavaScript" type="text/javascript">
180 function loadXMLDoc(dname)
182 if (window.XMLHttpRequest)
184 xhttp=new XMLHttpRequest();
188 xhttp=new ActiveXObject("Microsoft.XMLHTTP");
190 xhttp.open("GET",dname,false);
192 return xhttp.responseXML;
195 var xmlDoc = loadXMLDoc("tweets.xml");
196 var tweets = xmlDoc.getElementsByTagName("tweet");
197 var index = Math.floor(Math.random() * tweets.length);
198 var tweet = tweets[index];
199 var text = tweet.childNodes[0];
200 document.getElementById("pondingsText").innerHTML = text.nodeValue;
210 * Introduction:: Start here to creating sheet music.
211 * Download:: Get LilyPond.
212 * Manuals:: Read The Fine Manuals (RTFM).
213 * Community:: Contact other users.
221 @allowcodebreaks false
223 @c ****************** GENERAL STUFF FOR INFO ************
225 Distributions will want to install lilypond.info in postinstall, doing:
227 install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
229 * Prepend GNU for dir, must be unique.
231 * Do not list the `lilypond' node at toplevel, so that `info lilypond'
234 * List all commands in direntry.
238 @c FIXME: this still doesn't solve the broken links in pdf and big
239 @c html; we'll need a bunch of @iftext and stuff in here. -gp
240 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
241 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
244 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
249 @macro docLinkSplit{name,base,webLink}
250 @docLink{\name\ (split HTML),\base\/index.html,\webLink\}
253 @macro docLinkBig{name,base,webLink}
254 @docLink{\name\ (big HTML),\base\-big-page.html,\webLink\}
257 @macro docLinkPdf{name,base,webLink}
258 @docLink{\base\.pdf,\base\.pdf,\webLink\}
262 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
264 @divClass{keep-bullets}
267 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
268 the manual is split between many HTML pages.
269 @*@ @ @emph{(small download for each page)}
271 @item @docLinkBig{\name\,\base\,\big\} @minus{}
272 read this manual as one huge HTML page.
273 @*@ @ @emph{(large single download, \bigsize\)}
275 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
276 download as a PDF file.
277 @*@ @ @emph{(large single download, \pdfsize\)}
286 @c don't add any extra spaces in this macro -gp
287 @macro ifWebLinks{webLink,normalLink}
298 @macro contactUsAbout{topic}
300 @divClass{heading-center}
301 @divClass{contactBox}
302 If you are aware of any other \topic\ which could be listed here,
303 please let us know by writing a message to the bug-lilypond
304 mailing list. If you're not subscribed yet you can do so on the list's
305 @uref{https://lists.gnu.org/mailman/listinfo/bug-lilypond,info page}
306 or post directly through the
307 @uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs,
308 gmane lilypond.bugs web interface}.
317 @macro contactUsAbout{topic}
319 If you are aware of any other \topic\ which could be listed here,
320 please let us know by following the instructions on
328 @include web/introduction.itexi
329 @include web/download.itexi
330 @include web/manuals.itexi
331 @include web/community.itexi