]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/zh/web.texi
Run grand-replace (issue 3765)
[lilypond.git] / Documentation / zh / web.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: zh -*-
2 @ignore
3     Translation of GIT committish: a8841c7b9212700f2ebac56e0713afa78a8f0ca0
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 -- 人人的乐谱软件
12 @documentencoding UTF-8
13 @documentlanguage zh
14 @afourpaper
15
16 @c `Web' was imported 2009-08-05 with git commit b938d71...
17 @c @macro copyrightDeclare
18 @c Copyright @copyright{} 2009--2014 by the authors.
19 @c @end macro
20
21 @c Translators: Ben Luo, Anthony Fok
22
23 @set FDL
24 @set web
25 @include macros.itexi
26 @include weblinks.itexi
27
28
29 @c don't remove this comment.
30 @ignore
31 @omfcreator Graham Percival and Patrick McCarty
32 @omfdescription General info about the LilyPond music engraving system
33 @omftype program usage
34 @omfcategory Applications|Publishing
35 @omflanguage English
36 @end ignore
37
38 @copying
39 Copyright @copyright{} 2009--2014 by the authors.
40
41 @c next line is necessary for broken pre-4.13 texinfo's
42 @c install-info, so leave it there until we officially
43 @c bump the required version.  -gp
44 LilyPond 网站由本文件归档。
45
46 @quotation
47 Permission is granted to copy, distribute and/or modify this
48 document under the terms of the GNU Free Documentation License,
49 Version 1.1 or any later version published by the Free Software
50 Foundation; with no Invariant Sections.  A copy of the license is
51 included in the section entitled ``GNU Free Documentation
52 License''.
53 @end quotation
54 @end copying
55
56
57 @c Info files are no longer installed in a subdirectory, images are
58 @c expected to be found in lilypond/ subdirectory.
59 @dircategory GNU LilyPond --- the music typesetter
60 @direntry
61 * LilyPond 学习手册: (lilypond-learning).  从这开始。
62 * Music 术语表: (music-glossary).               为非英语用户。
63 * LilyPond: (lilypond-notation).                           LilyPond 记谱法参考手册。
64 * LilyPond 片断: (lilypond-snippets).         短的特征,窍门和例子。
65 * LilyPond 内部机制参考手册: (lilypond-internals).  定义各调节项。
66 * LilyPond 应用程序的用法: (lilypond-usage). 安装和运行应用程序。
67 * LilyPond 网站: (lilypond-web).    新网站预览。
68 * lilypond: (lilypond-usage)运行 lilypond.       调用 LilyPond 程序。
69 * abc2ly: (lilypond-usage)调用 abc2ly.      导入 ABC。
70 * convert-ly: (lilypond-usage)用convert-ly更新文件。 旧的 LilyPond 版本。
71 * etf2ly: (lilypond-usage)调用 etf2ly.      导入 Finale。
72 * lilypond-book: (lilypond-usage)lilypond-book. 文本和音乐合并。
73 * midi2ly: (lilypond-usage)调用 midi2ly.    导入 MIDI。
74 * musicxml2ly: (lilypond-usage)调用 musicxml2ly.  导入 MusicXML。
75 @end direntry
76
77
78 @c TITLE PAGE
79 @ifnottex
80 @node Top
81 @top LilyPond... 人人的乐谱软件
82 @end ifnottex
83
84
85 @c hack for texi2html, bleh -gp
86 @ifnothtml
87
88 @finalout
89
90 @titlepage
91 @title LilyPond
92 @subtitle 音乐制谱系统
93 @titlefont{通用信息}
94 @author LilyPond 开发团队
95
96 @vskip 0pt plus 1filll
97 @c @vskip 20pt
98
99 @insertcopying
100
101 LilyPond 版本号 @version{}
102 @end titlepage
103 @end ifnothtml
104 @c end hack for texi2html
105
106
107 @c ************************ WEBSITE START ***************
108
109
110 @divId{pageHeader}
111 @heading LilyPond
112
113 ... 人人的乐谱软件
114 @divEnd
115
116 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
117 @imageId{lilylogo,double-lily-modified3,png,LilyPond logo}
118 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
119
120 @divId{quickSummary}
121 @subheading LilyPond 是什么?
122
123 LilyPond (荷花池) 是一个音乐雕版软件,致力产生最高质量的乐谱。它把传统音乐雕版印刷的美学,呈现在计算机打印的乐谱上。LilyPond 是自由软件,也是 @uref{http://gnu.org,GNU Project} 的一部分。
124
125
126 @divClass{align-right}
127 更多内容,请见@ref{简介}!
128
129 @divEnd
130 @divEnd
131
132 @divClass{separator}
133 @divEnd
134
135
136 @divId{news}
137
138 @c TODO: generate this automatically, including RSS feed.
139 @include web/news-front.itexi
140
141 @divClass{float-right}
142 (@ref{旧闻})
143 @divEnd
144
145 @divEnd
146
147 @ifclear web_version
148   @c do nothing
149 @end ifclear
150 @ifset web_version
151   @c make the box:
152 @divId{wildCardBox}
153 @subheading Pondings
154 @divId{wildCardText}
155
156 @divEnd
157 @divEnd
158 @end ifset
159
160 @html
161
162 <script language="JavaScript" type="text/javascript">
163   function loadXMLDoc(dname)
164     {
165       if (window.XMLHttpRequest)
166         {
167           xhttp=new XMLHttpRequest();
168         }
169       else
170         {
171           xhttp=new ActiveXObject("Microsoft.XMLHTTP");
172         }
173       xhttp.open("GET",dname,false);
174       xhttp.send();
175       return xhttp.responseXML;
176     }
177
178   var xmlDoc = loadXMLDoc("tweets.xml");
179   var tweets = xmlDoc.getElementsByTagName("tweet");
180   var index = Math.floor(Math.random() * tweets.length);
181   var tweet = tweets[index];
182   var text = tweet.childNodes[0];
183   document.getElementById("wildCardText").innerHTML = text.nodeValue;
184 </script>
185
186 @end html
187
188 @ifset web_version
189   @c make the box:
190 @divId{latestVersion}
191 @subheading 快捷链接
192
193 @c TODO: javascript to detect OS and suggest download?
194
195 @subsubheading 稳定版
196
197 @ref{Download, Download @versionStable}
198
199 @ref{Manuals, Manuals @versionStable}
200
201 @subsubheading 开发版
202
203 @ref{Development, Download @versionDevel}
204
205 @ref{Development, Manuals @versionDevel}
206
207 @divEnd
208 @end ifset
209
210
211 @ifnottex
212
213 @divClass{hide}
214 @menu
215 * 简介::        从这开始创建乐谱。
216 * 下载::        获得 LilyPond。
217 * 手册::        阅读完整的手册(RTFM)。
218 * 社区::        和其他用户联络。
219 @end menu
220 @divEnd
221
222 @end ifnottex
223
224 @contents
225
226 @allowcodebreaks false
227
228 @c ****************** GENERAL STUFF FOR INFO ************
229 @ignore
230 Distributions will want to install lilypond.info in postinstall, doing:
231
232     install-info --info-dir=/usr/share/info out[-www]/lilypond-web.info
233
234   * Prepend GNU for dir, must be unique.
235
236   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
237     goes to Top.
238
239   * List all commands in direntry.
240
241 @end ignore
242
243 @c FIXME: this still doesn't solve the broken links in pdf and big
244 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
245 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
246 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
247 @subheading 开始阅读
248
249 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
250
251 @end macro
252
253
254 @macro docLinkSplit{name,base,webLink}
255   @docLink{\name\ (分开的 HTML),\base\/index.html,\webLink\}
256 @end macro
257
258 @macro docLinkBig{name,base,webLink}
259   @docLink{\name\ (大的 HTML),\base\-big-page.html,\webLink\}
260 @end macro
261
262 @macro docLinkPdf{name,base,webLink}
263   @docLink{\base\.pdf,\base\.pdf,\webLink\}
264 @end macro
265
266
267 @macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize}
268
269 @divClass{keep-bullets}
270 @itemize
271
272 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
273   本手册分解了许多 HTML 页面。
274   @*@ @ @emph{(每个页面有一小的下载)}
275
276 @item @docLinkBig{\name\,\base\,\big\} @minus{}
277   以单一大 HTML 页面的方式阅读本手册。
278   @*@ @ @emph{(大的单一下载, \bigsize\)}
279
280 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
281   以 PDF 文件的方式下载。
282   @*@ @ @emph{(大的单一下载, \pdfsize\)}
283
284 @end itemize
285
286 @divEnd
287
288 @end macro
289
290
291 @c don't add any extra spaces in this macro -gp
292 @macro ifWebLinks{webLink,normalLink}
293 @ifclear web_version
294   \normalLink\:
295 @end ifclear
296 @ifset web_version
297   \webLink\:
298 @end ifset
299 @end macro
300
301
302 @ifhtml
303 @macro contactUsAbout{topic}
304
305 @divClass{heading-center}
306 @divClass{contactBox}
307 如果您知道有其他可以在这里列出的\topic\,请按照@ref{错误报告}页面上的指示,让我们知道。谢谢!
308
309 @divEnd
310 @divEnd
311
312 @end macro
313 @end ifhtml
314
315 @ifnothtml
316 @macro contactUsAbout{topic}
317 @cartouche
318 如果您知道有其他可以在这里列出的\topic\,
319 请按照@ref{错误报告}页面上的指示,让我们知道。谢谢!
320
321 @end cartouche
322
323 @end macro
324 @end ifnothtml
325
326 @include web/introduction.itexi
327 @include web/download.itexi
328 @include web/manuals.itexi
329 @include web/community.itexi
330
331
332 @bye