]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/notation/chords.itely
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / ja / notation / chords.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2 @ignore
3     Translation of GIT committish: c1df40da9f8b2794e173583c363f9e736e5531bd
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @c \version "2.14.0"
11
12 @c Translators: Yoshiki Sawada
13 @c Translation status: post-GDP
14
15 @node 和音記譜法
16 @section 和音記譜法
17 @translationof Chord notation
18
19 @lilypondfile[quote]{chords-headword.ly}
20
21 和音を通常の音符として入力したり、和音モードで入力したりすることができ、@c
22 様々な従来のヨーロッパの和音命名規則を用いて表示することができます。@c
23 和音ネームと通奏低音記譜を表示させることもできます。
24
25 @menu
26 * 和音モード::
27 * 和音を表示する::
28 * 通奏低音::
29 @end menu
30
31
32 @node 和音モード
33 @subsection 和音モード
34 @translationof Chord mode
35
36 @cindex chord chords (和音)
37
38 和音モードでは、和音のピッチではなく、@c
39 和音構造の指示子を用いてコードを入力します。
40
41 @menu
42 * 和音モードの概要::
43 * 一般的な和音::
44 * 和音の拡張と変形::
45 @end menu
46
47 @node 和音モードの概要
48 @unnumberedsubsubsec 和音モードの概要
49 @translationof Chord mode overview
50
51 @cindex chord names (コード ネーム)
52 @cindex chord mode (和音モード)
53
54 和音を @ref{和音の音符} で説明しているように、@c
55 同時進行する音として入力することができます。
56
57 和音を @qq{和音モード} で入力することもできます。
58 和音モードは、ピッチではなく、@c
59 従来のヨーロッパ音楽での和音構造に焦点を当てた入力モードです。@c
60 これは、コード ネームを使うことに慣れているユーザにとって、@c
61 和音を記述するのに便利な機能です。@c
62 他の入力モードについて更なる情報は、@ref{入力モード} を参照してください。
63
64 @lilypond[verbatim,quote,ragged-right]
65 \chordmode { c1 g a g c }
66 @end lilypond
67
68 和音モードを用いて入力される和音は音楽要素であり、@c
69 同時進行する音として入力される和音と同様に移調させることができます。@c
70 @code{\chordmode} は絶対モードであり、@c
71 @code{\chordmode} ブロックでは @code{\relative} は効果を持ちません。@c
72 しかしながら、@code{\chordmode} での絶対ピッチは音符モードよりも
73 1 オクターブ高くなります。
74
75 一連の音楽の中で、和音モードと音符モードを切り替えることができます:
76
77 @lilypond[verbatim,quote,ragged-right,relative=1]
78 <c e g>2 <g b d>
79 \chordmode { c2 f }
80 <c e g>2 <g' b d>
81 \chordmode { f2 g }
82 @end lilypond
83
84
85 @seealso
86 音楽用語集:
87 @rglos{chord}
88
89 記譜法リファレンス:
90 @ref{Chorded notes},
91 @ref{Input modes}
92
93 コード断片集:
94 @rlsr{Chords}
95
96
97 @knownissues
98
99 あらかじめ定義されているアーティキュレーションと装飾の短縮形を@c
100 和音モードで使うことはできません。@c
101 @ref{アーティキュレーションと装飾} を参照してください。
102
103 一連の音楽の中で和音モードと音符モードが混じっていて、@c
104 和音モードから始まる場合、@c
105 音符モードは新たに @code{Staff} コンテキストを作成します:
106
107 @lilypond[verbatim,quote,ragged-right,relative=1]
108 \chordmode { c2 f }
109 <c e g>2 <g' b d>
110 @end lilypond
111
112 @noindent
113 これを避けるには、@code{staff} コンテキストを明示的に作成します:
114
115 @lilypond[verbatim,quote,ragged-right,relative=1]
116 \new Staff {
117   \chordmode { c2 f }
118   <c e g>2  <g' b d>
119 }
120 @end lilypond
121
122 @node 一般的な和音
123 @unnumberedsubsubsec 一般的な和音
124 @translationof Common chords
125
126 @cindex triads (三和音、トライアド)
127 @cindex seventh chords (七の和音、セブンス コード)
128 @cindex root of chord (和音の根音)
129 @cindex modifiers, in chords (和音での修飾子)
130 @cindex chord quality (コード クオリティー)
131
132 長三和音 (メジャー トライアド) を入力するには、@c
133 根音とオプションで演奏時間を示します:
134
135 @lilypond[verbatim,quote,ragged-right]
136 \chordmode { c2 f4 g }
137 @end lilypond
138
139 短三和音、増三和音、それに減三和音
140 (マイナー、オーグメンテッド、ディミニッシュト トライアド)
141 は、演奏時間の後に @code{:} とクオリティー修飾子を配置することにより@c
142 入力します:
143
144 @lilypond[verbatim,quote,ragged-right]
145 \chordmode { c2:m f4:aug g:dim }
146 @end lilypond
147
148 七の和音 (セブンス コード) を作成することができます:
149
150 @lilypond[quote,ragged-right,verbatim]
151 \chordmode { c1:7 c:m7 c:maj7 c:dim7 c:aug7 }
152 @end lilypond
153
154 @funindex aug
155 @funindex dim
156 @funindex maj
157 @funindex m
158
159 以下に示す表は、三和音と七の和音に付けられるクオリティー修飾子を@c
160 示しています。@c
161 和音に付けくわえられる第 7 音は短 7 度またはフラットの 7 度で、@c
162 基本となる七の和音は属七の和音となります。@c
163 すべての変化は属七の和音からの変化です。@c
164 修飾子の使い方についてのより完全な表は @ref{Common chord modifiers}
165 にあります。
166
167 @c @table @code
168 @multitable @columnfractions .2 .4 .3
169
170 @item
171 @b{修飾子}
172 @tab
173 @b{動作}
174 @tab
175 @b{例}
176
177 @item
178 無し
179 @tab
180 デフォルトの動作で、長三和音を作り出します。
181 @tab
182 @lilypond[line-width=4\cm, noragged-right]
183 \chordmode {
184   \override Staff.TimeSignature #'stencil = ##f
185   c1
186 }
187 @end lilypond
188
189 @item
190 m, m7
191 @tab
192 短和音。この修飾子は第 3 音を下げます。
193 @tab
194 @lilypond[line-width=4\cm, noragged-right]
195 \chordmode {
196   \override Staff.TimeSignature #'stencil = ##f
197   c1:m c:m7
198 }
199 @end lilypond
200
201
202 @item
203 dim, dim7
204 @tab
205 減和音。この修飾子は 3 度と 5 度 (と存在する場合は 7 度) の音を下げます。
206 @tab
207 @lilypond[line-width=4\cm, noragged-right]
208 \chordmode {
209   \override Staff.TimeSignature #'stencil = ##f
210   c1:dim c:dim7
211 }
212 @end lilypond
213
214 @item
215 aug
216 @tab
217 増和音。この修飾子は第 5 音を上げます。
218 @tab
219 @lilypond[line-width=4\cm, noragged-right]
220 \chordmode {
221   \override Staff.TimeSignature #'stencil = ##f
222   c1:aug
223 }
224 @end lilypond
225
226 @item
227 maj, maj7
228 @tab
229 長七和音。この修飾子は第 7 音を上げます。@c
230 @code{maj} の後の @code{7} はオプションです。@c
231 長三和音を作り出す時にこの修飾子は @b{使いません}。
232 @tab
233 @lilypond[line-width=4\cm, noragged-right]
234 \chordmode {
235   \override Staff.TimeSignature #'stencil = ##f
236   c1:maj c:maj7
237 }
238 @end lilypond
239
240 @end multitable
241
242
243 @seealso
244 記譜法リファレンス:
245 @ref{Common chord modifiers},
246 @ref{和音の拡張と変形}
247
248 コード断片集:
249 @rlsr{Chords}
250
251
252 @knownissues
253 和音に付けるクオリティー修飾子は 1 つだけ
254 -- 通常は和音の最も高い音に対して --
255 にしてください。@c
256 複数のクオリティー修飾子を持つ和音は、エラーや警告無しで構文解析されますが、@c
257 結果は予測できません。@c
258 1 つのクオリティー修飾子では実現できない和音は、@c
259 個々のピッチに分解してください
260 -- @ref{和音の拡張と変形} で説明しています。
261
262
263 @node 和音の拡張と変形
264 @unnumberedsubsubsec 和音の拡張と変形
265 @translationof Extended and altered chords
266
267 @cindex extended chords (和音の拡張)
268 @cindex altered chords (和音の変形)
269
270 和音モードで様々な複雑さの和音構造を作ることができます。@c
271 修飾子文字列を使って和音を拡張したり、和音の音を追加 / 削除したり、@c
272 和音の音を上げ / 下げしたり、低音を付け加えたり、@c
273 転回を作り出したりすることができます。
274
275 @code{:} のすぐ後にくる数字は和音の拡張となります。@c
276 和音は、根音から指定された数に達するまで 3 度毎に音を@c
277 付け加えることによって構成されます。@c
278 和音の拡張として付け加えられる第 7 音は短 7 度またはフラットの 7 度@c
279 であることに注意してください。@c
280 拡張で指定された音が 3 度毎の音ではない場合 (例えば 6)、@c
281 拡張を超えない範囲で 3 度毎に音が付け加えられ、@c
282 最後に拡張の音が付け加えられます。@c
283 拡張で取り得る最大値は 13 です。@c
284 それよりも大きな値は 13 と解釈されます。
285
286 @lilypond[quote,ragged-right,verbatim]
287 \chordmode {
288   c1:2 c:3 c:4 c:5
289   c1:6 c:7 c:8 c:9
290   c1:10 c:11 c:12 c:13
291   c1:14
292 }
293 @end lilypond
294
295 @noindent
296 @code{c:5} と @code{c} はどちらも
297 C の長三和音を作り出すということに注意してください。
298
299 第 11 音が第 13 音と組み合わされると響きが良くないため、@c
300 @code{:13} 和音から第 11 音は削除されます
301 (明示的に第 11 音が付け加えられない限りは)。
302
303 @lilypond[quote,ragged-right,verbatim]
304 \chordmode {
305   c1:13 c:13.11 c:m13
306 }
307 @end lilypond
308
309 @cindex additions, in chords (和音への音の追加)
310
311 個々の音を和音に付けくわえることができます。@c
312 追加は拡張の後にドット (@code{.}) を前置して記述します。@c
313 和音に付けくわえられる第 7 音は、長 7 度ではなく、@c
314 短 7 度またはフラットの 7 度です。
315
316 @lilypond[quote,verbatim]
317 \chordmode {
318   c1:5.6 c:3.7.8 c:3.6.13
319 }
320 @end lilypond
321
322 追加する音の高さは望みの高さにすることができます。
323
324 @lilypond[quote,verbatim]
325 \chordmode {
326   c4:5.15 c:5.20 c:5.25 c:5.30
327 }
328 @end lilypond
329
330 @cindex chord steps, altering (和音の音を変化させる)
331
332 和音の音は、数字の後ろに @code{+} または@code{-] を置くことで@c
333 変化させることができます。@c
334 和音構造の一部として自動的に含まれる音を変化させるには、@c
335 その音を追加して変化させます。
336
337 @lilypond[quote,verbatim]
338 \chordmode {
339   c1:7+ c:5+.3- c:3-.5-.7-
340 }
341 @end lilypond
342
343 @cindex removals, in chords (和音の音の削除)
344
345 @funindex ^
346
347 和音に音を追加できるだけでなく、@c
348 @code{^} を前置させた修飾子文字列で音を削除することができます。@c
349 複数の音を削除する場合は、@c
350 最初の @code{^} の後に削除する音を @code{.} で区切って記述します。
351
352 @lilypond[quote,verbatim]
353 \chordmode {
354   c1^3 c:7^5 c:9^3 c:9^3.5 c:13.11^3.7
355 }
356 @end lilypond
357
358 @funindex sus
359
360 修飾子 @code{sus} を修飾子文字列に付け加えることにより、@c
361 サスペンド コードを作り出すことができます。@c
362 これは和音から第 3 音を削除します。@c
363 さらに @code{sus} の後に @code{2} または @code{4} を付け加えると、@c
364 和音に第 2 音または第 4 音が追加されます。@c
365 @code{sus} は @code{^3} と等価であり、@c
366 @code{sus4} は @code{.4^3} と等価です。
367
368 @lilypond[quote,ragged-right,verbatim]
369 \chordmode {
370   c1:sus c:sus2 c:sus4 c:5.4^3
371 }
372 @end lilypond
373
374 @funindex /
375 @cindex chord inversions (和音の転回)
376 @cindex bass note, for chords (和音に対する低音)
377
378 転回 (根音ではないピッチを和音の下に配置します) と低音の追加は、@c
379 和音の後に @code{/}@var{pitch} を記述することで指定できます。
380
381 @lilypond[quote,ragged-right,verbatim]
382 \chordmode {
383   c1 c/g c/f
384 }
385 @end lilypond
386
387 @funindex /+
388
389 転回として音を移動させる代わりに、@c
390 @code{/+}@var{pitch} を用いて和音に低音を付け加えることができます。
391
392 @lilypond[quote,ragged-right,verbatim]
393 \chordmode {
394   c1 c/g c/+g
395 }
396 @end lilypond
397
398 様々な標準和音を作り出すために使用される和音修飾子を
399 @ref{Common chord modifiers} で示しています。
400
401
402 @seealso
403 記譜法リファレンス:
404 @ref{Common chord modifiers}
405
406 コード断片集:
407 @rlsr{Chords}
408
409
410 @knownissues
411
412 和音で各音を 1 度だけ使うことができます。@c
413 以下の例では、最後の @code{5+} が解釈されるため、@c
414 増和音が作り出されます。
415
416 @lilypond[quote,ragged-right,verbatim]
417 \chordmode { c1:5.5-.5+ }
418 @end lilypond
419
420 第二転回和音を作り出すには、低音を追加するしかありません。@c
421 最初の転回 (2 つ目の和音) を第二転回和音にするには、@c
422 和音の根音を変える必要があります。
423
424 @lilypond[quote,ragged-right,verbatim]
425 \chordmode {
426   c'1: c':/g e:6-3-^5 e:m6-^5
427 }
428 @end lilypond
429
430 @node 和音を表示する
431 @subsection 和音を表示する
432 @translationof Displaying chords
433
434 譜に音符を表示させるという標準の表示に加えて、@c
435 コード ネームを表示させることができます。
436
437 @menu
438 * コード ネームを譜刻する::
439 * コード ネームをカスタマイズする::
440 @end menu
441
442 @node コード ネームを譜刻する
443 @unnumberedsubsubsec コード ネームを譜刻する
444 @translationof Printing chord names
445
446 @cindex printing chord names (コード ネームを譜刻する)
447 @cindex chord names (コード ネーム)
448 @cindex chords (コード、和音)
449
450 コード ネームは @code{ChordNames} コンテキストに譜刻されます:
451
452 @lilypond[verbatim,quote,ragged-right]
453 \new ChordNames {
454   \chordmode {
455     c2 f4. g8
456   }
457 }
458 @end lilypond
459
460 和音は同時進行する音符としてか、@c
461 和音モードを使用することで入力することができます。@c
462 転回や低音の追加が無い限り入力モードに関係なく、@c
463 和音と同じコード ネームが表示されます:
464
465 @lilypond[verbatim,quote,relative=1]
466 <<
467   \new ChordNames {
468     <c e g>2  <f bes c>
469     <f c' e g>1
470     \chordmode {
471       c2 f:sus4 c1:/f
472     }
473   }
474   {
475     <c e g>2  <f bes c>
476     <f, c' e g>1
477     \chordmode {
478       c2 f:sus4 c1:/f
479     }
480   }
481 >>
482 @end lilypond
483
484 @cindex no chord symbol (無和音記号)
485 @cindex N.C. symbol (N.C. 記号)
486 @cindex indicating No Chord in ChordNames (ChordNames で無和音を記述する)
487
488 @code{ChordNames} コンテキストに休符が渡されると、@c
489 @code{noChordSymbol} マークアップが表示されます。
490
491 @lilypond[verbatim, quote, relative=1]
492 <<
493   \new ChordNames \chordmode {
494     c1
495     r1
496     g1
497     c1
498   }
499   \chordmode {
500     c1
501     r1
502     g1
503     c1
504   }
505 >>
506 @end lilypond
507
508 @funindex{\chords}
509
510 @code{\chords @{ ... @}} は @code{\new ChordNames @{ \chordmode @{ ... @} @}}
511 の短縮形です。
512
513 @lilypond[verbatim,quote,ragged-right]
514 \chords {
515   c2 f4.:m g8:maj7
516 }
517 @end lilypond
518
519 @lilypond[verbatim,quote,ragged-right]
520 \new ChordNames {
521   \chordmode {
522     c2 f4.:m g8:maj7
523   }
524 }
525 @end lilypond
526
527 @snippets
528
529 @c Keep index entries with following snippet
530 @cindex chords, suppressing repeated (和音の繰り返しを抑制する)
531 @funindex chordChanges
532
533 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
534 {showing-chords-at-changes.ly}
535
536 @c @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
537 @c {adding-bar-lines-to-chordnames-context.ly}
538
539 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
540 {simple-lead-sheet.ly}
541
542
543 @seealso
544 音楽用語集:
545 @rglos{chord}
546
547 記譜法リファレンス:
548 @ref{音楽を並列に記述する}
549
550 コード断片集:
551 @rlsr{Chords}
552
553 内部リファレンス:
554 @rinternals{ChordNames},
555 @rinternals{ChordName},
556 @rinternals{Chord_name_engraver},
557 @rinternals{Volta_engraver},
558 @rinternals{Bar_engraver}
559
560
561 @knownissues
562
563 同時進行する音として和音を入力している場合、@c
564 転回や低音の追加を含む和音のコード ネームは正しく表示されません。
565
566
567 @node コード ネームをカスタマイズする
568 @unnumberedsubsubsec コード ネームをカスタマイズする
569 @translationof Customizing chord names (コード ネームをカスタマイズする)
570
571 @cindex customizing chord names (コード ネームをカスタマイズする)
572
573 和音の命名規則は 1 つではありません。@c
574 流儀が異なれば、同じ和音に対して異なるコード ネームを使います。@c
575 コード ネームで表示される記号にも違いがあります。@c
576 コード ネームで表示される名前と記号をカスタマイズすることができます。
577
578 @cindex jazz chords (ジャズ コード)
579 @cindex chords, jazz (ジャズ コード)
580
581 基本となるコード ネーム命名規則はジャズ音楽用のものです。@c
582 これは Klaus Ignatzek によって提唱されたものです
583 (@ressay{Literature list} を参照してください)。@c
584 コード ネーム命名規則を変更することができます。@c
585 以下で説明する変更方法を用いてジャズ コード命名規則を改造することができます。@c
586 Ignatzek のジャズ コードと変形コードを @ref{Chord name chart} の表で@c
587 示しています。
588
589 @c TODO --  Change this so we don't have a non-verbatim example.
590 @c  Make short example in docs, then move longer example to
591 @c  appendix, where the length of the snippet won't matter.
592
593 命名規則の変更に加えて、@c
594 根音の音符名の言語を変更することができます。@c
595 あらかじめ定義されているコマンド @code{\germanChords},
596 @code{\semiGermanChords}, @code{\italianChords}
597 それに @code{\frenchChords} が言語を設定します。
598 これらのコマンドの効果を以下に示します:
599
600 @lilypondfile[ragged-right]{chord-names-languages.ly}
601
602
603 @funindex chordNameLowercaseMinor
604
605 ドイツ歌集では短和音を@c
606 接尾辞 @var{m} を伴わない小文字で記述する場合があります。@c
607 これは @code{chordNameLowercaseMinor} プロパティを設定することで実現できます:
608
609 @lilypond[verbatim,quote,ragged-right]
610 \chords {
611   \set chordNameLowercaseMinor = ##t
612   c2 d:m e:m f
613 }
614 @end lilypond
615
616 既存の設定では望みの出力を得られない場合、@c
617 コード ネームの表示を以下のプロパティを通じて調整することができます。
618
619 @table @code
620
621 @funindex chordRootNamer
622
623 @item chordRootNamer
624
625 通常、コード ネームは根音の文字にオプションの変化を付けて表示されます。@c
626 この関数がピッチから文字に変換します。@c
627 新しい関数をこのプロパティにセットすることで特殊な音符名
628 (例えば、B コードを表すドイツ語の @q{H}) を作り出すことができます。
629
630 @funindex majorSevenSymbol
631
632 @item majorSevenSymbol
633
634 このプロパティは @code{chordRootNamer} の出力に続けて@c
635 長七和音を示すために使用されるマークアップ オブジェクトを保持します。@c
636 あらかじめ定義されている選択肢は
637 @code{whiteTriangleMarkup} と @code{blackTriangleMarkup} です。
638
639 @funindex additionalPitchPrefix
640
641 @item additionalPitchPrefix
642
643 コード ネームが追加のピッチを保持している場合、@c
644 追加ピッチの前にテキストを付けることができます。@c
645 見た目が雑然となることを避けるため、@c
646 デフォルトでは追加ピッチの前にテキストは付きません。@c
647 しかしながら、追加ピッチが少数の場合はテキストを付けると効果的です。
648
649 @lilypond[verbatim,quote,ragged-right]
650 \new ChordNames {
651   <c e g d'>    % add9
652   \set additionalPitchPrefix = #"add"
653   <c e g d'>    % add9
654 }
655 @end lilypond
656
657 @funindex chordNoteNamer
658
659 @item chordNoteNamer
660
661 コード ネームが根音以外の追加ピッチを保持している場合 (例えば追加の低音)、@c
662 この関数が追加ピッチを譜刻するのにを用いられます。@c
663 デフォルトでは、ピッチは @code{chordRootNamer} を用いて譜刻されます。@c
664 @code{chordNoteNamer} にカスタマイズした関数をセットすることで、@c
665 この振る舞いを変えることができます。@c
666 例えば、低音を小文字で譜刻させることができます。
667
668 @funindex chordNameSeparator
669
670 @item chordNameSeparator
671
672 通常、コード ネームはパート毎に小さなスペースで区切られます。@c
673 @code{chordNameSeparator} を設定することにより、@c
674 区切りをお望みのマークアップに変更することができます。@c
675 これはコード ネームと低音名の間の区切りには影響を与えません
676 -- この区切りをカスタマイズする場合は、@code{slashChordSeparator} を設定します。
677
678 @lilypond[verbatim,quote,ragged-right]
679 \chords {
680   c4:7.9- c:7.9-/g
681   \set chordNameSeparator = \markup { "/" }
682   \break
683   c4:7.9- c:7.9-/g
684 }
685 @end lilypond
686
687 @funindex slashChordSeparator
688
689 @item slashChordSeparator
690
691 和音に通常の根音とは異なる低音を持たせることができます。@c
692 これは @qq{転回} と呼ばれ、@c
693 デフォルトの記譜法では主和音と低音符の間をシュラッシュで区切るため@c
694 スラッシュ @qq{スラッシュ コード} とも呼ばれます。@c
695 @code{slashChordSeparator} のデフォルト値はスラッシュですが、@c
696 お望みのマークアップに変更することができます。
697
698 @lilypond[verbatim,quote,ragged-right]
699 \chords {
700   c4:7.9- c:7.9-/g
701   \set slashChordSeparator = \markup { " over " }
702   \break
703   c4:7.9- c:7.9-/g
704 }
705 @end lilypond
706
707 @funindex chordNameExceptions
708
709 @item chordNameExceptions
710
711 このプロパティはペアのリストです。@c
712 各ペアの最初の要素は和音の中に存在する音を指定するピッチのセットです。@c
713 次の要素は、最初の要素で指定された和音のコード ネームを作り出すために、@c
714 @code{chordRootNamer} の出力の後に記譜されるマークアップです。
715
716 @funindex minorChordModifier
717
718 @item minorChordModifier
719
720 短和音は和音の根音の右側に接尾辞 @q{m} を配置することによって@c
721 記述されることが多いです。@c
722 しかしながら、マイナス記号等の他の接尾辞を使う場合もあります。
723
724 @lilypond[verbatim,quote,ragged-right]
725 \chords {
726   c4:min f:min7
727   \set minorChordModifier = \markup { "-" }
728   \break
729   c4:min f:min7
730 }
731 @end lilypond
732
733 @funindex chordPrefixSpacer
734
735 @item chordPrefixSpacer
736
737 通常、@code{minorChordModifier} で指定される短和音の修飾子は@c
738 和音の根音のすぐ右に譜刻されます。@c
739 @code{chordPrefixSpacer} を設定することにより、@c
740 根音と修飾子の間にスペースを置くことができます。@c
741 根音が変化した場合、このスペースは配置されません。
742
743 @end table
744
745
746 @predefined
747 @funindex major seven symbols
748 @code{\whiteTriangleMarkup},
749 @code{\blackTriangleMarkup},
750 @funindex \germanChords
751 @code{\germanChords},
752 @funindex \semiGermanChords
753 @code{\semiGermanChords},
754 @funindex \italianChords
755 @code{\italianChords},
756 @funindex \frenchChords
757 @code{\frenchChords}
758 @endpredefined
759
760
761 @snippets
762
763 @cindex exceptions, chord names.
764 @lilypondfile[verbatim,quote,texidoc,doctitle]
765 {chord-name-exceptions.ly}
766
767 @c TODO - tweak snippet to use \blackTriangleMarkup as well
768 @lilypondfile[verbatim,quote,texidoc,doctitle]
769 {chord-name-major7.ly}
770
771 @lilypondfile[verbatim,quote,texidoc,doctitle]
772 {adding-bar-lines-to-chordnames-context.ly}
773
774 @lilypondfile[verbatim,quote,texidoc,doctitle]
775 {volta-below-chords.ly}
776
777 @lilypondfile[verbatim,quote,texidoc,doctitle]
778 {changing-chord-separator.ly}
779
780
781 @seealso
782 記譜法リファレンス:
783 @ref{Chord name chart},
784 @ref{Common chord modifiers}
785
786 楽譜譜刻の自動化についてのエッセー:
787 @ressay{Literature list}
788
789 インストールされているファイル:
790 @file{scm/chords-ignatzek.scm},
791 @file{scm/chord-entry.scm},
792 @file{ly/chord-modifier-init.ly}
793
794 コード断片集:
795 @rlsr{Chords}
796
797 @c 内部リファレンス:
798 @c @r internals{}.
799
800
801 @knownissues
802
803 コード ネームは、和音に含まれるピッチと
804 @code{\chordmode} で入力される和音構造についての情報の両方から決定されます。@c
805 和音の入力手段として同時進行するピッチを用いた場合、@c
806 転回や低音により予期しないコード ネームとなります。
807
808 @lilypond[quote,ragged-right,verbatim]
809 myChords = \relative c' {
810   \chordmode { c1 c/g c/f }
811   <c e g>1 <g c e> <f c' e g>
812 }
813 <<
814   \new ChordNames { \myChords }
815   \new Staff { \myChords }
816 >>
817 @end lilypond
818
819
820 @node 通奏低音
821 @subsection 通奏低音
822 @translationof Figured bass
823
824 @lilypondfile[quote]{figured-bass-headword.ly}
825
826 通奏低音を譜刻することができます。
827
828 @menu
829 * 通奏低音の導入部::
830 * 通奏低音を入力する::
831 * 通奏低音を表示する::
832 @end menu
833
834 @node 通奏低音の導入部
835 @unnumberedsubsubsec 通奏低音の導入部
836 @translationof Introduction to figured bass
837
838 @cindex Basso continuo
839 @cindex Thorough bass
840 @cindex Figured bass (通奏低音)
841 @cindex Bass, thorough
842 @cindex Bass, figured (通奏低音)
843
844 @c TODO: musicological blurb about FB
845
846
847 LilyPond は通奏低音
848 (figured bass -- thorough bass や basso continuo とも呼ばれます)
849 をサポートします:
850
851 @lilypond[quote,ragged-right,verbatim]
852 <<
853   \new Voice { \clef bass dis4 c d ais g fis}
854   \new FiguredBass {
855     \figuremode {
856       < 6 >4 < 7\+ >8 < 6+ [_!] >
857       < 6 >4 <6 5 [3+] >
858       < _ >4 < 6 5/>4
859     }
860   }
861 >>
862 @end lilypond
863
864 通奏低音のサポートには 2 つのパートがあります:
865 1 つは入力モード @code{\figuremode} で、@c
866 通奏低音の入力を受け入れます。@c
867 もう 1 つはコンテキスト @code{FiguredBass} で、@c
868 @code{BassFigure} オブジェクトの表示を扱います。@c
869 @code{Staff} でも通奏低音を表示させることができます。
870
871 @code{\figures@{ ... @}} は
872 @code{\new FiguredBass @{ \figuremode @{ ... @} @}} の短縮記譜法です。
873
874 通奏低音のサポートの外見は和音サポートに似ていますが、@c
875 もっとシンプルです。@c
876 @code{\figuremode} モードは通奏低音を保持し、@c
877 @code{FiguredBass} コンテキストははそれらを入力されたとおりに@c
878 譜刻するだけです。@c
879 ピッチへの変換は行いません。
880
881 @ignore
882 Figures are created as markup texts.  Any of the standard markup
883 properties can be used to modify the display of figures.  For
884 example, the vertical spacing of the figures may be set with
885 @code{baseline-skip}.
886 @end ignore
887
888
889 @seealso
890 音楽用語集:
891 @rglos{figured bass}
892
893 コード断片集:
894 @rlsr{Chords}
895
896
897 @node 通奏低音を入力する
898 @unnumberedsubsubsec 通奏低音を入力する
899 @translationof Entering figured bass
900
901
902 @code{\figuremode} は入力モードを通奏低音モードに切り替えるのに用いられます。@c
903 他の入力モードについての更なる情報は @ref{入力モード} で見つかります。
904
905 通奏低音モードでは、通奏低音のグループを @code{<} と @code{>} で囲みます。@c
906 演奏時間は @code{>} の後に入力します。
907
908 @lilypond[verbatim,quote,ragged-right]
909 \new FiguredBass {
910   \figuremode {
911     <6 4>2
912   }
913 }
914 @end lilypond
915
916 通奏低音にナチュラル記号を含む臨時記号を付け加えることができます:
917
918 @lilypond[verbatim,quote,ragged-right]
919 \figures {
920   <7! 6+ 4-> <5++> <3-->
921 }
922 @end lilypond
923
924 増音と減音を記述することができます:
925
926 @lilypond[verbatim,quote,ragged-right]
927 \figures {
928   <6\+ 5/> <7/>
929 }
930 @end lilypond
931
932 通奏低音にバックスラッシュを付けることができます
933 ( 通常、6 度上げるのに用いられます):
934
935 @lilypond[verbatim,quote,ragged-right]
936 \figures {
937   <6> <6\\>
938 }
939 @end lilypond
940
941 通奏低音に垂直方向のスペースや囲みを含ませることができます:
942
943 @lilypond[verbatim,quote,ragged-right]
944 \figures {
945   <[12 _!] 8 [6  4]>
946 }
947 @end lilypond
948
949 通奏低音として任意のテキスト マークアップを挿入することができます:
950
951 @lilypond[verbatim,quote,ragged-right]
952 \figures {
953   <\markup { \tiny \number 6 \super (1) } 5>
954 }
955 @end lilypond
956
957 @c NOTE: We need to include notes any time we use extenders to
958 @c avoid extraneous staff creation due to Staff.use... in
959 @c \bassFigureExtendersOn
960
961 継続線で通奏低音の繰り返しを示すことができます:
962
963 @lilypond[verbatim,quote,ragged-right]
964 <<
965   {
966     \clef bass
967     e4 d c b,
968     e4 d c b,
969   }
970   \figures {
971     \bassFigureExtendersOn
972     <6 4>4 <6 3> <7 3> <7 3>
973     \bassFigureExtendersOff
974     <6 4>4 <6 3> <7 3> <7 3>
975   }
976 >>
977 @end lilypond
978
979 @noindent
980 以下の例のように、@c
981 継続線は明示的に停止されない限り連続する通奏低音に置き換わります。
982
983 @lilypond[verbatim,quote,ragged-right]
984 <<
985   \figures {
986     \bassFigureExtendersOn
987     <6 4>4 <6 4> <6\! 4\!> <6 4>
988   }
989   {
990     \clef bass
991     d4 d c c
992   }
993 >>
994 @end lilypond
995
996 以下の表は利用可能な通奏低音の修飾子を要約しています。
997
998 @multitable @columnfractions .1 .5 .4
999
1000 @item
1001 @b{修飾子}
1002 @tab
1003 @b{用途}
1004 @tab
1005 @b{例}
1006
1007 @item
1008 +, -, !
1009 @tab
1010 臨時記号
1011 @tab
1012 @lilypond[line-width=4\cm]
1013 \figures {
1014   <7! 6+ 4-> <5++> <3-->
1015 }
1016 @end lilypond
1017
1018 @item
1019 \+, /
1020 @tab
1021 増音と減音
1022 @tab
1023 @lilypond[line-width=4\cm]
1024 \figures {
1025   <6\+ 5/> <7/>
1026 }
1027 @end lilypond
1028
1029 @item
1030 \\
1031 @tab
1032 音を 6 度上げる
1033 @tab
1034 @lilypond[line-width=4\cm]
1035 \figures {
1036   <6\\>
1037 }
1038 @end lilypond
1039
1040 @item
1041 \!
1042 @tab
1043 継続線を終わらせる
1044 @tab
1045 @lilypond[line-width=4\cm]
1046 <<
1047   \figures {
1048     \bassFigureExtendersOn
1049     <6 4> <6 4> <6\! 4\!> <6 4>
1050   }
1051   {
1052     \clef bass
1053     d d c c
1054   }
1055 >>
1056 @end lilypond
1057
1058 @end multitable
1059
1060
1061 @predefined
1062 @cindex figured bass extender lines (通奏低音の継続線)
1063 @code{\bassFigureExtendersOn},
1064 @code{\bassFigureExtendersOff}
1065 @endpredefined
1066
1067
1068 @snippets
1069 @lilypondfile[verbatim,quote,texidoc,doctitle]
1070 {changing-the-positions-of-figured-bass-alterations.ly}
1071
1072
1073 @seealso
1074 @c Music Glossary:
1075 @c @rglos{}.
1076 @c
1077 @c Learning Manual:
1078 @c @rlearning{}.
1079 @c
1080 @c Notation Reference:
1081 @c @ref{}.
1082 @c
1083 @c Application Usage:
1084 @c @rprogram{}.
1085 @c
1086 @c Installed Files:
1087 @c @file{}.
1088 @c
1089 コード断片集:
1090 @rlsr{Chords}
1091
1092 内部リファレンス:
1093 @rinternals{BassFigure},
1094 @rinternals{BassFigureAlignment},
1095 @rinternals{BassFigureLine},
1096 @rinternals{BassFigureBracket},
1097 @rinternals{BassFigureContinuation},
1098 @rinternals{FiguredBass}
1099
1100
1101 @c @knownissues
1102
1103
1104 @node 通奏低音を表示する
1105 @unnumberedsubsubsec 通奏低音を表示する
1106 @translationof Displaying figured bass
1107
1108 @code{FiguredBass} コンテキストを用いて通奏低音を表示させることができます。@c
1109 たいていの譜コンテキストでも表示させることができます。
1110
1111 @code{FiguredBass} コンテキストに表示させる場合、@c
1112 通奏低音の垂直方向の位置は譜上にある音符の位置とは無関係です。
1113
1114 @lilypond[verbatim,ragged-right,quote]
1115 <<
1116   \relative c'' {
1117     c4 c'8 r8 c,4 c'
1118   }
1119   \new FiguredBass {
1120     \figuremode {
1121       <4>4 <10 6>8 s8
1122       <6 4>4 <6 4>
1123     }
1124   }
1125 >>
1126 @end lilypond
1127
1128 @noindent
1129 上記の例では、余分な (空の) 譜が作成されるのを避けるために、@c
1130 @code{FiguredBass} コンテキストを明示的に作成する必要があります。
1131
1132
1133 通奏低音を直接 @code{Staff} コンテキストに付け加えることもできます。@c
1134 この場合、通奏低音の垂直方向の位置は自動的に調節されます。
1135
1136 @lilypond[verbatim,ragged-right,quote]
1137 <<
1138   \new Staff = myStaff
1139   \figuremode {
1140     <4>4 <10 6>8 s8
1141     <6 4>4 <6 4>
1142   }
1143   %% Put notes on same Staff as figures
1144   \context Staff = myStaff
1145   {
1146     \clef bass
1147     c4 c'8 r8 c4 c'
1148   }
1149 >>
1150 @end lilypond
1151
1152
1153 通奏低音を @code{Staff} コンテキストに追加した場合、@c
1154 譜の上にも下にも表示される可能性があります。
1155
1156 @lilypond[verbatim,ragged-right,quote]
1157 <<
1158   \new Staff = myStaff
1159   \figuremode {
1160     <4>4 <10 6>8 s8
1161     \bassFigureStaffAlignmentDown
1162     <6 4>4 <6 4>
1163   }
1164   %% Put notes on same Staff as figures
1165   \context Staff = myStaff
1166   {
1167     \clef bass
1168     c4 c'8 r8 c4 c'
1169   }
1170 >>
1171 @end lilypond
1172
1173
1174 @predefined
1175 @cindex figured bass alignment (通奏低音の垂直揃えのベース)
1176 @code{\bassFigureStaffAlignmentDown},
1177 @code{\bassFigureStaffAlignmentUp},
1178 @code{\bassFigureStaffAlignmentNeutral}
1179 @endpredefined
1180
1181
1182 @c @snippets
1183
1184
1185 @seealso
1186 @c Music Glossary:
1187 @c @rglos{}.
1188 @c
1189 @c Learning Manual:
1190 @c @rlearning{}.
1191 @c
1192 @c Notation Reference:
1193 @c @ref{}.
1194 @c
1195 @c Application Usage:
1196 @c @rprogram{}.
1197 @c
1198 @c Installed Files:
1199 @c @file{}.
1200 @c
1201 コード断片集:
1202 @rlsr{Chords}
1203
1204 内部リファレンス:
1205 @rinternals{BassFigure},
1206 @rinternals{BassFigureAlignment},
1207 @rinternals{BassFigureLine},
1208 @rinternals{BassFigureBracket},
1209 @rinternals{BassFigureContinuation},
1210 @rinternals{FiguredBass}
1211
1212
1213 @knownissues
1214
1215 継続線が正しく機能することを保証するために、@c
1216 通奏低音のリズムをバス パートに合わせた方が安全です。
1217
1218 @c KEEP LY
1219 @lilypond[verbatim,ragged-right,quote]
1220 <<
1221   {
1222     \clef bass
1223     \repeat unfold 4 { f16. g32 } f8. es16 d8 es
1224   }
1225   \figures {
1226     \bassFigureExtendersOn
1227     % バスと同じリズムなので、継続線は正しく機能します
1228     \repeat unfold 4 { <6 4->16. <6 4->32 }
1229     <5>8. r16 <6>8 <6\! 5->
1230   }
1231 >>
1232 <<
1233   {
1234     \clef bass
1235     \repeat unfold 4 { f16. g32 } f8. es16 d8 es
1236   }
1237   \figures {
1238     \bassFigureExtendersOn
1239     % タイミングは同じですが、継続線は正しく機能しません
1240     <6 4->4 <6 4->4
1241     <5>8. r16 <6>8 <6\! 5->
1242   }
1243 >>
1244 @end lilypond
1245
1246 @c 保留
1247 継続線を用いた場合、@c
1248 通奏低音内での位置が異なる同じ番号の通奏低音が隣接すると、@c
1249 位置が反転する可能性があります。
1250 (訳者: 2 つ目の音符の通奏低音で 4 と 5 が入れ替わる例を示したいのだと@c
1251 思いますが、うまくいっていないようです。@c
1252 解決の例もコマンドの位置が違うと思います。)
1253
1254 @ignore
1255 When using extender lines, adjacent figures with the same number in
1256 a different figure location can cause the figure positions to invert.
1257 @end ignore
1258
1259 @lilypond[verbatim,ragged-right,quote,relative=1]
1260 <<
1261   { fis4 g g, e' }
1262   \figures {
1263     \bassFigureExtendersOn
1264     <6 5>4 <5\! 4> < 5 _!> <6>
1265   }
1266 >>
1267 @end lilypond
1268
1269 この問題を回避するには、継続線を始める通奏低音の後で継続線を On にして、@c
1270 継続線の終わりで Off にします。
1271
1272 @ignore
1273 To avoid this problem, simply turn on extenders after the figure that
1274 begins the extender line and turn them off at the end of the extender line.
1275 @end ignore
1276
1277 @lilypond[verbatim,ragged-right,quote,relative=1]
1278 <<
1279   { fis4 g g, e' }
1280   \figures {
1281     <6 5>4 <5 4>
1282     \bassFigureExtendersOn
1283     < 5 _!>4 <6>
1284     \bassFigureExtendersOff
1285   }
1286 >>
1287 @end lilypond