Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / Documentation / ja / web / download.itexi
blob25d3e105d0ee6275b0ce5db49898d7ae3780896d
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2 @ignore
3     Translation of GIT committish: 2613eed0a13ce118cb11f83057d9d79fc6973a4e
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
10 @c Translators: Yoshiki Sawada
12 @include included/generating-output.itexi
14 @macro warningTextBased
15 @warning{LilyPond は @strong{テキスト ベース} の楽譜作成プログラムです。@c
16 グラフィカルな楽譜編集プログラムよりも、むしろプログラミング言語に似ています。@c
17 LilyPond をダウンロードする前に、@ref{テキスト入力} を読んでください。}
18 @end macro
20 @node ダウンロード
21 @unnumbered ダウンロード
22 @translationof Download
24 @divClass{heading-center}
25 @ifclear web_version
26   @c yes, we want verisonDevel here, since the online links
27   @c for @version won't be up yet!
28   @heading Downloads for LilyPond @versionDevel
30 @warning{LilyPond の安定バージョンへのリンクは
31 @uref{http://lilypond.org, lilypond.org} にあります。}
32 @end ifclear
33 @ifset web_version
34   @heading LilyPond @versionStable のダウンロード
35 @end ifset
37 @warningTextBased
39 @divEnd
41 @divClass{link-headings}
43 @divClass{column-left-top}
44 @subheading ユーザ向け
46 @itemize
48 @item
49 @c ref is duplicated to avoid underlining ref as image.
50 @ref{Unix, @sourceimage{logo-linux,,,}
51 @sourceimage{logo-freebsd,,,}}
52 @ref{Unix, Unix (Linux や FreeBSD)}
54 @item
55 @ref{MacOS X, @sourceimage{logo-macosx,,,}}
56 @ref{MacOS X, MacOS X}
58 @item
59 @ref{Windows, @sourceimage{logo-windows,,,}}
60 @ref{Windows, Microsoft Windows}
62 @end itemize
64 @divEnd
66 @divClass{column-right-top}
67 @subheading 開発者向け
69 @itemize
71 @item
72 @ref{ソース}:
73 パッケージ作成用
75 @item
76 @ref{古いダウンロード}:
77 旧バージョン
79 @item @ref{Development}:
80 最新の不安定なバージョン
82 @end itemize
83 @divEnd
85 @divEnd
88 @divClass{column-center-bottom}
90 @subheading ソフトウェア ライセンス
92 LilyPond は @ref{GPL, GNU General Public License} に基づいて
93 公開されています。
94 @divEnd
97 @divClass{color1}
99 @subheading スポンサー
100 通信帯域を提供してくれている @uref{http://www.vt.edu/, Virgina Tech} と
101 @uref{http://www.linuxaudio.org/, linuxaudio.org} に深謝します。
103 @sourceimage{VTlogo_ITF,,,}
104 @sourceimage{lao_banner_06_on_white_demo,,,}
106 @subheading 法律用語
108 @divClass{legal}
109 すべてのロゴと製品イメージには著作権があり、商標登録されています。
111 @logoLegalLinux
113 @logoLegalFreeBSD
115 @logoLegalMacOSX
117 @logoLegalWindows
119 @divEnd
120 @divEnd
123 @divClass{hide}
124 @menu
125 * Unix::
126 * MacOS X::
127 * Windows::
128 * ソース::
129 * 古いダウンロード::
130 * GPL::
131 @end menu
132 @divEnd
135 @node Unix
136 @unnumberedsec Unix
137 @translationof Unix
139 @divClass{heading-center}
140 @warningTextBased
141 @divEnd
143 @divClass{column-center-top}
144 @subheading 一般パッケージ?それともディストリビューション専用パッケージ?
145 @c Generic Packages or Distribution-Specific Packages?
147 多くのディストリビューションは、通常パッケージに LilyPond を含めています。@c
148 そのようなバージョンは一般パッケージよりも@c
149 容易にインストール/アンインストールできますが、@c
150 古いバージョンである可能性があります。@c
151 一般パッケージを使いたければ、@c
152 お使いのディストリビューションのパッケージ マネージャを用いて、@c
153 システムから公式バージョンをアンインストールしてください。@c
154 お使いのディストリビューションのパッケージ マネージャの使い方については、@c
155 そのディストリビューションのドキュメントを参照してください。
157 @divEnd
160 @divClass{column-left-top}
161 @subheading 一般パッケージ
163 @subsubheading ダウンロード
165 @itemize
167 @item
168 @sourceimage{logo-linux,,,}
169 @ifclear web_version
170   @downloadDevelLinuxNormal
171 @end ifclear
172 @ifset web_version
173   @downloadStableLinuxNormal
174 @end ifset
176 (迷っているのなら、こちらを使ってください)
178 @item
179 @sourceimage{logo-linux,,,}
180 @downloadStableLinuxBig
182 @item
183 @sourceimage{logo-linux,,,}
184 @downloadStableLinuxPPC
186 @item
187 @sourceimage{logo-freebsd,,,}
188 @downloadStableFreeBSDNormal
190 @item
191 @sourceimage{logo-freebsd,,,}
192 @downloadStableFreeBSDBig
194 @end itemize
197 @subsubheading インストール
199 シェルで、以下を入力してください:
201 @example
202 cd PATH-TO-DOWNLOAD-DIRECTORY
203 sh lilypond-@versionStable{}-OS-TYPE.sh
204 @end example
206 @subsubheading アンインストール
208 シェルで、以下を入力してください:
210 @example
211 uninstall-lilypond
212 @end example
214 @divEnd
217 @divClass{column-right-top}
218 @subheading ファイルをコンパイルする
220 @lilypadCommandLine
222 @divEnd
225 @divClass{column-left-top}
226 @subheading ディストリビューション専用パッケージ
227 @c Distribution-specific Packages
229 これらのバージョンをインストール、あるいはアップグレードする場合、@c
230 お使いのディストリビューションのパッケージ マネージャを使ってください。
232 @itemize
234 @item
235 @sourceimage{logo-fedora,,,}
236 @uref{https://admin.fedoraproject.org/pkgdb/packages/name/lilypond,
237 Fedora: LilyPond 2.12.0}
239 @item
240 @sourceimage{logo-ubuntu,,,}
241 @uref{https://launchpad.net/ubuntu/+source/lilypond,
242 Ubuntu: LilyPond 2.12.1}
244 @item
245 @sourceimage{logo-slackware,,,}
246 @uref{http://www.johannes-schoepfer.de/lilypond/,
247 Slackware: LilyPond 2.12.1}
249 @item
250 @sourceimage{logo-debian,,,}
251 @uref{http://packages.debian.org/search?keywords=lilypond,
252 Debian: LilyPond 2.10.33}
254 @item
255 @sourceimage{logo-suse,,,}
256 @uref{http://opensuse.org/?fixme=urg-no-lilypond-package-page,
257 openSUSE: LilyPond 2.10.33}
259 @end itemize
261 @divEnd
264 @divClass{column-center-bottom}
265 @subheading 法律用語
267 @divClass{legal}
268 すべてのロゴと商品イメージには著作権があり、商標登録されています。
270 @logoLegalLinux
272 @logoLegalFreeBSD
274 @divEnd
275 @divEnd
278 @node MacOS X
279 @unnumberedsec MacOS X
280 @translationof MacOS X
282 @divClass{heading-center}
283 @warningTextBased
284 @divEnd
286 @divClass{column-left-top}
287 @subheading パッケージ
289 @subsubheading ダウンロード
291 @itemize
293 @item
294 @sourceimage{logo-macosx,,,}
295 @downloadStableDarwinNormal
296 Intel チップの MacOS X 10.4 以上用 (迷っているのなら、こちらを使ってください)
298 @item
299 @sourceimage{logo-macosx,,,}
300 @downloadStableDarwinPPC
301 G3 と G4 CPU の MacOS X 10.4 以上用 (古い Apple コンピュータ)
303 @end itemize
305 @subsubheading インストール
307 ダウンロードしたファイルをダブルクリックして、@c
308 それをお好みの場所にドラッグしてください。
310 @subsubheading アンインストール
312 LilyPond.app フォルダを削除してください。
314 @divEnd
316 @divClass{column-right-top}
317 @subheading ファイルをコンパイルする
319 @lilypadOSX
321 @divEnd
324 @divClass{column-left-top}
325 @subheading コマンドラインから実行する
327 @warning{GUI 環境の方を好むのであれば、以下の説明は無視してください。}
329 @subsubheading MacOS X のコマンドライン
331 lilypond スクリプトを実行する最も簡便な方法は、@c
332 あなた自身の @qq{ヘルパー} スクリプトをセットすることです。
334 @enumerate
336 @item
337 スクリプトを保存するためのディレクトリを作成します:
339 @example
340 mkdir -p ~/bin
341 cd ~/bin
342 @end example
345 @item
346 以下の内容を持つ @command{lilypond} というファイルを作成します:
348 @divClass{h-scroll-auto}
349 @example
350 exec @var{DIR}/LilyPond.app/Contents/Resources/bin/lilypond "$@@"
351 @end example
352 @divEnd
354 @warning{@var{DIR} は、一般には @code{/Applications/} です。}
357 @item
358 @command{bin/lilypond} を @command{bin/convert-ly} 
359 (あるいは他のプログラム名) に置き換えて、@c
360 @command{lilypond-book}, @command{convert-ly}, 
361 それに他の使いたいスクリプトのファイルを同じように作成します。
364 @item
365 ファイルを実行可能にします:
367 @example
368 chmod u+x lilypond
369 @end example
372 @item
373 さらに、このディレクトリをパスに加えます。@c
374 ホーム ディレクトリの中にある @code{.profile} というファイルを変更
375 (あるいは作成) して、以下のような内容を持たせます:
377 @example
378 export PATH=$PATH:~/bin
379 @end example
381 このファイルは、空の行で終わっていなければなりません。
383 @end enumerate
386 @subsubheading 個々のスクリプトを呼び出す
388 スクリプト
389 -- @command{lilypond-book}, @command{convert-ly}, @command{abc2ly}, 
390 それに @command{lilypond} 自体も
391 -- は、MacOS@tie{}X 用の @code{.app} ファイルの中に含まれています。
393 さらに、スクリプトを直接呼び出すことによって、@c
394 コマンドラインから実行することができます:
396 @divClass{h-scroll-auto}
397 @example
398 @var{path/to}/LilyPond.app/Contents/Resources/bin/lilypond
399 @end example
400 @divEnd
402 そのディレクトリの中にある他のすべてのスクリプト
403 -- @command{lilypond-book} や @command{convert-ly} など
404 -- についても同じことが言えます。
406 @divEnd
409 @divClass{column-center-bottom}
410 @subheading 法律用語
412 @divClass{legal}
413 すべてのロゴと商品イメージには著作権があり、商標登録されています。
415 @logoLegalMacOSX
417 @divEnd
418 @divEnd
422 @node Windows
423 @unnumberedsec Windows
424 @translationof Windows
426 @divClass{heading-center}
427 @warningTextBased
428 @divEnd
430 @divClass{column-left-top}
431 @subheading パッケージ
433 @subsubheading ダウンロード
435 @itemize
437 @item
438 @sourceimage{logo-windows,,,}
439 @downloadStableWindows
440 Windows ME, NT, 2000, XP, Vista それに 7 用
442 @end itemize
444 @subsubheading インストール
446 @enumerate
448 @item
449 ダウンロードしたファイルをダブルクリックして、インストールを開始してください。@c
450 インストーラの指示に従ってインストールしてください。@c
451 すべてのインストール オプションにチェックを入れて、@c
452 デフォルトのインストール場所にインストールすることをお勧めします。@c
453 インストールが完了したら、@q{Finish} ボタンをクリックしてください。@c
454 これで LilyPond はインストールされています。
456 @end enumerate
458 @subsubheading アンインストール
460 アンインストールする方法は 2 つあります --
462 @enumerate
464 @item
465 スタート メニューから LilyPond を選択し、@c
466 そこから @qq{Uninstall} アイコンをクリックしてください。@c
467 アンインストールが完了したら、@q{Finish} ボタンをクリックしてください。
469 @item
470 あるいは、コントロール パネルの @qq{プログラムの追加と削除} を開き、@c
471 LilyPond までスクロールして、@qq{削除} ボタンをクリックしてください。
473 @end enumerate
475 @divEnd
478 @divClass{column-right-top}
479 @subheading ファイルをコンパイルする
481 @lilypadWindows
483 @divEnd
486 @divClass{column-left-top}
487 @subheading コマンドラインから実行する
489 @warning{GUI 環境の方を好むのであれば、以下の説明は無視してください。}
491 @subsubheading Windows のコマンドライン
493 LilyPond を実行する最も簡便な方法は、@c
494 LilyPond 実行可能のファイルを保持しているフォルダを、@c
495 環境変数 @qq{Path} に追加することです。
498 @enumerate
500 @item
501 コントロール パネルの @qq{システム} を開き、@c
502 @qq{詳細設定} タブを選択し、@qq{環境変数} ボタンをクリックします。
504 @item
505 @qq{システム環境変数} リストから変数 @qq{Path} を選択し、@c
506 編集ボタンをクリックします。@c
507 @qq{システム変数の編集} というタイトルのウィンドウが表示されます。@c
508 @qq{変数値} の最後に、LilyPond の実行可能ファイルを保持しているフォルダを、@c
509 以下のように付け加えます:
511 @example
512 [@var{既存の Path}];@var{DIR}\LilyPond\usr\bin
513 @end example
515 @warning{@var{DIR} は、一般には @code{C:\Program Files} です。}
517 @noindent
518 @qq{OK} ボタンをクリックしてウィンドウを閉じます。
520 @end enumerate
522 @subsubheading 個々の実行可能ファイルを呼び出す
524 lilypond, lilypond-book, convert-ly などの LilyPond 実行可能ファイルを@c
525 コマンドラインから呼び出すことによって、実行することができます:
527 @example
528 lilypond test.ly
529 @end example
531 @divEnd
534 @divClass{column-center-bottom}
535 @subheading 法律用語
537 @divClass{legal}
538 すべてのロゴと製品イメージには著作権があり、商標登録されています。
540 @logoLegalWindows
542 @divEnd
543 @divEnd
547 @node ソース
548 @unnumberedsec ソース
549 @translationof Source
551 @divClass{heading-center}
552 @warningTextBased
553 @divEnd
555 @warning{自分自身で LilyPond をビルドしようと @strong{しない} ことを@c
556 強く推奨します。@c
557 ほとんどすべてのユーザは、ビルド済みバージョンを使用した方が良いです。}
559 @divClass{column-left-bottom}
560 @subheading ソース tarball
561 @c Source tarball
563 @downloadStableSource{}
565 新旧すべてのバージョンは、@c
566 @uref{http://download.linuxaudio.org/lilypond/binaries/,ダウンロード サイト}
567 でリストアップされています。
569 @divEnd
571 @divClass{column-right-bottom}
572 @subheading コンパイル方法
574 コンパイル方法は @rcontrib{Compiling LilyPond} に記載されています。
576 @divEnd
579 @node 古いダウンロード
580 @unnumberedsec 古いダウンロード
581 @translationof Old downloads
583 @divClass{heading-center}
584 @warningTextBased
585 @divEnd
587 @divClass{column-center-top}
588 @subheading すべてのバージョン
590 新旧すべてのバージョンは、@c
591 @uref{http://download.linuxaudio.org/lilypond/binaries/,ダウンロード サイト}
592 でリストアップされています。
594 @divEnd
597 @node GPL
598 @unnumberedsec GPL
599 @translationof GPL
601 @divClass{column-center-top}
602 @subheading ソフトウェア ライセンス
603 @c Software license
605 GNU LilyPond は、@c
606 GNU General Public License に基づいて公開されています。@c
607 このライセンスの紹介と、このライセンスを選択した理由については、@c
608 @ref{自由} に記述されています。@c
609 (訳者) GNU GPL, GNU FDL の日本語訳は
610 @uref{http://www.opensource.jp/,Open Source Group Japan}
611 を参照してください。
613 @divEnd
615 @divClass{column-center-bottom}
616 @subheading GNU General Public License
618 @include gpl.itexi
620 @divEnd