]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/learning/tutorial.itely
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / ja / learning / tutorial.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2
3 @ignore
4     Translation of GIT committish: 499a511d4166feaada31114e097f86b5e0c56421
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c \version "2.12.0"
11
12 @ignore
13 Tutorial guidelines:  (different from policy.txt!)
14 - unless you have a really good reason, use either
15     @lilypond[verbatim,quote]
16   or
17     @lilypond[verbatim,quote,relative=2]
18
19   Don't use any other relative=X commands.
20
21 - use "aes" and "ees" instead of "as" and "es".  I know it's not
22   correct Dutch naming, but let's not confuse people with this
23   until we get to the Basic notation chapter.
24
25 - Add "Music Glossary: @rglos{foo}" to the *top* of the relevant
26   portions of the tutorial.
27
28 @end ignore
29
30
31 @c Translators: Yoshiki Sawada
32 @c Translation status: post-GDP
33
34
35 @node チュートリアル
36 @chapter チュートリアル
37 @translationof Tutorial
38
39 このチュートリアルではまず LilyPond 音楽言語についての紹介を行い、楽譜を作り出す方法について説明します。LilyPond との最初の接触の後、我々は一般的な音楽表記を持つ楽譜を作成する方法について説明します。
40
41 @menu
42 * 最初のステップ::
43 * 単一譜表表記::
44 * 同時に演奏する複数の音符::
45 * 歌曲::
46 * 仕上げ::
47 @end menu
48
49
50 @node 最初のステップ
51 @section 最初のステップ
52 @translationof First steps
53
54 この節は LilyPond に取り組むための基本的な入門書です。
55
56 @menu
57 * ファイルをコンパイルする::
58 * 簡単な表記::
59 * 入力ファイルに取り組む::
60 * このマニュアルの読み方::
61 @end menu
62
63
64 @node ファイルをコンパイルする
65 @subsection ファイルをコンパイルする
66 @translationof Compiling a file
67
68 @cindex compiling
69 @cindex first example
70 @cindex example, first
71 @cindex case sensitive
72
73 @qq{コンパイル} は LilyPond フォーマットで書かれた入力ファイルを印刷可能なファイルを作り出すため、そして (オプションとして) 演奏可能な MIDI ファイルを作り出すために処理することを意味する用語です。LilyPond 入力ファイルはシンプルなテキストファイルです。最初の例ではシンプルな入力ファイルがどのようなものかを示します。
74
75 楽譜を作成するために、我々は表記を指定する入力ファイルを書きます。例えば、以下のように書くと:
76
77 @example
78 @{
79   c' e' g' e'
80 @}
81 @end example
82
83 @noindent
84 結果は以下のようになります。
85
86 @c  in this case we don't want verbatim
87 @lilypond[quote]
88 {
89   c' e' g' e'
90 }
91 @end lilypond
92
93 @c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
94 @c strong内で {} を使用しようとした場合、なぜか下記のような表記にしなければエラーが発生した
95 @c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
96 @warning{LilyPond 入力の音符と歌詞は、
97 @strong{@code{@{}} @strong{中括弧} @strong{@code{@}}}
98 で囲まれている必要があります。さらに、あいまいさを避けるために、中括弧は行の最初か最後でない限りはスペースによって囲まれているべきです。中括弧はこのマニュアルのいくつかの例では省略されているかもしれませんが、あなた自身が作成する楽譜では忘れないでください!マニュアルの中にある例を表示する方法についての更なる情報については、@ref{このマニュアルの読み方} を参照してください。}
99
100 さらに、LilyPond 入力は@strong{大文字/小文字}の区別 があります。@w{@code{@{ c d e @}}} は有効な入力ですが、@w{@code{@{ C D E @}}} はエラーになります。
101
102 @smallspace
103
104
105 @subheading 音楽表記を入力して出力を閲覧する
106 @c 音楽の入力と出力の閲覧
107
108 @cindex PDF file
109 @cindex viewing music
110 @cindex text editors
111 @cindex running LilyPond under MacOS X
112 @cindex MacOS X, running LilyPond
113 @cindex running LilyPond under Windows
114 @cindex Windows, running LilyPond
115 @cindex running LilyPond under Unix
116 @cindex Unix, running LilyPond
117
118 ここでは、実行すべきコマンドと、出力を閲覧または印刷する方法について説明します。
119
120 LilyPond に対してより良いサポートを提供するテキスト エディタがいくつかあります。更なる情報は @rprogram{テキスト エディタのサポート} を参照してください。
121 @c LilyPond をサポートする テキスト エディタ (Text editor support)
122
123 @warning{あなたが初めて LilyPond を実行した場合、1, 2 分かかるかもしれません。なぜなら、まず最初にすべてのシステム フォントが分析されるからです。それから後は、LilyPond はずっと早く実行されます!}
124
125
126 @subsubheading MacOS X
127
128 @command{LilyPond.app} をダブル クリックすると、見本となるファイルが開きます。それを -- 例えば @file{test.ly} という名前で -- Desktop に保存し、それをメニュー コマンド @w{@code{Compile > Typeset File}} で処理します。結果の PDF ファイルがスクリーン上に表示されます。
129
130 この先の LilyPond の使用のために、あなたは @qq{New} または @qq{Open} を選択することによって開始すべきです。植字を行う (訳者: コンパイルする) 前に、あなたはあなたのファイルを保存しなければなりません。処理中にエラーが発生した場合、ログ ウィンドを見てください。
131
132
133 @subsubheading Windows
134
135 Windows では、デスクトップ上の LilyPond アイコンをダブル クリックした場合、シンプルなテキスト エディタで見本ファイルが開きます。それを -- 例えば @file{test.ly} という名前で -- デスクトップ上に保存し、そのファイルを処理するためにそのファイルをダブル クリックします (そのファイルのアイコンはノートのような形をしています)。数秒後、デスクトップ上に @file{test.pdf} というファイルが作成されます。刻譜された楽譜を見るにはこの PDF ファイルをダブル クリックします。@file{test.ly} ファイルを処理するためのもう 1 つの方法は、マウス ポインタを使ってそのファイルを LilyPond アイコンにドラッグ&ドロップします。
136
137 既存の @file{.ly} を編集するには、そのファイルを右クリックして @qq{Edit source} を選択します。LilyPond 入力を開始するための空ファイルを作成するには、上記と同じようにしてエディタを開き、@qq{ファイル} メニューの中にある @qq{新規作成} を使用するか、デスクトップ上で右クリックして @qq{新規作成 ... テキスト文書} を選択して、そのテキスト ファイルの名前を変更して、ファイル拡張子を @file{.ly} に変更します。LilyPond ソース コードに入力するには前述と同様にアイコンを右クリックします。
138
139 ファイルをダブル クリックすると、結果として PDF ファイルが出力されるだけではなく、LilyPond がそのファイルに対して行ったことについての情報を保持する @file{.log} ファイルも生成されます。エラーが発生した場合、このファイルを検証してください。
140
141
142 @subsubheading UNIX
143 @file{test.ly} という名前のテキスト ファイルを作成し、以下を入力します:
144 @example
145 @{
146   c' e' g' e'
147 @}
148 @end example
149
150 @file{test.ly} を処理するには以下のようにします:
151
152 @example
153 lilypond test.ly
154 @end example
155
156 @noindent
157 以下のようなものが表示されます:
158
159 @example
160 lilypond test.ly
161 GNU LilyPond @version{}
162 Processing `test.ly'
163 Parsing...
164 Interpreting music...
165 Preprocessing graphical objects...
166 Finding the ideal number of pages...
167 Fitting music on 1 page...
168 Drawing systems...
169 Layout output to `test.ps'...
170 Converting to `test.pdf'...
171 @end example
172
173
174 @node 簡単な表記
175 @subsection 簡単な表記
176 @translationof Simple notation
177
178 @cindex simple notation
179 @cindex notation, simple
180
181 LilyPond はいくつかの表記要素を自動的に追加します。次の例では、我々は 4 つの音高 (ピッチ) を指定しただけですが、LilyPond が音部記号、拍子記号、韻律を加えています。
182
183 @lilypond[verbatim,quote]
184 {
185   c' e' g' e'
186 }
187 @end lilypond
188
189 @noindent
190 この挙動は変更されるかもしれませんが、たいていのケースではこれらの自動値は役に立ちます。
191
192
193 @subheading 音高
194 @c 音高
195
196 @cindex pitches
197 @cindex relative mode
198 @cindex quote, single
199 @cindex comma
200 @cindex accidentals and relative mode
201 @cindex relative mode, and accidentals
202
203 @funindex \relative
204 @funindex relative
205 @funindex '
206 @funindex ,
207
208 音楽用語集: @rglos{pitch}, @rglos{interval},
209 @rglos{scale}, @rglos{middle C}, @rglos{octave},
210 @rglos{accidental}
211 @c 音高 (pitch), 音程 (interval), 音階 (scale), ミドル C (middle C), オクターブ (octave), 臨時記号 (accidental)
212 音符を入力するための最も簡単な方法は @code{\relative} モードを使用することです。このモードでは、後に続く音符は常に前の音符に最も近い場所になるという仮定によって自動的にオクターブが選択されます。つまり、音符は前の音符から 3 譜表スペース (訳者: 1 譜表スペースとは同じ音階のド→レ、レ→ミ、~の間隔のこと) 以内に置かれます。我々はまず音楽の最も基本的な要素 -- @notation{音階} (ここでは各音符は前の音符からちょうど 1 譜表スペースの位置にきます) -- からはじめます。
213
214 @lilypond[verbatim,quote]
215 % set the starting point to middle C
216 % ミドル C から始めます
217 \relative c' {
218   c d e f
219   g a b c
220 }
221 @end lilypond
222
223 最初の音符は@notation{ミドル C} です。一連の音符はそれぞれ前の音符と最も近い場所に置かれています -- 言い換えると、最初の @code{c} はミドル C に最も近い C です。これに前の音符に最も近い D が続きます。我々は @code{\relative} モードだけを使ってより大きな音程を持つ旋律を作ることができます:
224
225 @lilypond[verbatim,quote]
226 \relative c' {
227   d f a g
228   c b f d
229 }
230 @end lilypond
231
232 @noindent
233 旋律の最初の音符が開始音高を指定している音符である必要はありません。前の例では、最初の音符 -- @code{d} -- はミドル C に最も近い D です。
234
235 @code{@w{\relative c' @{}} コマンドにクォート @code{'} やカンマ @code{,} を付け加える (あるいは取り除く) ことによって、開始オクターブを変更することができます:
236
237 @lilypond[verbatim,quote]
238 % one octave above middle C
239 % % ミドル C より 1 オクターブ上から開始します
240 \relative c'' {
241   e c a c
242 }
243 @end lilypond
244
245 相対モードは最初のうちは混乱を引き起こす可能性がありますが、たいていの旋律を入力するのに最も容易な方法です。相対計算が実際にどのように行われるのか見てみましょう。B -- ト音記号の譜面の真ん中の譜線上にあります -- から開始すると、C, D, E は上方向に 3 譜表スペース以内にあり、A, G, F は下方向に 3 譜表スペース以内にあります。そのため、B の後に続く音符が C, D, E である場合、その音符は B の上に置かれ、A, G, F である場合は B の下に置かれます。
246
247 @lilypond[verbatim,quote]
248 \relative c'' {
249   b c  % c is 1 staff space up, so is the c above
250        % c は 1 譜表スペース上なので、c は上になります
251   b d  % d is 2 up or 5 down, so is the d above
252        % d は 2 譜表スペース上あるいは 5 譜表スペース下なので、d は上になります
253   b e  % e is 3 up or 4 down, so is the e above
254        % e は 3 譜表スペース上あるいは 4 譜表スペース下なので、e は上になります
255   b a  % a is 6 up or 1 down, so is the a below
256        % a は 6 譜表スペース上あるいは 1 譜表スペース下なので、a は下になります
257   b g  % g is 5 up or 2 down, so is the g below
258        % g は 5 譜表スペース上あるいは 2 譜表スペース下なので、g は下になります
259   b f  % f is 4 up or 3 down, so is the f below
260        % f は 4 譜表スペース上あるいは 3 譜表スペース下なので、f は下になります
261 }
262 @end lilypond
263
264 これらの音符のいずれかにシャープやフラットが付いたとしてもまったく同じことが起こります。相対位置の算出時に@notation{臨時記号}は@strong{完全に無視}されます。譜表上の他のいずれかの位置にある音符からの譜表スペース数もまったく同じです。
265
266 3 譜表スペースよりも大きな音程を加えるために、シングル クォート @code{'} (あるいはアポストロフィ) を音符名に付け加えることによって@notation{オクターブ}を上げることができます。音符名にカンマ @code{,} を付け加えることによってオクターブを下げることができます。
267
268 @lilypond[verbatim,quote]
269 \relative c'' {
270   a a, c' f,
271   g g'' a,, f'
272 }
273 @end lilypond
274
275 @noindent
276 音符を 2 オクターブ (あるいはそれ以上) 変えるには、複数化した @code{''} や @code{,,} を使用します -- しかしながら、1 つのダブル クォート @code{"} ではなく、2 つのシングル クォートを使用するよう注意してください!また、@code{@w{\relative c'}} の中の最初の値もこのように変更されるかもしれません。
277 @c " - keeps quotes in order for context-sensitive editor -td
278
279
280 @subheading 演奏時間 (リズム)
281 @c 演奏時間 (原語: Durations, リズム)
282
283 @cindex note durations
284 @cindex durations
285 @cindex rhythms
286 @cindex whole note
287 @cindex half note
288 @cindex quarter note
289 @cindex dotted note
290 @cindex notating durations
291
292 音楽用語集: @rglos{beam}, @rglos{duration},
293 @rglos{whole note}, @rglos{half note}, @rglos{quarter note},
294 @rglos{dotted note}
295 @c ビーム (beam), 演奏時間 (duration), 全音符 (whole note), 半音符 (half note), 4 分音符 (quarter note), 付点音符 (dotted note)
296
297 音符の@notation{演奏時間}は音符名の後の番号によって指定されます。@notation{全音符}には @code{1} を、@notation{半音符}には @code{2} を、@notation{4 分音符}には @code{4} を、などです。@notation{ビーム} (ステムとステムをつなぐ横棒。ステムはノート ヘッドから上下にでる縦棒。ノート ヘッドは音符の玉) は自動的に追加されます。
298
299 あなたが演奏時間を指定しなかった場合、前の音符の演奏時間が次の音符の演奏時間に対しても使用されます。最初の音符のデフォルトの演奏時間は 4 分音符です。
300
301 @lilypond[verbatim,quote]
302 \relative c'' {
303   a1
304   a2 a4 a8 a
305   a16 a a a a32 a a a a64 a a a a a a a a2
306 }
307 @end lilypond
308
309 @notation{付点音符}を作成するには、演奏時間数にドット @code{.} を付け加えます。付点音符の演奏時間は明記されなければなりません (つまり、数字で)。
310
311 @lilypond[verbatim,quote]
312 \relative c'' {
313   a a a4. a8
314   a8. a16 a a8. a8 a4.
315 }
316 @end lilypond
317
318
319 @subheading 休符
320 @c 休符
321
322 @cindex rest
323 @cindex notating rests
324
325 音楽用語集: @rglos{rest}
326 @c 休符 (rest)
327
328 @notation{休符}は @code{r} という名前の音符のような形で入力されます:
329
330 @lilypond[verbatim,quote]
331 \relative c'' {
332   a r r2
333   r8 a r4 r4. r8
334 }
335 @end lilypond
336
337
338 @subheading 拍子記号
339 @c 拍子記号
340
341 @cindex time signature
342
343 @funindex \time
344 @funindex time
345
346 音楽用語集: @rglos{time signature}
347 @c 拍子記号 (time signature)
348
349 @notation{拍子記号}は @code{\time} コマンドでセットすることができます:
350
351 @lilypond[verbatim,quote]
352 \relative c'' {
353   \time 3/4
354   a4 a a
355   \time 6/8
356   a4. a
357   \time 4/4
358   a4 a a a
359 }
360 @end lilypond
361
362
363 @subheading 音部記号
364 @c 音部記号
365
366 @cindex clef
367 @cindex treble
368 @cindex alto
369 @cindex tenor
370 @cindex bass
371
372 @funindex \clef
373 @funindex clef
374
375 音楽用語集: @rglos{clef}
376 @c : 音部記号 (clef)
377
378 @notation{音部記号}は @code{\clef} コマンドを使ってセットすることができます:
379
380 @lilypond[verbatim,quote]
381 \relative c' {
382   \clef treble
383   c1
384   \clef alto
385   c1
386   \clef tenor
387   c1
388   \clef bass
389   c1
390 }
391 @end lilypond
392
393
394 @subheading すべてを一緒に
395 @c すべてをまとめて
396
397 以上の要素をすべて集めたちょっとした例をお見せします:
398
399 @lilypond[verbatim,quote]
400 \relative c, {
401   \time 3/4
402   \clef bass
403   c2 e8 c' g'2.
404   f4 e d c4 c, r4
405 }
406 @end lilypond
407
408
409 @seealso
410 @c 参照
411 表記リファレンス: @ruser{Writing pitches},
412 @ruser{Writing rhythms}, @ruser{Writing rests},
413 @ruser{拍子記号}, @ruser{音部記号}
414 @c 音高を書く, リズムを書く, 休符を書く, 拍子記号, 音部記号
415
416
417 @node 入力ファイルに取り組む
418 @subsection 入力ファイルに取り組む
419 @translationof Working on input files
420
421 @cindex curly braces
422 @cindex braces, curly
423 @cindex comments
424 @cindex line comment
425 @cindex comment, line
426 @cindex block comment
427 @cindex comment, line
428 @cindex case sensitive
429 @cindex whitespace insensitive
430 @cindex expressions
431
432 @funindex { ... }
433 @funindex %
434 @funindex %@{ ... %@}
435
436 LilyPond 入力ファイルは多くの一般的なプログラミング言語のソース ファイルと同じようなものです。それらは大文字/小文字の区別があり、空白はたいてい無視されます。表記は中括弧 @{ @} で囲まれ、@code{%} または @w{@code{%@{ .. %@}}} でコメントになります。
437
438 上の文章があなたにとって意味不明だとしても、心配ありません!我々がそれらの用語の意味を説明します:
439
440 @itemize
441
442 @item
443 @strong{大文字/小文字の区別}:
444 あなたが小文字 (つまり、@w{@code{a, b, s, t)}} で入力するか、大文字 (つまり、@w{@code{A, B, S, T}}) で入力するかの違いです: @w{@code{@{ c d e @}}} は有効な入力ですが、@w{@code{@{ C D E @}}} ではエラーになります。
445
446 @item
447 @strong{空白は無視される}:
448 あなたがどれくらい多くのスペース (または新しい行) を追加しても問題にならないということです。@w{@code{@{ c d e @}}} は @w{@code{@{ c @tie{}} @tie{} @tie{} d e @}} や以下と同じ意味になります:
449
450 @example
451 @{ c                        d
452                    e   @}
453 @end example
454
455 @noindent
456 もちろん、このような書き方をすると読みにくいです。見やすい書き方は、コード ブロックにタブか 2 つのスペースでインデントを付けることです:
457
458 @example
459 @{
460   c d e
461 @}
462 @end example
463
464 @item
465 @strong{表記}:
466 LilyPond 入力の各部分は @strong{@{ 中括弧 @}} で囲まれている必要があります。これらの中括弧は LilyPond に入力が単一の音楽表記であることを教えます。これはちょうど数学での括弧 @code{()} のようなものです。あいまいさを避けるために、中括弧は行の先頭か終端にないかぎりスペースで囲まれているべきです。
467
468 中括弧で囲まれた表記が後に続く LilyPond コマンド (@w{@code{\relative @{ @}}} など) もまた単一の音楽表記としてカウントされます。
469
470 @cindex comments
471 @cindex line comment
472 @cindex block comment
473 @item
474 @strong{コメント}:
475 コメントは音楽入力を読む人間のための注釈です。これは構文解析中には無視されるため、譜刻される出力には影響を与えません。コメントには 2 つのタイプがあります。パーセント記号 @code{%} は行コメントになります。@code{%} の後の文字は無視されます。慣習上、行コメントはそのコメントが参照するコードの上に置かれます。
476
477 @example
478 a4 a a a
479 % this comment refers to the Bs
480 b2 b
481 @end example
482
483 ブロック コメントは音楽入力のある部分全体をコメントにします。@code{%@{} と @code{%@}} で囲まれた部分は無視されます。しかしながら、ブロック コメントを @q{ネスト} させることはできません。このことはあるブロック コメントを他のブロック コメントの中に置くことはできないということを意味します。そうした場合、最初の @code{%@}} は両方のブロック コメントを終わらせてしまいます。以下のコード断片はコメントの使用例を示しています:
484
485 @example
486 % notes for twinkle twinkle follow
487 % 以下はキラキラ星です
488   c4 c g' g a a g2
489
490 %@{
491   This line, and the notes below are ignored,
492   since they are in a block comment.
493   この行と以下の音符は無視されます。
494   なぜなら、これらはブロック コメントの中にあるからです
495
496   f f e e d d c2
497 %@}
498 @end example
499
500 @end itemize
501
502
503 @node このマニュアルの読み方
504 @subsection このマニュアルの読み方
505 @translationof How to read the manual
506
507 @cindex how to read the manual
508 @cindex manual, reading
509 @cindex reading the manual
510 @cindex examples, clickable
511 @cindex clickable examples
512 @cindex tips for constructing files
513 @cindex templates
514 @cindex constructing files, tips
515 @cindex files, tips for constructing
516
517 @ref{入力ファイルに取り組む} で見てきたように、LilyPond 入力は @{ @} マークか @code{@w{\relative c'' @{ ... @}}} で囲まれていなければなりません。このマニュアルの残りの部分では、たいていの例はこのことを省略しています。このマニュアルにある例を複製するためにあなたは表示されいている入力をコピーするかもしれませんが、あなたは以下のように @code{@w{\relative c'' @{ @}}} を付け加えなければなりません:
518
519 @example
520 \relative c'' @{
521   ... example goes here...
522   ... 例がここに来ます ...
523 @}
524 @end example
525
526 なぜ中括弧を省略するのか?このマニュアルの中のたいていの例はより大きな音楽の途中に挿入することができます。これらの例に対して @code{@w{\relative c'' @{ @}}} を付け加えることには意味がありません -- あなたはある @code{\relative} を他の @code{\relative} の中に置くべきではありません!すべての例の周りに @code{@w{\relative c'' @{ @}}} を置いてしまうと、あなたは小さな例をコピーして、それをより大きなあなた自身の音楽の中にペーストすることができなくなってしまいます。たいていの人は資料を既存の楽曲に付け加えようとしますので、我々はそのようにマニュアルを形作っています。
527
528
529 @subheading クリック可能な例
530 @c クリック可能な例
531
532 多くの人々はすでにあるプログラムを試したり、いじったりすることでプログラムを学びます。これは LilyPond でも可能です。このマニュアルの HTML バージョンの中にある画像をクリックすると、画像を生成するために使用された正確な LilyPond 入力を見ることができます。以下の画像を試してみてください:
533
534 @c no verbatim here
535 @lilypond[quote]
536 \relative c'' {
537   c-\markup { \bold \huge { Click here.  } }
538 }
539 @end lilypond
540
541 @q{ly 断片} セクションにある記述をカット&ペーストすることによって、あなたは LilyPond を経験するための開始テンプレートを入手できます。まったく同じもの (線の太さなどもすべて同じ) を出力させるには、@qq{Start cut-&-pastable section} からファイルの最後までをコピーしてください。
542
543
544 @seealso
545 @ref{LilyPond 入力ファイルの記述に対する提案} に入力ファイルを構築するための更なる TIPS があります。しかしながら、まずはこのチュートリアルの残りの部分を読み終えることが大切です。
546 @c LilyPond 入力ファイルの書き方の提案
547
548
549 @node 単一譜表表記
550 @section 単一譜表表記
551 @translationof Single staff notation
552
553 この節はでは 1 つの譜表の上にある 1 つの声部のために使用される一般的な表記を紹介します。
554
555 @menu
556 * 臨時記号と調号::
557 * タイとスラー::
558 * アーティキュレーションと強弱記号::
559 * テキストを追加する::
560 * 自動ビームと手動ビーム::
561 * 高度なリズム コマンド::
562 @end menu
563
564
565 @node 臨時記号と調号
566 @subsection 臨時記号と調号
567 @translationof Accidentals and key signatures
568
569
570 @subheading 臨時記号
571
572 @cindex accidentals
573 @cindex accidentals and key signatures
574 @cindex sharp
575 @cindex double sharp
576 @cindex sharp, double
577 @cindex flat
578 @cindex double flat
579 @cindex flat, double
580
581 @funindex es
582 @funindex is
583 @funindex eses
584 @funindex isis
585
586 音楽用語集: @rglos{sharp}, @rglos{flat}, @rglos{double sharp},
587 @rglos{double flat}, @rglos{accidental}
588 @c シャープ (sharp), フラット (flat), ダブル シャープ (double sharp), ダブル フラット (double flat), 臨時記号 (accidental)
589
590 @notation{シャープ}は音符名に @code{is} を付け加えることによって作られ、@notation{フラット}は @code{es} を付け加えることによって作られます。予想しているかもしれませんが、@notation{ダブル シャープ}や@notation{ダブル フラット}は @code{isis} や @code{eses} を付け加えることによって作られます。この文法はドイツ語での命名規則から生まれました (訳者: 原文では @qq{Dutch} なのでオランダ語なのですが、実際はドイツ語での命名規則であり、@qq{Dutch} は「ゲルマン民族の支配している地域」=現在のドイツとオランダを意味しているものと解釈してドイツ語と訳すことにします)。@notation{臨時記号}に対して他の名前を使うには、@ruser{Note names in other languages} を参照してください。
591 @c 他の言語での音符名
592
593 @lilypond[verbatim,quote,relative=2]
594 cis1 ees fisis, aeses
595 @end lilypond
596
597
598 @cindex key signature, setting
599 @subheading 調号
600 @c 調号
601
602 @cindex key signature
603 @cindex major
604 @cindex minor
605 @cindex accidentals and key signature
606 @cindex content vs. layout
607 @cindex layout vs. content
608
609 @funindex \key
610 @funindex key
611 @funindex \major
612 @funindex major
613 @funindex \minor
614 @funindex minor
615
616 音楽用語集: @rglos{key signature}, @rglos{major}, @rglos{minor}
617 @c 調号 (key signature), メジャ (major), マイナ (minor)
618
619 @notation{調号}はコマンド @code{\key} とそれに続く音高と @code{\major} または @code{\minor} によってセットされます。
620
621 @lilypond[verbatim,quote,relative=2]
622 \key d \major
623 a1
624 \key c \minor
625 a
626 @end lilypond
627
628 @smallspace
629
630
631 @subheading 警告: 調号と音高
632 @c 調号と音高
633
634 音楽用語集: @rglos{accidental}, @rglos{key signature},
635 @rglos{pitch}, @rglos{flat}, @rglos{natural}, @rglos{sharp},
636 @rglos{transposition}
637 @c 臨時記号 (accidental), 調号 (key signature), 音高 (pitch), フラット (flat), ナチュラル (natural), シャープ (sharp), 移調 (transposition)
638
639 @notation{臨時記号}を譜刻するかを決定するために LilyPond は音高と@notation{調号}を検証します。調号は@emph{譜刻される}臨時記号にだけ影響を与え、音符の@notation{音高}には影響を与えません!この特徴はしばしば新しく LilyPond を始める人を混乱させるため、より詳細に説明します。
640
641 LilyPond は音楽の内容とレイアウトを峻別します。音符の変更記号 (@notation{フラット}、@notation{ナチュラル}、@notation{シャープ}) は音高の一部であるため、音楽の内容です。臨時記号 (@emph{譜刻される}フラット、ナチュラル、シャープ記号) が対応する音符の前に譜刻されるかどうかはレイアウトの問題です。レイアウトは規則に従う何らかのものであるため、臨時記号はそれらの規則に対応して自動的に譜刻されます。あなたの音楽の中での音高は人工的な仕掛けであるため、それらは自動的には追加されず、あなたはあなたの聞きたい音高を入力しなければなりません。
642
643 以下の例では:
644
645 @lilypond[verbatim,quote,relative=2]
646 \key d \major
647 d cis fis
648 @end lilypond
649
650 @noindent
651 臨時記号を譜刻されている音符はありません。しかしながら、あなたは入力ファイルで @code{is} を付け加えて @code{cis} や @code{fis} などとタイプしなければなりません。
652
653 コード @code{b} は @qq{譜表の最初の線 (一番上の線) のすぐ下に黒い点を譜刻せよ} という意味ではありません。そうではなく、@qq{音高が B ナチュラルである音符がある} という意味です。A フラット メジャの調子では、@code{b} には臨時記号が付きます:
654
655 @lilypond[verbatim,quote,relative=2]
656 \key aes \major
657 b
658 @end lilypond
659
660 すべての変化を明示的に付け加えることは入力時にちょっとした努力を要するかもしれません。しかしながら、移調がより容易になる、異なる規約に対応して臨時記号を譜刻できるという利点があります。臨時記号がどのように異なる規則に対応して譜刻されるのかについてのいくつかの例は、@ruser{Automatic accidentals} を参照してください。
661 @c 臨時記号の自動譜刻
662
663 @seealso
664 @c 参照
665 表記リファレンス: @ruser{Note names in other languages},
666 @ruser{臨時記号}, @ruser{Automatic accidentals},
667 @ruser{Key signature}
668 @c 他の言語での音符名, 臨時記号, 臨時記号の自動譜刻, 調号
669
670 音楽用語集: @rglos{Pitch names}
671 @c 音高名
672
673
674 @node タイとスラー
675 @subsection タイとスラー
676 @translationof Ties and slurs
677
678 @cindex tie
679 @cindex slur
680 @cindex slur, phrasing
681 @cindex phrasing slur
682
683 @funindex ~
684 @funindex ( ... )
685 @funindex \( ... \)
686
687
688 @subheading タイ
689
690 音楽用語集: @rglos{tie}
691 @c タイ (tie)
692
693 @notation{タイ}はタイが始まる最初の音符にチルド @code{~} を付加することによって作成されます。
694
695 @lilypond[verbatim,quote,relative=2]
696 g4~ g c2~
697 c4 ~ c8 a8 ~ a2
698 @end lilypond
699
700
701 @subheading スラー
702
703 音楽用語集: @rglos{slur}
704 @c スラー (slur)
705
706 @notation{スラー}は多くの音符に亘って描かれる曲線です。スラーの開始音符と終了音符にはそれぞれ @code{(} と @code{)} を付加します。
707
708 @lilypond[verbatim,quote,relative=2]
709 d4( c16) cis( d e c cis d) e( d4)
710 @end lilypond
711
712
713 @subheading フレージング スラー
714
715 音楽用語集: @rglos{slur}, @rglos{phrasing}
716 @c スラー (slur), フレージング (phrasing)
717
718 長い@notation{フレーズ}を示すためのスラーは @code{\(} と @code{\)} によって挿入することができます。あなたは@notation{スラー}とフレージング スラーを重ねることができます。しかしながら、あなたは複数のスラーを重ねたり、複数のフレージング スラーを重ねることはできません。
719
720 @lilypond[verbatim,quote,relative=2]
721 a8(\( ais b c) cis2 b'2 a4 cis,\)
722 @end lilypond
723
724 @smallspace
725
726
727 @cindex slurs versus ties
728 @subheading 警告: スラー vs. タイ
729
730 音楽用語集: @rglos{articulation}, @rglos{slur}, @rglos{tie}
731 @c アーティキュレーション (articulation), スラー (slur), タイ (tie)
732
733 @notation{スラー}は@notation{タイ}のように見えますが、意味が異なります。タイは単純に最初の音符をより長くするものであり、同じ音程の音符のペアに対してのみ使用することができます。スラーは複数の音符による@notation{アーティキュレーション} (節、表現) を表していて、より大きな音符のグループに対して使用することができます。スラーとタイはネストさせることができます。
734
735 @lilypond[verbatim,quote,relative=2]
736 c2~( c8 fis fis4 ~ fis2 g2)
737 @end lilypond
738
739 @seealso
740 @c 参照
741 表記リファレンス: @ruser{タイ}, @ruser{スラー},
742 @ruser{フレージング スラー}
743 @c タイ, スラー, フレージング スラー
744
745
746 @node アーティキュレーションと強弱記号
747 @subsection アーティキュレーションと強弱記号
748 @translationof Articulation and dynamics
749
750
751 @subheading アーティキュレーション
752 @c アーティキュレーション
753
754 @cindex articulation
755 @cindex accent
756 @cindex staccato
757
758 音楽用語集: @rglos{articulation}
759 @c アーティキュレーション (articulation)
760
761 一般的な@notation{アーティキュレーション}はダッシュ @code{-} と単一文字を使うことで音符に付け加えることができます:
762
763 @lilypond[verbatim,quote,relative=2]
764 c-. c-- c-> c-^ c-+ c-_
765 @end lilypond
766
767
768 @subheading 運指法記号
769 @c 運指法
770
771 @cindex fingering
772
773 @funindex ^
774 @funindex _
775
776 音楽用語集: @rglos{fingering}
777 @c 運指法 (fingering)?
778
779 同様に、@notation{運指法}はダッシュ (@code{-}) と譜刻する数字を使うことで音符に付け加えることができます:
780
781 @lilypond[verbatim,quote,relative=2]
782 c-3 e-5 b-2 a-1
783 @end lilypond
784
785 通常、アーティキュレーションと運指法は自動的に刻譜されます。しかしながら、あなたはダッシュ (@code{-}) を @code{^} (上へ) または @code{_} (下へ) に置き換えることによって方向を指定することができます。さらに、あなたは同じ音符に複数のアーティキュレーションを使用することもできます。しかしながらたいていの場合は、LilyPond にアーティキュレーションの方向を決定させるのが一番です。
786
787 @lilypond[verbatim,quote,relative=2]
788 c_-^1 d^. f^4_2-> e^-_+
789 @end lilypond
790
791
792 @subheading 強弱記号
793 @c 強弱記号
794
795 @cindex dynamics
796 @cindex decrescendo
797 @cindex crescendo
798
799 @funindex \f
800 @funindex \ff
801 @funindex \mp
802 @funindex \p
803 @funindex \mf
804 @funindex \pp
805 @funindex \<
806 @funindex <
807 @funindex \>
808 @funindex >
809 @funindex \!
810 @funindex !
811
812 音楽用語集: @rglos{dynamics}, @rglos{crescendo}
813 @rglos{decrescendo}
814 @c 強弱記号 (dynamics), クレッシェンド (crescendo), デクレッシェンド (decrescendo)
815
816 @notation{強弱記号}は音符にバックシュ ラッシュ付きのマークを付け加えることによって作成されます:
817
818 @lilypond[verbatim,quote,relative=2]
819 c\ff c\mf c\p c\pp
820 @end lilypond
821
822 @notation{クレッシェンド}と@notation{デクレッシェンド}はコマンド @code{\<} と @code{\>} によって開始されます。次の強弱記号 -- 例えば、@code{\f} -- が (デ)クレッシェンドを終わらせます。コマンド @code{\!} を使って終わらせることもできます:
823
824 @lilypond[verbatim,quote,relative=2]
825 c2\< c2\ff\> c2 c2\!
826 @end lilypond
827
828
829 @seealso
830 表記リファレンス: @ruser{Articulations and ornamentations},
831 @ruser{Fingering instructions}, @ruser{強弱記号}
832 @c アーティキュレーションと装飾, 運指法, 強弱記号
833
834
835 @node テキストを追加する
836 @subsection テキストを追加する
837 @translationof Adding text
838 @c テキストの追加
839
840 @cindex text, adding
841 @cindex adding text
842 @cindex markup
843
844 @funindex \markup
845 @funindex markup
846
847 テキストがあなたの楽譜に追加されるかもしれません:
848
849 @lilypond[verbatim,quote,relative=2]
850 c1^"espr" a_"legato"
851 @end lilypond
852
853 追加のフォーマット指定が @code{\markup} コマンドで追加されるかもしれません:
854
855 @lilypond[verbatim,quote,relative=2]
856 c1^\markup{ \bold espr}
857 a1_\markup{
858   \dynamic f \italic \small { 2nd } \hspace #0.1 \dynamic p
859 }
860 @end lilypond
861
862
863 @seealso
864 表記リファレンス: @ruser{Writing text}
865 @c テキストを書く
866
867
868 @node 自動ビームと手動ビーム
869 @subsection 自動ビームと手動ビーム
870 @translationof Automatic and manual beams
871 @c 自動ビームと手動ビーム
872
873 @cindex beaming
874 @cindex automatic beams
875 @cindex manual beams
876 @cindex beams, automatic
877 @cindex beams, manual
878 @cindex beams, by hand
879
880 @funindex [ ... ]
881 @funindex [
882 @funindex ]
883 @funindex \autoBeamOff
884 @funindex autoBeamOff
885 @funindex \autoBeamOn
886 @funindex autoBeamOn
887
888 音楽用語集: @rglos{beam}
889 @c ビーム
890
891 すべての@notation{ビーム}は自動的に描かれます:
892
893 @lilypond[verbatim,quote,relative=2]
894 a8 ais d ees r d c16 b a8
895 @end lilypond
896
897 あなたが自動ビームを好まない場合、手動で上書きすることもできます。ある箇所のビームを修正するには、ビームを付ける最初の音符に @code{[} を、最後の音符に @code{]} を付け加えます。
898
899 @lilypond[verbatim,quote,relative=2]
900 a8[ ais] d[ ees r d] a b
901 @end lilypond
902
903 もしあなたが楽譜全体あるいは一部で自動ビームを Off にしたいのなら、自動ビームを Off にするにはコマンド @code{\autoBeamOff} を、再度自動ビームを On にするには @code{\autoBeamOn} を使用します。
904
905 @lilypond[verbatim,quote,relative=2]
906 \autoBeamOff
907 a8 c b4 d8. c16 b4
908 \autoBeamOn
909 a8 c b4 d8. c16 b4
910 @end lilypond
911
912
913 @seealso
914 表記リファレンス: @ruser{Automatic beams}, @ruser{Manual beams}
915 @c 自動ビーム, 手動ビーム
916
917
918 @node 高度なリズム コマンド
919 @subsection 高度なリズム コマンド
920 @translationof Advanced rhythmic commands
921
922 @c 高度なリズム コマンド
923
924
925 @subheading 部分小節
926 @c 部分小節
927
928 @cindex pickup
929 @cindex anacrusis
930 @cindex partial measure
931
932 @funindex \partial
933 @funindex partial
934
935 音楽用語集: @rglos{anacrusis}
936 @c 弱拍 (anacrusis)
937
938 ピックアップ (訳者: 本来の拍子以外の拍子を持つ小節のこと) (または@notation{弱拍} (原語: anarusis、西洋音楽用語の 1 つで楽曲が第 1 拍以外から開始すること)) はキーワード @code{\partial} によって挿入されます。この後に演奏時間が続きます: @code{\partial 4} は 4 分音符のピックアップであり、@code{\partial 8} は 8 分音符のピックアップです。
939
940 @lilypond[verbatim,quote,relative=2]
941 \partial 8
942 f8 c2 d
943 @end lilypond
944
945
946 @subheading 連符
947 @c 連符
948
949 @cindex tuplets
950 @cindex triplets
951
952 @funindex \times
953 @funindex times
954
955 音楽用語集: @rglos{note value}, @rglos{triplet}
956 @c 音価 (note value), 3 連符 (triplet)
957
958 @notation{連符}は @code{\times} キーワードによって作成されます。これは 2 つの引数をとります: 分数と楽譜の断片です。楽譜の断片の演奏時間と分数が乗算されます。3 連符は表記された演奏時間の 2/3 の長さなので、@notation{3 連符}は分数として 2/3 を持ちます。
959
960 @lilypond[verbatim,quote,relative=2]
961 \times 2/3 { f8 g a }
962 \times 2/3 { c r c }
963 \times 2/3 { f,8 g16[ a g a] }
964 \times 2/3 { d4 a8 }
965 @end lilypond
966
967
968 @subheading グレース ノート
969 @c グレース ノート (小さな音符で書かれた装飾音)
970
971 @cindex grace notes
972 @cindex acciaccatura
973 @cindex appoggiatura
974
975 @funindex \grace
976 @funindex grace
977 @funindex \acciaccatura
978 @funindex acciaccatura
979 @funindex \appoggiatura
980 @funindex acciaccatura
981
982 音楽用語集: @rglos{grace notes}, @rglos{acciaccatura},
983 @rglos{appoggiatura}
984 @c グレース ノート (grace notes), 短前打音 (acciaccatura), 前打音 (appoggiatura)
985
986 @notation{グレース ノート}は @code{\grace} コマンドによって作成されますが、キーワード @code{\appoggiatura} や @code{\acciaccatura} による接頭音楽表記によっても作成されます:
987
988 @lilypond[verbatim,quote,relative=2]
989 c2 \grace { a32[ b] } c2
990 c2 \appoggiatura b16 c2
991 c2 \acciaccatura b16 c2
992 @end lilypond
993
994
995 @seealso
996 表記リファレンス: @ruser{グレース ノート}, @ruser{連符},
997 @ruser{Upbeats}
998 @c グレース ノート, 連符, 上拍
999
1000
1001 @node 同時に演奏する複数の音符
1002 @section 同時に演奏する複数の音符
1003 @translationof Multiple notes at once
1004 @c 複音表記
1005
1006 この節はでは同時に複数の表記 -- 複数の楽器、単一の楽器に対する複数の譜 (すなわちピアノ)、和音 -- を持つ方法について紹介します。
1007
1008 音楽の中での多声は楽曲の中にある複数の声部を参照します。LilyPond の中での多声は同じ譜表上にある複数の声部を参照します。
1009
1010 @menu
1011 * 音楽表記についての説明::
1012 * 複数の譜::
1013 * 譜表グループ::
1014 * 音符を組み合わせて和音にする::
1015 * 単一譜表での多声::
1016 @end menu
1017
1018
1019 @node 音楽表記についての説明
1020 @subsection 音楽表記についての説明
1021 @translationof Music expressions explained
1022 @c 音楽表記についての説明
1023
1024 @cindex music expression
1025 @cindex expression, music
1026 @cindex compound music expression
1027 @cindex music expression, compound
1028
1029 LilyPond 入力ファイルの中では、音楽は@notation{音楽表記}によって表されます。単一の音符は 1 つの音楽表記になります:
1030
1031 @lilypond[verbatim,quote,relative=2]
1032 a4
1033 @end lilypond
1034
1035 表記を中括弧で括ることによって@emph{複合音楽表記}が作成されます。2 つの音符を持つ複合音楽表記を作成しました:
1036
1037 @lilypond[verbatim,quote,relative=2]
1038 { a4 g4 }
1039 @end lilypond
1040
1041 中括弧の中にある音楽表記 (例えば、いくつかの音符) のグループはそれらがシークエンスであるということを意味しています (つまり、それぞれの音符は前の音符に続くということです)。もう 1 つ音楽表記の結果を示します:
1042
1043 @lilypond[verbatim,quote,relative=2]
1044 { { a4 g } f g }
1045 @end lilypond
1046
1047
1048 @subheading 数学的表記との類似
1049
1050 このメカニズムは数学式と似ています: 大きな式は小さな式を組み合わせることによって作成されます。そのような式は表記と呼ばれ、それらの定義は再帰的なのであなたは任意に複雑で大きな表記を作ることができます。例えば、
1051
1052 @example
1053 1
1054
1055 1 + 2
1056
1057 (1 + 2) * 3
1058
1059 ((1 + 2) * 3) / (4 * 5)
1060 @end example
1061
1062 これは表記のシークエンスであり、各表記は次の (より大きな) 表記に組み込まれています。最も単純な表記は数であり、より大きな表記は演算子 (@code{+}, @code{*}, @code{/} など) と括弧を組み合わせることによって作成されます。数学式と同様に、音楽表記も任意の深さにネストさせることができ、それは多声楽譜のような複雑な音楽のために必要なことです。
1063
1064
1065 @subheading 同時進行する音楽表記: 複数の譜
1066 @c 同時進行の音楽表記: 複数の譜
1067
1068 @cindex multiple staves
1069 @cindex staves, multiple
1070 @cindex polyphony
1071 @cindex combining expressions in parallel
1072 @cindex parallel expressions
1073 @cindex expressions, parallel
1074 @cindex relative notes and simultaneous music
1075 @cindex relative notes and parallel expressions
1076 @cindex simultaneous music and relative notes
1077 @cindex parallel expressions and relative notes
1078
1079 @funindex <<
1080 @funindex >>
1081 @funindex << ... >>
1082
1083 音楽用語集: @rglos{polyphony}
1084 @c 多声 (polyphony)
1085
1086 このテクニックは@notation{多声音楽}に対して有用です。複数の声部や複数の譜を持つ音楽を入力するために、音楽表記を並列に組み合わせます。2 つの声部を同時に演奏すべきであるということを示すには、単純に音楽表記を同時進行するよう組み合わせて入力します。@q{同時進行} の音楽表記は @code{<<} と @code{>>} で音楽表記を囲い込むことによって形成されます。以下の例では、3 つのシークエンス (すべてのシークエンスはそれぞれ 2 つの音符を保持しています) が同時進行するように組み合わされています:
1087
1088 @lilypond[verbatim,quote]
1089 \relative c'' {
1090   <<
1091     { a4 g }
1092     { f e }
1093     { d b }
1094   >>
1095 }
1096 @end lilypond
1097
1098 入力の各レベルに対して異なる量のスペースをインデントとして与えていることに注意してください。LilyPond は行の先頭にどれくらい多く (あるいは少なく) のスペースがあるかを気にしません。しかしながら、上の例のように LilyPond コードにインデントを入れることによって人間にとってはずっと読みやすくなります。
1099
1100 @warning{入力での各音符は前の音符との相対関係にあり、先頭の @code{@bs{}relative} コマンドの中にある @code{c''} と相対関係にあるわけではありません。}
1101
1102
1103
1104 @subheading 同時進行する音楽表記: 単一の譜表
1105 @c 同時進行の音楽表記: 単一の譜
1106
1107 楽曲の中にある譜の数を決定するために、LilPond は最初の音楽表記の始まりを調べます。始まりの音楽表記が単一の表記であった場合、楽譜の中の譜表は 1 つです。同時進行の表記であった場合、譜表は複数になります。
1108
1109 @lilypond[verbatim,quote]
1110 \relative c'' {
1111   c2 <<c e>>
1112   << { e f } { c <<b d>> } >>
1113 }
1114 @end lilypond
1115
1116
1117 @node 複数の譜
1118 @subsection 複数の譜
1119 @translationof Multiple staves
1120 @c 複数の譜
1121
1122 @cindex multiple staves
1123 @cindex staves, multiple
1124 @cindex context
1125 @cindex context, notation
1126 @cindex notation context
1127
1128 @funindex \new Staff
1129 @funindex new Staff
1130 @funindex Staff
1131 @funindex \new
1132 @funindex new
1133 @funindex Score
1134 @funindex Voice
1135 @funindex Lyrics
1136 @funindex ChordNames
1137
1138 @ref{音楽表記についての説明} で見てきたように、LilyPond 入力ファイルは音楽表記によって構築されています。複数の同時進行の音楽表記で始まる楽譜の場合、LilyPond は複数の譜を作成します。しかしながら、各譜表を明示的に作成すると何が起こるかより容易に見て取ることができます。
1139 @c 音楽表記についての説明
1140
1141 複数の譜表を譜刻するには、1 つの譜表を形成する音楽の各部分の前に @code{\new Staff} を付け加えます。これらの @code{Staff} 要素は @code{<<} と @code{>>} で並列に組み合わされます:
1142
1143 @lilypond[verbatim,quote]
1144 \relative c'' {
1145   <<
1146     \new Staff { \clef treble c }
1147     \new Staff { \clef bass c,, }
1148   >>
1149 }
1150 @end lilypond
1151
1152 コマンド @code{\new} は 1 つの @q{表記コンテキスト} を導入します。表記コンテキストは音楽的イベント (音符や @code{\clef} コマンドなど) が解釈される環境です。単純な楽曲では、そのような表記コンテキストは自動的に作成されます。より複雑な楽曲ではコンテキストを明示的に記述することが望ましいです。
1153
1154 コンテキストにはいくつかのタイプがあります。@code{Score}, @code{Staff}, @code{Voice} は旋律表記を扱います。一方、@code{Lyrics} は歌詞テキストをセットし、@code{ChordNames} はコード ネームを譜刻します。
1155
1156 文法という観点で見ると、@code{\new} を音楽表記の先頭に付け加えることによってより大きな音楽表記が作成されます。これは数学でのマイナス符号に似ています。数式 @math{(4+5)} は数学表記であり、@math{-(4-5)} はより大きな数学表記です。
1157
1158 ある譜表に挿入された@notation{拍子記号}はデフォルトで他のすべての譜に影響を与えます。一方で、ある譜表に挿入された調号は他のすべての譜に影響を@emph{与えません}。記号によってデフォルトの振る舞いが異なるのは、移調する楽器を扱う楽譜の方が複合リズム (polyrhythmic) の楽譜よりも一般的だからです。
1159
1160 @lilypond[verbatim,quote]
1161 \relative c'' {
1162   <<
1163     \new Staff { \clef treble \key d \major \time 3/4 c }
1164     \new Staff { \clef bass c,, }
1165   >>
1166 }
1167 @end lilypond
1168
1169
1170 @node 譜表グループ
1171 @subsection 譜表グループ
1172 @translationof Staff groups
1173 @c 譜表グループ
1174
1175 @cindex piano staff
1176 @cindex staff, piano
1177 @cindex choir staff
1178 @cindex staff, choir
1179 @cindex grand staff
1180 @cindex staff, grand
1181 @cindex staff group
1182
1183 @funindex PianoStaff
1184 @funindex GrandStaff
1185 @funindex ChoirStaff
1186
1187 音楽用語集: @rglos{brace}
1188 @c ブレース (brace)
1189
1190 ピアノ譜は@notation{ブレース}でつながれた 2 つの譜表として刻譜されます。そのような譜表を刻譜することは @ref{複数の譜} での多声の例に似ています。しかしながら、今度は表記全体が @code{PianoStaff} の中に挿入されます:
1191
1192 @example
1193 \new PianoStaff <<
1194   \new Staff @dots{}
1195   \new Staff @dots{}
1196 >>
1197 @end example
1198
1199 小さな例を挙げます:
1200
1201 @lilypond[verbatim,quote]
1202 \relative c'' {
1203   \new PianoStaff <<
1204     \new Staff { \time 2/4 c4 e g g, }
1205     \new Staff { \clef bass c,, c' e c }
1206   >>
1207 }
1208 @end lilypond
1209
1210 ピアノ譜以外の譜表グループ化はオーケストラ譜向けには @code{\new GrandStaff} で、ボーカル譜向けには @w{@code{\new ChoirStaff}} で導入されます。これらの譜表グループはそれぞれタイプの異なるコンテキストを形成し、各システム (訳者: 楽譜 1 行分のこと。ピアノ譜では右手と左手の 2 つの譜表ペアでの 1 行が 1 システムになります) の左端にブレースを付けて、さらに、小節線の高さを制御します。
1211
1212
1213 @seealso
1214 表記リファレンス: @ruser{Keyboard and other multi-staff instruments},
1215 @ruser{Displaying staves}
1216 @c 楽器 キーボードと他の複譜表楽器, 譜表の表示
1217
1218
1219 @node 音符を組み合わせて和音にする
1220 @subsection 音符を組み合わせて和音にする
1221 @translationof Combining notes into chords
1222 @c 音符を組み合わせて和音にする
1223
1224 @cindex chords
1225 @cindex note durations in chords
1226
1227 @funindex <
1228 @funindex >
1229 @funindex < ... >
1230
1231 音楽用語集: @rglos{chord}
1232 @c コード (chord)
1233
1234 音符を @code{<< ... >>} で囲んでそれらの音符が同時進行であることを示すことによって、それらの音符を@notation{和音}として組み合わせる方法について見てきました。しかしながら、和音であることを示すための通常の方法は音符を < ... > (角括弧) で囲みます。和音の中にある音符はすべて同じ演奏時間でなければならず、その演奏時間は角括弧を閉じた後に置かれなければならないということに注意してください。
1235
1236 @lilypond[verbatim,quote,relative=2]
1237 r4 <c e g>4 <c f a>2
1238 @end lilypond
1239
1240 和音は単一の音符とほとんど同じであると考えてください: 単一の音符に付け加えられるものはほとんどすべて和音にも付け加えられ、付け加えるものはすべて角括弧の@emph{外}に付け加えられなければなりません。例えば、あなたはビームやタイなどのマークをコードに組み合わせることができます。それらは角括弧の外側に置かれなければなりません。
1241
1242 @lilypond[verbatim,quote,relative=2]
1243 r4 <c e g>8[ <c f a>]~ <c f a>2
1244 r4 <c e g>8( <c e g>\> <c e g>4 <c f a>\!)
1245 @end lilypond
1246
1247
1248 @node 単一譜表での多声
1249 @subsection 単一譜表での多声
1250 @translationof Single staff polyphony
1251 @c 単一譜表での多声
1252
1253 @cindex polyphony
1254 @cindex multiple voices
1255 @cindex voices, more on one staff
1256 @cindex single staff polyphony
1257 @cindex spacer rest
1258 @cindex rest, spacer
1259
1260 @funindex << ... \\ ... >>
1261 @funindex <<
1262 @funindex \\
1263 @funindex >>
1264
1265 異なる旋律が単一の譜に組み込まれる場合、それらは多声部として刻譜されます; 各声部はそれ自体のステム (音符の玉から上下に出る棒)、スラー、ビーム (ステムとステムを結ぶ横棒) を持ちます。最上段の声部は玉から上に伸びるステムを持ち、最下段の声部は下に伸びるステムを持ちます。
1266
1267 そのような多声のパートを入力するには、各声部をシークエンスとして (@w{@code{@{ ... @}}} を使って) 入力し、それらを @code{\\} で区切って結合することで同時進行するように組み合わせます:
1268
1269 @lilypond[verbatim,quote,relative=2]
1270 <<
1271   { a4 g2 f4~ f4 } \\
1272   { r4 g4 f2 f4 }
1273 >>
1274 @end lilypond
1275
1276 多声部音楽を刻譜する場合、空白休符を使用すると都合が良いかもしれません: それは刻譜されない休符です。空白休符は一時的に演奏されない声部の空白期間を埋めるのに有用です。今度は通常の休符 (@code{r}) の代わりに空白休符 (@code{s}) を使った上と同じ例を示します:
1277
1278 @lilypond[verbatim,quote,relative=2]
1279 <<
1280   { a4 g2 f4~ f4 } \\
1281   { s4 g4 f2 f4 }
1282 >>
1283 @end lilypond
1284
1285 @noindent
1286 さらに、これらの表記は任意にネストさせることができます。
1287
1288 @lilypond[verbatim,quote,relative=2]
1289 <<
1290   \new Staff <<
1291     { a4 g2 f4~ f4 } \\
1292     { s4 g4 f2 f4 }
1293   >>
1294   \new Staff <<
1295     \clef bass
1296     { <c g>1 ~ <c g>4 } \\
1297     { e,,4 d e2 ~ e4}
1298   >>
1299 >>
1300 @end lilypond
1301
1302
1303 @seealso
1304 表記リファレンス: @ruser{Simultaneous notes}
1305 @c 同時進行の音符
1306
1307
1308 @node 歌曲
1309 @section 歌曲
1310 @translationof Songs
1311 @c 歌曲
1312
1313 この節はでは声楽とシンプルな歌曲譜についての紹介を行います。
1314
1315 @menu
1316 * 簡単な歌詞をセットする::
1317 * 歌詞を旋律に揃える::
1318 * 複数の譜への歌詞::
1319 @end menu
1320
1321
1322 @node 簡単な歌詞をセットする
1323 @subsection 簡単な歌詞をセットする
1324 @translationof Setting simple songs
1325 @c 簡単な歌詞をセットする
1326
1327 @cindex lyrics
1328 @cindex songs
1329
1330 @funindex \addlyrics
1331 @funindex addlyrics
1332
1333 音楽用語集: @rglos{lyrics}
1334 @c 歌詞 (lyrics)
1335
1336 童謡の冒頭部分の旋律があります。歌詞は @notation{Girls and boys come out to play} です:
1337
1338 @lilypond[verbatim,quote]
1339 \relative c'' {
1340   \key g \major
1341   \time 6/8
1342   d4 b8 c4 a8 d4 b8 g4
1343 }
1344 @end lilypond
1345
1346 @code{\addlyrics} キーワードで組み合わせることによって、@notation{歌詞}をこれらの音符にセットすることができます。歌詞は音節ごとにスペースで区切って入力します。
1347
1348 @lilypond[verbatim,quote]
1349 <<
1350   \relative c'' {
1351     \key g \major
1352     \time 6/8
1353     d4 b8 c4 a8 d4 b8 g4
1354   }
1355   \addlyrics {
1356     Girls and boys come out to play,
1357   }
1358 >>
1359 @end lilypond
1360
1361 中括弧が音楽と歌詞を区切っていて、音楽と歌詞が同時進行であることを示すために楽曲全体が @w{@code{<< ... >>}} で囲まれていることに注意してください。
1362
1363
1364 @node 歌詞を旋律に揃える
1365 @subsection 歌詞を旋律に揃える
1366 @translationof Aligning lyrics to a melody
1367 @c 歌詞を旋律に揃える
1368
1369 @cindex melisma
1370 @cindex extender line
1371 @cindex hyphens
1372 @cindex underscore
1373 @cindex lyrics, aligning
1374 @cindex aligning lyrics
1375 @cindex lyrics, multi-syllable words
1376 @cindex words with multiple syllables in lyrics
1377
1378 音楽用語集: @rglos{melisma}, @rglos{extender line}
1379 @c メリスマ (melisma), 延長線 (extender line)
1380
1381 童謡の次の行は @notation{The moon doth shine as bright as day} です。これを前の例に付け加えてみましょう:
1382
1383 @lilypond[verbatim,quote]
1384 <<
1385   \relative c'' {
1386     \key g \major
1387     \time 6/8
1388     d4 b8 c4 a8 d4 b8 g4
1389     g8 a4 b8 c b a d4 b8 g4.
1390   }
1391   \addlyrics {
1392     Girls and boys come out to play,
1393     The moon doth shine as bright as day;
1394   }
1395 >>
1396 @end lilypond
1397
1398 付け足した歌詞は音符に適切に揃っていません。@notation{shine} は 2 音符に亘って歌われるべきですが、そうなっていません。これは@notation{メリスマ}と呼ばれ、単音節が複数の音符に亘って歌われます。ある音節を複数に広げる方法はいくつかあり、最も簡単なのはそれらの音符にスラーを付け加えることです。詳細は @ref{タイとスラー} を参照してください。
1399
1400 @lilypond[verbatim,quote]
1401 <<
1402   \relative c'' {
1403     \key g \major
1404     \time 6/8
1405     d4 b8 c4 a8 d4 b8 g4
1406     g8 a4 b8 c( b) a d4 b8 g4.
1407   }
1408   \addlyrics {
1409     Girls and boys come out to play,
1410     The moon doth shine as bright as day;
1411   }
1412 >>
1413 @end lilypond
1414
1415 今度は、単語が正しく音符に対して並んでいます。しかしながら、@notation{shine as} 上の音符に対する自動ビームは適当でないように見えます。これを修正するために、手動ビーム コマンドを挿入して自動ビームをオーバライドします。詳細は @ref{自動ビームと手動ビーム} を参照してください。
1416
1417 @lilypond[verbatim,quote]
1418 <<
1419   \relative c'' {
1420     \key g \major
1421     \time 6/8
1422     d4 b8 c4 a8 d4 b8 g4
1423     g8 a4 b8 c([ b]) a d4 b8 g4.
1424   }
1425   \addlyrics {
1426     Girls and boys come out to play,
1427     The moon doth shine as bright as day;
1428   }
1429 >>
1430 @end lilypond
1431
1432 スラーを用いる方法の外に、メリスマに含まれるべきである各音符に対応したアンダスコア @code{_} を用いることによってその歌詞がメリスマであるということを示すことができます:
1433
1434 @lilypond[verbatim,quote]
1435 <<
1436   \relative c'' {
1437     \key g \major
1438     \time 6/8
1439     d4 b8 c4 a8 d4 b8 g4
1440     g8 a4 b8 c[ b] a d4 b8 g4.
1441   }
1442   \addlyrics {
1443     Girls and boys come out to play,
1444     The moon doth shine _ as bright as day;
1445   }
1446 >>
1447 @end lilypond
1448
1449 通常、ある歌詞がいくつかの音符に亘って延長される場合や、単一の非常に長い音符に割り当てられる場合、その歌詞からその歌詞に対応しているすべての音符の下に@notation{延長線}が描かれます。延長線は 2 つのアンダスコア @code{__} で挿入されます。今度は、例として Purcell の @notation{Dido and Æeneas} から最初の 3 小節目からを挙げます:
1450
1451 @lilypond[verbatim,quote]
1452 <<
1453   \relative c'' {
1454     \key g \minor
1455     \time 3/2
1456     g2 a bes bes( a)
1457     b c4.( bes8 a4. g8 fis4.) g8 fis1
1458   }
1459   \addlyrics {
1460     When I am laid,
1461     am laid __ in earth,
1462   }
1463 >>
1464 @end lilypond
1465
1466 今までの例には複数の音節を持つ単語はありませんでした。通常、複数の音節を持つ単語は音節ごとに 1 つの音符に分割され、音節間はハイフンで結ばれます。ハイフンは 2 つのダッシュとして入力され、その結果として音節の間にハイフンが描かれます。今度の例では歌詞に複数の音節を持つ単語が含まれ、我々が今まで歌詞を音符に揃える方法について学んだことがすべて含まれています。
1467
1468 @c no ragged-right here because otherwise the hyphens get lost,
1469 @c but the example is long enough to avoid looking strange.
1470 @lilypond[verbatim,quote,noragged-right]
1471 <<
1472   \relative c' {
1473     \key g \major
1474     \time 3/4
1475     \partial 4
1476     d4 g4 g a8( b) g4 g4
1477     b8( c) d4 d e4 c2
1478   }
1479   \addlyrics {
1480     A -- way in a __ man -- ger,
1481     no __ crib for a bed, __
1482   }
1483 >>
1484 @end lilypond
1485
1486 ある歌詞では -- 特にイタリア語では -- 反対のことが求められます: 複数の音節を 1 つの音符にセットします。これは音節を単一のアンダスコア @code{_} (スペース無し) でリンクさせるか、クォートで囲むことによって達成されます。今度の例は Rossini の @notation{Figaro} からで、@notation{Largo al factotum} の @notation{al} は @notation{Largo} の @notation{go} と同じ音符で歌われなければなりません:
1487
1488 @c no ragged-right here because otherwise the hyphens get lost,
1489 @c but the example is long enough to avoid looking strange.
1490 @lilypond[verbatim,quote,noragged-right]
1491 <<
1492   \relative c' {
1493     \clef bass
1494     \key c \major
1495     \time 6/8
1496     c4.~ c8 d b c([ d]) b c d b c
1497   }
1498   \addlyrics {
1499     Lar -- go_al fac -- to -- tum del -- la cit -- tà
1500   }
1501 >>
1502 @end lilypond
1503
1504
1505 @seealso
1506 表記リファレンス: @ruser{Vocal music}
1507 @c 歌曲譜
1508
1509
1510 @node 複数の譜への歌詞
1511 @subsection 複数の譜への歌詞
1512 @translationof Lyrics to multiple staves
1513 @ 複数の譜への歌詞
1514
1515 @cindex lyrics and multiple staves
1516 @cindex multiple staves and lyrics
1517
1518 @code{\addlyrics} を用いた簡単なアプローチは歌詞を複数の譜表の下に置くために使用することができます。ここで、Handel の @notation{Judas Maccabæus} から例を挙げます: 
1519
1520 @lilypond[verbatim,quote]
1521 <<
1522   \relative c'' {
1523     \key f \major
1524     \time 6/8
1525     \partial 8
1526     c8 c([ bes]) a a([ g]) f f'4. b, c4.~ c4
1527   }
1528   \addlyrics {
1529     Let flee -- cy flocks the hills a -- dorn, __
1530   }
1531   \relative c' {
1532     \key f \major
1533     \time 6/8
1534     \partial 8
1535     r8 r4. r4 c8 a'([ g]) f f([ e]) d e([ d]) c bes'4
1536   }
1537   \addlyrics {
1538     Let flee -- cy flocks the hills a -- dorn,
1539   }
1540 >>
1541 @end lilypond
1542
1543 この簡単な例よりも複雑な楽譜では、変数を使って楽譜構造を音符と歌詞から分離したほうが良いです。このことは @ref{変数を用いて楽曲を編成する} で議論されています。
1544
1545
1546 @seealso
1547 表記リファレンス: @ruser{Vocal music}
1548 @c 歌曲譜
1549
1550
1551 @node 仕上げ
1552 @section 仕上げ
1553 @translationof Final touches
1554 @c 仕上げ
1555
1556 この節はチュートリアルの最終節です; 単純な曲に仕上げを加える方法を示し、このマニュアルの残りの部分についての紹介を行います。
1557
1558 @menu
1559 * 変数を用いて楽曲を編成する::
1560 * バージョン番号::
1561 * タイトルを付け加える::
1562 * 絶対音符名::
1563 * このチュートリアルの後にすべきこと::
1564 @end menu
1565
1566
1567 @node 変数を用いて楽曲を編成する
1568 @subsection 変数を用いて楽曲を編成する
1569 @translationof Organizing pieces with variables
1570 @c 変数を用いた楽曲の編成
1571
1572 @cindex variables
1573 @cindex variables, defining
1574 @cindex identifiers
1575 @cindex macros
1576 @cindex assigning variables
1577 @cindex using variables
1578 @cindex variables, using
1579 @cindex variables, characters allowed in
1580 @cindex characters allowed in variables
1581
1582 これまで議論してきたすべての要素を組み合わせてより大きなファイルを作成すると、音楽表記はずっと大きくなります。多くの譜を持つ多声音楽では、入力ファイルはとても混乱しやすくなります。@emph{変数}を使って混乱を避けることができます。
1583
1584 変数 (これは識別子やマクロとも言えます) を使うことによって、音楽表記の複雑さを打破することができます。変数は以下のように割り当てられます:
1585
1586 @example
1587 namedMusic = @{ @dots{} @}
1588 @end example
1589
1590 音楽表記 @code{namedMusic} の内容は名前の前にバックスラッシュを置くことによって (@code{\namedMusic}、これはまさに LilyPond の標準コマンドと同様です) 後で使用することができます。
1591
1592 @lilypond[verbatim,quote]
1593 violin = \new Staff {
1594   \relative c'' {
1595     a4 b c b
1596   }
1597 }
1598 cello = \new Staff {
1599   \relative c {
1600     \clef bass
1601     e2 d
1602   }
1603 }
1604 {
1605   <<
1606     \violin
1607     \cello
1608   >>
1609 }
1610 @end lilypond
1611
1612 @noindent
1613 変数の名前に使えるのはアルファベットだけであり、数字、アンダスコア、ダッシュを使うことはできません。
1614
1615 変数はメインの音楽表記の@emph{前}に定義されていなければなりません。しかしながら定義後は必要に応じて何度も使用されるかもしれません。楽曲のある部分が何度もリピートしている場合、入力の手間を省くために、変数は他の変数の定義の中ででも使用されるかもしれません。
1616
1617 @lilypond[verbatim,quote]
1618 tripletA = \times 2/3 { c,8 e g }
1619 barA = { \tripletA \tripletA \tripletA \tripletA }
1620
1621 \relative c'' {
1622  \barA \barA
1623 }
1624 @end lilypond
1625
1626 変数は入力ファイルの中にある他の多くのタイプに対しても使用されるかもしれません。例えば以下のようにです:
1627
1628 @example
1629 width = 4.5\cm
1630 name = "Wendy"
1631 aFivePaper = \paper @{ paperheight = 21.0 \cm @}
1632 @end example
1633
1634 変数の内容次第では、変数は他の場所で使用することができます。以下の例は上の例の変数を使用しています:
1635
1636 @example
1637 \paper @{
1638   \aFivePaper
1639   line-width = \width
1640 @}
1641 @{
1642   c4^\name
1643 @}
1644 @end example
1645
1646
1647 @node バージョン番号
1648 @subsection バージョン番号
1649 @translationof Version number
1650 @c バージョン番号
1651
1652 @cindex versioning
1653 @cindex version
1654 @cindex version number
1655 @cindex upgrades
1656 @cindex future upgrades
1657 @cindex updating files
1658 @cindex files, updating
1659
1660 @funindex \version
1661 @funindex version
1662 @funindex convert-ly
1663
1664 @code{\version} ステートメントはその入力ファイルが LilyPond のどのバージョンに対して書かれているのかを記録しています:
1665
1666 @example
1667 \version @w{"@version{}"}
1668 @end example
1669
1670 @noindent
1671 慣習上、これは LilyPond ファイルの先頭に置きます。
1672
1673 これらの注釈は LilyPond の将来のアップグレードをよりスムーズにします。構文の変更は特別なプログラム -- @command{convert-ly} -- によって扱われます。このプログラムは適用する規則を決定するために @code{\version} を使用します。詳細は @rprogram{convert-ly を使ってファイルを更新する} を参照してください。
1674 @c conver-ly を用いたファイルのアップデート
1675
1676
1677 @node タイトルを付け加える
1678 @subsection タイトルを付け加える
1679 @translationof Adding titles
1680 @c タイトルを付け加える
1681
1682 @cindex title
1683 @cindex headers
1684 @cindex header block
1685
1686 @funindex \header
1687 @funindex header
1688
1689 タイトル、作曲者、作品番号、それと類似の情報は @code{\header} ブロックの中に挿入されます。これはメインの音楽表記の外に存在します。普通、@code{\header} ブロックはバージョン番号の下に置かれます。
1690
1691 @example
1692 \version @w{"@version{}"}
1693 \header @{
1694   title = "Symphony"
1695   composer = "Me"
1696   opus = "Op. 9"
1697 @}
1698
1699 @{
1700   @dots{} music @dots{}
1701 @}
1702 @end example
1703
1704 ファイルが処理されるとき、タイトルと作曲者は楽譜の上に譜刻されます。タイトルについての更なる情報は、@ruser{Creating titles} を参照してください。
1705 @c タイトルの作成
1706
1707
1708 @node 絶対音符名
1709 @subsection 絶対音符名
1710 @translationof Absolute note names
1711 @c 絶対音符名
1712
1713 @cindex note names
1714 @cindex note names, absolute
1715 @cindex absolute mode (絶対モード)
1716 @cindex absolute values for pitches
1717 @cindex pitches, absolute values
1718 @cindex absolute note names
1719
1720 これまで我々は常に音高を定義するのに @code{\relative} を使ってきました。これはたいていの音楽を入力するのに最も容易な方法です。しかしながら、音高を定義するための方法がもう一つ存在します。絶対モードです。
1721
1722 あなたが @code{\relative} を省略した場合、LilyPond はすべての音高を絶対値として扱います。@code{c'} は常にミドル C を意味し、@code{b} は常にミドル C の 1 音下の音符を意味し、@code{g,} は常にヘ音記号の譜表の最下段の譜線上にある音符を意味します。
1723
1724 @lilypond[verbatim,quote]
1725 {
1726   \clef bass
1727   c' b g, g,
1728   g, f, f c'
1729 }
1730 @end lilypond
1731
1732 今度は 4 オクターブの音階があります:
1733
1734 @lilypond[verbatim,quote]
1735 {
1736   \clef bass
1737   c, d, e, f,
1738   g, a, b, c
1739   d e f g
1740   a b c' d'
1741   \clef treble
1742   e' f' g' a'
1743   b' c'' d'' e''
1744   f'' g'' a'' b''
1745   c'''1
1746 }
1747 @end lilypond
1748
1749 見て取れるように、ト音記号に旋律を書く場合は多くのクォート @code{'} 記号が使用されます。モーツァルトからの以下の楽譜の断片について考えてみます:
1750
1751 @lilypond[verbatim,quote]
1752 {
1753   \key a \major
1754   \time 6/8
1755   cis''8. d''16 cis''8 e''4 e''8
1756   b'8. cis''16 b'8 d''4 d''8
1757 }
1758 @end lilypond
1759
1760 これらすべてのクォート記号は入力ファイルを読みにくいものにして、エラーの原因になります。@code{\relative} を使うことで、上の例はずっと読みやくす、入力しやすくなります:
1761
1762 @lilypond[verbatim,quote]
1763 \relative c'' {
1764   \key a \major
1765   \time 6/8
1766   cis8. d16 cis8 e4 e8
1767   b8. cis16 b8 d4 d8
1768 }
1769 @end lilypond
1770
1771 @code{\relative} モードを使っているときにあなたがオクターブ記号 (@code{'} や @code{,}) を付け間違えた場合、すぐにわかります -- 多くの音符が間違ったオクターブに譜刻されます。絶対モードを使っているときに、ある付け間違いをした場合、はっきりとせず、見つけにくいです。
1772
1773 しかしながら、絶対モードは大きな音程を持つ音楽に対しては有用であり、LilyPond ファイルをコンピュータで生成する場合は非常に有用です。
1774
1775
1776 @node このチュートリアルの後にすべきこと
1777 @subsection このチュートリアルの後にすべきこと
1778 @translationof After the tutorial
1779 @c このチュートリアルの後にすべきこと
1780
1781 このチュートリアルを終えた後、あなたは 1、2 の楽譜を書いてみるべきです。@ref{テンプレート} にある楽譜の 1 つに音符を付け加えることから始めてください。あなたがこのチュートリアルではカバーされなかった表記を行う必要がある場合、@ruser{Musical notation} で始まる表記リファレンスを参照してください。あなたがテンプレートではカバーされていない楽器のアンサンブルのために楽譜を書こうとする場合、@ref{テンプレートを拡張する} を参照してください。
1782 @c テンプレート
1783 @c 音楽表記
1784 @c テンプレートの拡張
1785
1786 あなたがいくつかの短い楽譜を書き終えた後は、学習用マニュアルの残りの部分 (3~5 章) を読んでください。もちろん、今それらを読んでも何も問題はありません!しかしながら、学習用マニュアルの残りの部分はあなたが LilyPond 入力に馴れていると仮定しています。あなたはそれらの章を今すぐ一読し、もっと経験を積んだ後に読み直すことを望むかもしれません。
1787
1788 このチュートリアルと学習マニュアルの残りの部分では、各節の最後に@strong{参照}があり、他の節を参照してます: 初めて本書を読むときはこれらの参照を追うべきではありません。あなたが学習マニュアルをすべて読み終えたとき、いくつかの節を読み返し、さらに参照を追おうと思うかもしれません。
1789
1790 @ref{このドキュメントについて} をまだ読んでいないのなら、それを@emph{読んでください}。LilyPond についての情報は多いため、新しく LilyPond を始める人はしばしばどこを読むべきかわからないことがあります。5 分間使ってその節を注意深く読めば、あなたは何時間も見当違いの場所を読むフラストレーションを持たずに済ますことができるでしょう!
1791 @c このドキュメントについて
1792