]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/learning.tely
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / ja / learning.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 499a511d4166feaada31114e097f86b5e0c56421
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 @setfilename lilypond-learning.info
10 @settitle GNU LilyPond -- 学習マニュアル
11 @documentencoding UTF-8
12 @documentlanguage ja
13
14 @include macros.itexi
15 @c  This produces the unified index
16 @syncodeindex fn cp
17 @syncodeindex vr cp
18
19 @afourpaper
20
21 @c don't remove this comment.
22 @ignore
23 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
24 @omfdescription Learning Manual of the LilyPond music engraving system
25 @omftype program usage
26 @omfcategory Applications|Publishing
27 @omflanguage Japanese
28 @end ignore
29
30
31 @c Translators: Yoshiki Sawada
32 @c Translation status: post-GDP
33
34
35 @copying
36 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005,
37 2006, 2007, 2008, 2009 by the authors.
38
39 @emph{以下は英語を話さない人々のための著作権についての注意書きです。しかしなが@c
40 ら、英語で書かれた注意書きだけが法的に有効です。}
41
42 @quotation
43 GNU フリー文書利用許諾契約書バージョン 1.1 またはフリー ソフトウェア財団によっ@c
44 て発行されたその後のバージョンの約定に従う限り、このドキュメントを複製、変更す@c
45 る許可を与えます。変更不可部分はありません。この利用許諾契約書のコピーは 「GNU 
46 フリー文書利用許諾契約書」という章に含まれています。
47 @end quotation
48
49 @quotation
50 Permission is granted to copy, distribute and/or modify this document
51 under the terms of the GNU Free Documentation License, Version 1.1
52 or any later version published by the Free Software Foundation;
53 with no Invariant Sections.
54 A copy of the license is included in the section entitled ``GNU
55 Free Documentation License''.
56 @end quotation
57 @end copying
58
59 @macro introText
60 @cartouche
61 @ignore
62 This file provides an introduction to GNU LilyPond version
63 @version{}.  For more information about how this fits with the
64 other documentation, see
65 FIXME FIXME FIXME
66 @end ignore
67 これは GNU LilyPond バージョン @version{} のための学習マニュアルです。@c
68 このドキュメントと他のドキュメントとの関係についての更なる情報は、@c
69 FIXME FIXME FIXME を参照してください。
70 @c @ref{このドキュメントについて} を参照してください。
71 @end cartouche
72 @end macro
73
74
75 @c TITLE PAGE
76 @ifnottex
77 @node トップ ページ
78 @top GNU LilyPond --- 学習マニュアル
79 @translationof Top
80 @end ifnottex
81
82 @finalout
83
84 @titlepage
85 @title LilyPond
86 @subtitle 音楽譜刻システム
87 @c subtitle Le système de gravure musicale
88 @titlefont{学習マニュアル}
89 @author LilyPond 開発チーム
90
91 @vskip 100pt
92
93 @introText{}
94
95 @vskip 0pt plus 1filll
96 @c @vskip 20pt
97
98 @insertcopying
99
100 For LilyPond version @version{}
101 @end titlepage
102
103
104 @c TOC -- non-tex
105
106 @ifnottex
107 @introText{}
108
109 @menu
110 * 導入部::                      ここから始めてください。
111 * 一般的な記譜法::              LilyPond 導入の手引き
112 * 基礎となるコンセプト::        このマニュアルの残りの部分を読むために@c
113 必要とされる基本的なコンセプト
114 * 出力を調整する::              出力を変更するための導入部
115
116 付録
117
118 * テンプレート::                      作成 (コンパイル) 準備ができている@c
119 テンプレート
120 * Scheme チュートリアル::                    LilyPond 内部のプログラミング
121 * GNU Free Documentation License::     このドキュメントの使用許諾書
122 * LilyPond インデックス::
123 @end menu
124
125
126 @ifhtml
127 @ifclear bigpage
128 このドキュメントは
129 @c @uref{source/Documentation/learning.pdf,PDF 形式} と@c
130 @uref{source/Documentation/learning-big-page.ja.html,大きな 1 ページ形式}
131 でも利用可能です。
132 @end ifclear
133 @ifset bigpage
134 このドキュメントは
135 @c @uref{source/Documentation/learning.pdf,PDF 形式} と@c
136 @uref{source/Documentation/learning/index.html,複数のページにインデックス化された HTML 形式}
137 でも利用可能です。
138 @end ifset
139 @end ifhtml
140
141 @end ifnottex
142
143
144 @c TOC - tex
145 @contents
146
147
148 @c INCLUDES
149
150 @include learning/introduction.itely
151 @include learning/common-notation.itely
152 @include learning/fundamental.itely
153 @include learning/tweaks.itely
154
155 @include learning/templates.itely
156 @include learning/scheme-tutorial.itely
157 @include fdl.itexi
158
159
160 @node LilyPond インデックス
161 @appendix LilyPond インデックス
162 @translationof LilyPond index
163
164 @printindex cp
165
166 @bye