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