]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/notation/pitches.itely
adf19d21d5526fdbf065922d6fcd48f25f86f2d5
[lilypond.git] / Documentation / ja / notation / pitches.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2 @ignore
3     Translation of GIT committish: dadabdfc4537ef85adb9159d46eda5a0ff180835
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9 @c \version "2.15.20"
10
11 @c Translators: Yoshiki Sawada
12 @c Translation status: post-GDP
13
14
15 @node ピッチ
16 @section ピッチ
17 @translationof Pitches
18
19 @lilypondfile[quote]{pitches-headword.ly}
20
21 このセクションでは音符のピッチを指定する方法について議論します。@c
22 このプロセスには 3 つのステップがあります: 入力、変更、出力です。
23
24 @menu
25 * ピッチを記述する::
26 * 複数のピッチを変更する::
27 * ピッチを表示する::
28 * 符頭::
29 @end menu
30
31
32 @node ピッチを記述する
33 @subsection ピッチを記述する
34 @translationof Writing pitches
35
36 このセクションではピッチを入力する方法について議論します。@c
37 音符をオクターブの中に置くには 2 つの方法があります:
38 絶対モードと相対モードです。@c
39 たいていの場合、相対モードの方が便利です。
40
41 @menu
42 * 絶対オクターブ入力::
43 * 相対オクターブ入力::
44 * 臨時記号::
45 * 他の言語での音符名::
46 @end menu
47
48
49 @node 絶対オクターブ入力
50 @unnumberedsubsubsec 絶対オクターブ入力
51 @translationof Absolute octave entry
52
53 @cindex pitch names (ピッチ名)
54 @cindex pitches (ピッチ)
55 @cindex absolute (絶対)
56 @cindex absolute octave specification (絶対オクターブ指定)
57 @cindex octave specification, absolute (絶対オクターブ指定)
58 @cindex absolute octave entry (絶対オクターブ入力)
59 @cindex octave entry, absolute (絶対オクターブ入力)
60
61 ピッチ名は @code{a} から @code{g} までの小文字を使って指定されます。@c
62 @code{c} から @code{b} までの音符名はミドル C の下のオクターブに譜刻されます。
63
64 @c don't use c' here.
65 @lilypond[verbatim,quote]
66 {
67   \clef bass
68   c4 d e f
69   g4 a b c
70   d4 e f g
71 }
72 @end lilypond
73
74 @cindex octave changing mark (オクターブ変更記号)
75
76 @funindex '
77 @funindex ,
78
79 他のオクターブはシングル クォート@tie{}(@code{'}) または@c
80 カンマ@tie{}(@code{,}) 文字で指定されます。@c
81 各@tie{}@code{'} はピッチを 1 オクターブ上げます。@c
82 一方、各@tie{}@code{,} はピッチを 1 オクターブ下げます。
83
84 @lilypond[verbatim,quote]
85 {
86   \clef treble
87   c'4 c'' e' g
88   d''4 d' d c
89   \clef bass
90   c,4 c,, e, g
91   d,,4 d, d c
92 }
93 @end lilypond
94
95
96 @seealso
97 音楽用語集:
98 @rglos{Pitch names}
99
100 コード断片集:
101 @rlsrnamed{Pitches,ピッチ}
102
103
104 @node 相対オクターブ入力
105 @unnumberedsubsubsec 相対オクターブ入力
106 @translationof Relative octave entry
107
108 @cindex relative (相対)
109 @cindex relative octave entry (相対オクターブ入力)
110 @cindex octave entry, relative (相対オクターブ入力)
111 @cindex relative octave specification (相対オクターブ指定)
112 @cindex ocatve specification, relative (相対オクターブ指定)
113
114 @funindex relative
115 @funindex \relative
116
117 オクターブが絶対モードで指定されている場合、@c
118 ピッチを間違ったオクターブに置くことは容易に起こりえます。@c
119 相対オクターブ モードはそのようなエラーを減らします。@c
120 なぜなら、相対オクターブ モードでは、たいていの場合、@c
121 オクターブを指定する必要が無いからです。@c
122 さらに、絶対モードでは 1 つのミスを見つけることが@c
123 困難であるかもしれないのに対し、@c
124 相対モードでは 1 つのミスが楽曲の残りの部分を 1 オクターブずらします。
125
126 @example
127 \relative @var{startpitch} @var{musicexpr}
128 @end example
129
130 相対モードでは、各音符は可能な限り前の音符の近くに配置されます。@c
131 このことは、@code{@var{musicexp}} の中にある各ピッチのオクターブが@c
132 以下のように算出されるということを意味します:
133
134 @itemize
135 @item
136 音符に対してオクターブ変更記号が使用されていない場合、@c
137 その音符のオクターブは前の音符との音程が
138 5 度よりも小さくなるよう算出されます。@c
139 この音程は臨時記号を考慮せずに決定されます。
140
141 @item
142 オクターブ変更記号@tie{}@code{'} や @code{,} を付け加えることによって、@c
143 オクターブ記号無しの場合のピッチから、@c
144 ピッチを 1 オクターブ上げ下げすることができます。
145
146 @item
147 複数のオクターブ変更記号を使用することができます。@c
148 例えば、@code{''}@tie{}と@tie{}@code{,,} はピッチを 2 オクターブ変えます。
149
150 @item
151 最初の音符のピッチは @code{@var{startpitch}} と相対関係で決定されます。@c
152 @var{startpitch} は絶対オクターブ モードで指定され、@c
153 @code{c} のオクターブにしておくことを推奨します。
154
155 @end itemize
156
157 ここで、実際に相対モードの例を挙げます:
158
159 @lilypond[verbatim,quote]
160 \relative c {
161   \clef bass
162   c d e f
163   g a b c
164   d e f g
165 }
166 @end lilypond
167
168 オクターブ変更記号は 4 度よりも大きな音程に対して使用されます:
169
170 @lilypond[verbatim,quote]
171 \relative c {
172   \clef bass
173   c d e f
174   g a b c
175   d e f g
176 }
177 @end lilypond
178
179 音符の連なりはオクターブ変更記号が無い場合であっても@c
180 大きな音程に広がる可能性があります:
181
182 @lilypond[verbatim,quote]
183 \relative c {
184   c f b e
185   a d g c
186 }
187 @end lilypond
188
189 @code{\relative} ブロックがネストされている場合、@c
190 最も内側の @code{\relative} ブロックが適用されます。
191
192 @lilypond[verbatim,quote]
193 \relative c' {
194   c d e f
195   \relative c'' {
196     c d e f
197   }
198 }
199 @end lilypond
200
201 @code{\relative} は @code{\chordmode} ブロックでは効果を持ちません。
202
203 @lilypond[verbatim,quote]
204 \new Staff {
205   \relative c''' {
206     \chordmode { c1 }
207   }
208   \chordmode { c1 }
209 }
210 @end lilypond
211
212 @code{\relative} を @code{\chordmode} ブロックの中で使用することは@c
213 認められません。
214
215 @code{\transpose} ブロックの中では、@code{\relative} を記述しない限り、@c
216 絶対モードになります。
217
218 @lilypond[verbatim,quote]
219 \relative c' {
220   d e
221   \transpose f g {
222     d e
223     \relative c' {
224       d e
225     }
226   }
227 }
228 @end lilypond
229
230 @cindex chords and relative octave entry (和音と相対オクターブ入力)
231 @cindex relative octave entry and chords (相対オクターブ入力と和音)
232
233 前の要素が和音である場合、@c
234 その和音の最初の音符が後に続く音符または和音の参照ポイントとして使用されます。@c
235 和音の内部では、次の音符は常に 1 つ前の音符との相対関係になります。@c
236 次の例を、@code{c} の音符に気を付けて、注意深く検証してください。
237
238 @lilypond[verbatim,quote]
239 \relative c' {
240   c
241   <c e g>
242   <c' e g'>
243   <c, e, g''>
244 }
245 @end lilypond
246
247 上で説明したように、ピッチのオクターブは音符名のみを使って算出され、@c
248 いかなる変更にも影響を受けません。@c
249 そのため、B の後の E ダブル シャープは B よりも上に配置され、@c
250 B の後の F ダブル フラットは B よりも下に配置されます。@c
251 言い換えると、4 度の 2 重増音の音程は 5 度の 2 重減音の音程よりも小さい
252 -- それぞれの音程に含まれる半音の数に関係無く -- と見なされます。
253
254 @lilypond[verbatim,quote]
255 \relative c'' {
256   c2 fis
257   c2 ges
258   b2 eisis
259   b2 feses
260 }
261 @end lilypond
262
263 これらの規則から導き出される結論の 1 つは、@c
264 @code{@w{\relative f}} ブロックの中の最初の音符は絶対ピッチ モードで記述された@c
265 音符と全く同様に解釈されるということです。
266
267 @seealso
268 音楽用語集:
269 @rglos{fifth},
270 @rglos{interval},
271 @rglos{Pitch names}
272
273 記譜法リファレンス:
274 @ref{オクターブ チェック}
275
276 コード断片集:
277 @rlsrnamed{Pitches,ピッチ}
278
279 内部リファレンス:
280 @rinternals{RelativeOctaveMusic}
281
282
283 @cindex relative octave entry and transposition (相対オクターブ入力と移調)
284 @cindex transposition and relative octave entry (移調と相対オクターブ入力)
285
286 @funindex \transpose
287 @funindex transpose
288 @funindex \chordmode
289 @funindex chordmode
290 @funindex \relative
291 @funindex relative
292
293
294 @c DEPRECATED
295 @code{\relative} に対して @code{@var{startpitch}} が指定されていない場合、@c
296 @code{c'} であると見なされます。@c
297 しかしながら、これは使用を推奨されなくなったオプションであり、@c
298 将来のバージョンでは無くなるかもしれないので、@c
299 @code{@var{startpitch}} を指定しないことはお勧めできません。
300
301
302 @node 臨時記号
303 @unnumberedsubsubsec 臨時記号
304 @translationof Accidentals
305
306 @cindex accidental (臨時記号)
307 @cindex key signature (調号)
308 @cindex clef (音部記号)
309
310 @c duplicated in Key signature and Accidentals
311 @warning{LilyPond を始めたばかりのユーザは@c
312 しばしば臨時記号と調号のことで混乱します。@c
313 LilyPond では、音符名は未加工の入力です
314 -- 調号と音部記号がこの未加工の入力をどのように表示するかを決定します。@c
315 @code{c} のような変更を加えられていない音符は、調号や音部記号とは無関係に、@c
316 @q{C ナチュラル} を意味します。@c
317 更なる情報は、@rlearning{臨時記号と調号} を参照してください。}
318
319 @cindex note names, Dutch (オランダ語での音符名)
320 @cindex note names, default (デフォルトの音符名)
321 @cindex default note names (デフォルトの音符名)
322 @cindex sharp (シャープ)
323 @cindex flat (フラット)
324 @cindex double sharp (ダブル シャープ)
325 @cindex sharp, double (ダブル シャープ)
326 @cindex double flat (ダブル フラット)
327 @cindex flat, double (ダブル フラット)
328 @cindex natural sign (ナチュラル記号)
329 @cindex natural pitch (ナチュラル ピッチ)
330
331 @notation{シャープ}のピッチは音符名に @code{is} を付け加えることによって@c
332 作られ、@notation{フラット}のピッチは @code{es} を付け加えることによって@c
333 作られます。@c
334 予想しているかもしれませんが、@notation{ダブル シャープ}や@c
335 @notation{ダブル フラット}は @code{isis} または @code{eses} を@c
336 付け加えることによって作られます。@c
337 この構文はオランダ語の音符命名規約から派生しました。@c
338 臨時記号に他の名前を使うには、@c
339 @ref{他の言語での音符名} を参照してください。
340
341 @lilypond[verbatim,quote,relative=2]
342 ais1 aes aisis aeses
343 @end lilypond
344
345 ナチュラルは臨時記号や調号の効果をキャンセルします。@c
346 しかしながら、ナチュラルは接尾辞として音符名構文にエンコードされてはいません。@c
347 そのため、ナチュラルのピッチは単に音符名で入力されます:
348
349 @lilypond[verbatim,quote,relative=2]
350 a4 aes a2
351 @end lilypond
352
353 @cindex quarter tones (4 分音)
354 @cindex semi-flats (半フラット)
355 @cindex semi-sharps (半シャープ)
356
357 4 分音が付け加えられるかもしれません。@c
358 以下の一連の C は左から順にピッチが増えていっています:
359
360 @lilypond[verbatim,quote,relative=2]
361 ceseh1 ces ceh c cih cis cisih
362 @end lilypond
363
364
365 @cindex accidental, reminder (親切の臨時記号)
366 @cindex accidental, cautionary (忠告の臨時記号)
367 @cindex accidental, parenthesized (括弧に囲まれた臨時記号)
368 @cindex reminder accidental (親切の臨時記号)
369 @cindex cautionary accidental (忠告の臨時記号)
370 @cindex parenthesized accidental (括弧に囲まれた臨時記号)
371
372 @funindex ?
373 @funindex !
374
375 通常、臨時記号は自動的に譜刻されますが、@c
376 手動で譜刻する場合もあるかもしれません。@c
377 親切の臨時記号はピッチの後にエクスクラメーション記号@tie{}@code{!} を@c
378 付け加えることによって譜刻することができます。@c
379 忠告の臨時記号 (つまり、括弧で囲まれた臨時記号) は@c
380 ピッチの後にクエスチョン記号@tie{}@code{?} を付け加えることによって@c
381 譜刻することができます。@c
382 これら追加の臨時記号を使ってナチュラル記号を作り出すこともできます。
383
384 @lilypond[verbatim,quote,relative=2]
385 cis cis cis! cis? c c c! c?
386 @end lilypond
387
388 @cindex accidental on tied note (タイで結ばれた音符への臨時記号)
389 @cindex tied note, accidental (タイで結ばれた音符への臨時記号)
390
391 タイで結ばれた音符に付ける臨時記号は@c
392 新しいシステム (訳者: 譜 1 行分のこと) の開始点でのみ譜刻されます:
393
394 @lilypond[verbatim,quote,relative=2]
395 cis1 ~ cis ~
396 \break
397 cis
398 @end lilypond
399
400
401 @snippets
402
403 @lilypondfile[verbatim,quote,texidoc,doctitle,ragged-right]
404 {hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly}
405
406 @lilypondfile[verbatim,quote,texidoc,doctitle]
407 {preventing-extra-naturals-from-being-automatically-added.ly}
408
409 @seealso
410 音楽用語集:
411 @rglos{sharp},
412 @rglos{flat},
413 @rglos{double sharp},
414 @rglos{double flat},
415 @rglos{Pitch names},
416 @rglos{quarter tone}
417
418 学習マニュアル:
419 @rlearning{臨時記号と調号}
420
421 記譜法リファレンス:
422 @ref{自動臨時記号},
423 @ref{Annotational accidentals (musica ficta)},
424 @ref{他の言語での音符名}
425
426 コード断片集:
427 @rlsrnamed{Pitches,ピッチ}.
428
429 内部リファレンス:
430 @rinternals{Accidental_engraver},
431 @rinternals{Accidental},
432 @rinternals{AccidentalCautionary},
433 @rinternals{accidental-interface}
434
435
436 @cindex accidental, quarter-tone (4 分音臨時記号)
437 @cindex quarter-tone accidental (4 分音臨時記号)
438
439 @knownissues
440
441 4 分音臨時記号の表記の仕方で広く認められた標準はないため、@c
442 LilyPond の記号はいかなる標準にも準拠しません。
443
444
445 @node 他の言語での音符名
446 @unnumberedsubsubsec 他の言語での音符名
447 @translationof Note names in other languages
448
449 @cindex note names, other languages (他の言語での音符名)
450 @cindex pitch names, other languages (他の言語でのピッチ名)
451 @cindex language, note names in other (他の言語での音符名)
452 @cindex language, pitch names in other (他の言語でのピッチ名)
453
454 他のさまざまな言語での音符名と臨時記号名のセットが定義されています。@c
455 通常、音符名の言語の選択はファイルの先頭で行います。
456 以下の例はイタリア語の音符名を使用します:
457
458 @lilypond[quote,verbatim]
459 \language "italiano"
460
461 \relative do' {
462   do re mi sib
463 }
464 @end lilypond
465
466 利用可能な言語ファイルとそれらが定義している音符名を挙げます:
467
468 @quotation
469 @multitable {@code{nederlands}} {do re mi fa sol la sib si}
470 @headitem 言語
471   @tab 音符名
472 @item @code{nederlands}
473   @tab c d e f g a bes b
474 @item @code{catalan}
475   @tab do re mi fa sol la sib si
476 @item @code{deutsch}
477   @tab c d e f g a b h
478 @item @code{english}
479   @tab c d e f g a bf b
480 @item @code{espanol}
481   @tab do re mi fa sol la sib si
482 @item @code{italiano}
483   @tab do re mi fa sol la sib si
484 @item @code{norsk}
485   @tab c d e f g a b h
486 @item @code{portugues}
487   @tab do re mi fa sol la sib si
488 @item @code{suomi}
489   @tab c d e f g a b h
490 @item @code{svenska}
491   @tab c d e f g a b h
492 @item @code{vlaams}
493   @tab do re mi fa sol la sib si
494 @end multitable
495 @end quotation
496
497 音符名に加えて、臨時記号の接尾辞も言語によって異なる場合があります:
498
499 @quotation
500 @multitable {@code{nederlands}} {-s/-sharp} {-ess/-es} {-ss/-x/-sharpsharp} {-essess/-eses}
501 @headitem 言語
502   @tab シャープ @tab フラット @tab ダブル シャープ @tab ダブル フラット
503 @item @code{nederlands}
504   @tab -is @tab -es @tab -isis @tab -eses
505 @item @code{catalan}
506   @tab -d/-s @tab -b @tab -dd/-ss @tab -bb
507 @item @code{deutsch}
508   @tab -is @tab -es @tab -isis @tab -eses
509 @item @code{english}
510   @tab -s/-sharp @tab -f/-flat @tab -ss/-x/-sharpsharp
511     @tab -ff/-flatflat
512 @item @code{espanol}
513   @tab -s @tab -b @tab -ss/-x @tab -bb
514 @item @code{italiano}
515   @tab -d @tab -b @tab -dd @tab -bb
516 @item @code{norsk}
517   @tab -iss/-is @tab -ess/-es @tab -ississ/-isis
518     @tab -essess/-eses
519 @item @code{portugues}
520   @tab -s @tab -b @tab -ss @tab -bb
521 @item @code{suomi}
522   @tab -is @tab -es @tab -isis @tab -eses
523 @item @code{svenska}
524   @tab -iss @tab -ess @tab -ississ @tab -essess
525 @item @code{vlaams}
526   @tab -k @tab -b @tab -kk @tab -bb
527 @end multitable
528 @end quotation
529
530 オランダ語では、@code{aes} は縮めて @code{as} となりますが、@c
531 LilyPond ではどちらの形式も認められます。@c
532 同様に、@code{es} と @code{ees} の両方が認められます。@c
533 これはさらに、@code{aeses}@tie{}/@tie{}@code{ases} と
534 @code{eeses}@tie{}/@tie{}@code{eses} にも適用されます。@c
535 他の言語ファイルでは短縮名だけが定義されている場合があります。
536
537 @lilypond[verbatim,quote,relative=2]
538 a2 as e es a ases e eses
539 @end lilypond
540
541
542 @cindex microtones (微分音)
543 @cindex semi-sharp (半シャープ)
544 @cindex semi-flat (半フラット)
545 @cindex sesqui-sharp (1.5 シャープ)
546 @cindex sesqui-flat (1.5 フラット)
547
548 音楽の中には @q{通常の} シャープやフラットの音の変化をさらに細かく分けた@c
549 微分音を使用するものがあります。@c
550 さまざまな言語 (ファイル) での 4 分音
551 (訳者: シャープやフラットの半分の音の変化。4 分音符ではありません)
552 の音符名を以下の表で挙げます。@c
553 接頭辞 @notation{半-} と @notation{1.5-} はそれぞれ
554 @q{半分} と @q{1 つ半} を意味します。@c
555 表に無い言語では、まだ微分音の名前は定義されていません。
556
557 @quotation
558 @multitable {@code{nederlands}} {@b{半-シャープ}} {@b{半-フラット}} {@b{1.5-シャープ}} {@b{1.5-フラット}}
559 @headitem 元号
560   @tab 半-シャープ @tab 半-フラット @tab 1.5-シャープ @tab 1.5-フラット
561
562 @item @code{nederlands}
563   @tab -ih @tab -eh @tab -isih @tab -eseh
564 @item @code{deutsch}
565   @tab -ih @tab -eh @tab -isih @tab -eseh
566 @item @code{english}
567   @tab -qs @tab -qf @tab -tqs @tab -tqf
568 @item @code{espanol}
569   @tab -cs @tab -cb @tab -tcs @tab -tcb
570 @item @code{italiano}
571   @tab -sd @tab -sb @tab -dsd @tab -bsb
572 @item @code{portugues}
573   @tab -sqt @tab -bqt @tab -stqt @tab -btqt
574 @end multitable
575 @end quotation
576
577 ここに示されている大半の言語は西洋クラシック音楽
578 -- @notation{Common Practice Period}: 西暦1600年から1900年頃の@c
579 バロック音楽、クラシック音楽、ロマン派音楽とも言えます --
580 に関係があります。@c
581 しかしながら、他のピッチやチューニング方法もサポートされています:
582 @ref{Common notation for non-Western music} を参照してください。
583
584 @seealso
585 音楽用語集:
586 @rglos{Pitch names},
587 @rglos{Common Practice Period}.
588
589 記譜法リファレンス:
590 @ref{Common notation for non-Western music}
591
592 あらかじめイストールされているファイル:
593 @file{scm/define-note-names.scm}
594
595 コード断片集:
596 @rlsrnamed{Pitches,ピッチ}
597
598
599 @node 複数のピッチを変更する
600 @subsection 複数のピッチを変更する
601 @translationof Changing multiple pitches
602
603 このセクションではピッチを変更する方法について議論します。
604
605 @menu
606 * オクターブ チェック::
607 * 移調::
608 * 転回::
609 * 逆行::
610 * 様式的な移調::
611 @end menu
612
613
614 @node オクターブ チェック
615 @unnumberedsubsubsec オクターブ チェック
616 @translationof Octave checks
617
618 @cindex octave correction (オクターブ修正)
619 @cindex octave check (オクターブ チェック)
620 @cindex control pitch (ピッチの制御)
621
622 @funindex =
623 @funindex \octaveCheck
624 @funindex octaveCheck
625 @funindex controlpitch
626
627 相対モードでは、オクターブ変更記号を付け忘れることが容易に起こり得ます。@c
628 オクターブ チェックは、予期しないオクターブの音符を見つけた場合に@c
629 警告を表示してオクターブを修正することによって、@c
630 そのようなエラーを見つけ出すことをより容易にします。
631
632 音符のオクターブをチェックするには、@c
633 @code{=}@tie{}の後に絶対オクターブを指定します。@c
634 以下の例は、2 番目の音符の絶対オクターブがオクターブ チェックによって@c
635 示される @code{d'} ではなく @code{d''} であるため、@c
636 警告を発し (そしてピッチを変更し) ます。
637
638 @lilypond[verbatim,quote]
639 \relative c'' {
640   c2 d='4 d
641   e2 f
642 }
643 @end lilypond
644
645 音符のオクターブは
646 @code{\octaveCheck@tie{}@var{controlpitch}} コマンドでも@c
647 チェックすることができます。@c
648 @code{@var{controlpitch}} は絶対モードで指定されます。@c
649 これは前の音符と @code{@var{controlpitch}} との間の音程が
650 4 度以内であるかどうかをチェックします
651 (つまり、通常の相対モードでの算出方法と同じです)。@c
652 このチェックが失敗した場合、警告が表示されますが、@c
653 このチェックの前にある音符は変更されません。@c
654 その後に続く音符は @code{@var{controlpitch}} から算出されます。
655
656 @lilypond[verbatim,quote]
657 \relative c'' {
658   c2 d
659   \octaveCheck c'
660   e2 f
661 }
662 @end lilypond
663
664 以下の 2 小節を見てください。@c
665 1 番目と 3 番目の @code{\octaveCheck} は失敗していますが、@c
666 2 番目のチェックは失敗していません。
667
668 @lilypond[verbatim,quote]
669 \relative c'' {
670   c4 f g f
671
672   c4
673   \octaveCheck c'
674   f
675   \octaveCheck c'
676   g
677   \octaveCheck c'
678   f
679 }
680 @end lilypond
681
682
683 @seealso
684 コード断片集:
685 @rlsrnamed{Pitches,ピッチ}
686
687 内部リファレンス:
688 @rinternals{RelativeOctaveCheck}.
689
690
691 @node 移調
692 @unnumberedsubsubsec 移調
693 @translationof Transpose
694
695 @cindex transpose (移調)
696 @cindex transposing (移調)
697 @cindex transposition (移調)
698 @cindex transposition of pitches (ピッチの移調)
699 @cindex transposition of notes (音符の移調)
700 @cindex pitches, transposition of (ピッチの移調)
701 @cindex notes, transposition of (音符の移調)
702
703 @funindex \transpose
704 @funindex transpose
705
706 音楽表記は @code{\transpose} で移調させることができます。@c
707 構文は以下の通りです:
708
709 @example
710 \transpose @var{frompitch} @var{topitch} @var{musicexpr}
711 @end example
712
713 @noindent
714 これは @code{@var{musicexpr}} が @code{@var{frompitch}} から
715 @code{@var{topitch}} に移調されるということを意味します:
716 @code{@var{frompitch}} のピッチの音符はすべて @code{@var{topitch}}
717 に変更され、@c
718 他の音符もすべて同じ音程で移調されます。@c
719 @code{@var{frompitch}} と @code{@var{topitch}} のピッチはどちらも@c
720 絶対モードで指定されます。
721
722 @warning{@code{@bs{}transpose} ブロックの中にある音符は、@c
723 そのブロックの中に @code{@bs{}relative} が無い限り、絶対モードになります。}
724
725 D-メジャーの調で書かれた楽曲を思い浮かべてください。@c
726 この楽曲を E-メジャーに移調することができます。@c
727 調号も自動的に移調されることに注意してください。
728
729 @lilypond[verbatim,quote]
730 \transpose d e {
731   \relative c' {
732     \key d \major
733     d4 fis a d
734   }
735 }
736 @end lilypond
737
738 @cindex transposing instruments (移調楽器)
739 @cindex instruments, transposing (移調楽器)
740
741 C (通常の @notation{コンサート ピッチ}) で書かれたパートを
742 A のクラリネットで演奏する
743 (そのため、A は C として表記され、演奏は表記されたものよりも 3 度低くなります)
744 場合、そのパート譜は以下のように作り出されます:
745
746 @lilypond[verbatim,quote]
747 \transpose a c' {
748   \relative c' {
749     \key c \major
750     c4 d e g
751   }
752 }
753 @end lilypond
754
755 @noindent
756 @w{@code{\key c \major}} を明示的に指定しているということに@c
757 注意してください。@c
758 調号を指定しなかった場合、音符は移調されますが、調号は譜刻されません。
759
760 @code{\transpose} は同音異名のピッチを区別します:
761 @w{@code{\transpose c cis}} と @w{@code{\transpose c des}} は@c
762 どちらも半音上に移調します。@c
763 1 番目の移調はシャープを譜刻し、音符の五線譜上での位置は変わりません。@c
764 2 番目の移調はフラットを譜刻し、音符の五線譜上での位置は上に上がります。
765
766 @lilypond[verbatim,quote]
767 music = \relative c' { c d e f }
768 \new Staff {
769   \transpose c cis { \music }
770   \transpose c des { \music }
771 }
772 @end lilypond
773
774 @code{\transpose} は上記とは異なる方法で用いることもでき、@c
775 それによって移調楽器のために書かれた音符を入力することができます。@c
776 前の例では C (またはコンサート ピッチ) でピッチを入力して、@c
777 それらを移調楽器のために譜刻する方法を示しましたが、@c
778 それとは正反対のことも可能です
779 -- 例えば、移調楽器のパート譜から指揮譜を譜刻することです。@c
780 例えば、E で始まる B-フラットのトランペットの音楽
781 (コンサート ピッチでは D で始まる音楽) を入力している場合に、@c
782 指揮譜を作り出すには以下のように記述します:
783
784 @example
785 musicInBflat = @{ e4 @dots{} @}
786 \transpose c bes, \musicInBflat
787 @end example
788
789 @noindent
790 この音楽を F で譜刻する (例えば、フレンチ ホルンの楽譜にアレンジし直すために)
791 には、既存の音楽をもう 1 つの @code{\transpose} で包み込みます:
792
793 @example
794 musicInBflat = @{ e4 @dots{} @}
795 \transpose f c' @{ \transpose c bes, \musicInBflat @}
796 @end example
797
798 @noindent
799 移調楽器についての更なる情報は、@c
800 @ref{楽器の移調} を参照してください。
801
802
803 @snippets
804
805 @lilypondfile[verbatim,quote,texidoc,doctitle]
806 {transposing-pitches-with-minimum-accidentals-smart-transpose.ly}
807
808
809 @seealso
810 記譜法リファレンス:
811 @ref{楽器の移調},
812 @ref{転回},
813 @ref{様式的な移調},
814 @ref{相対オクターブ入力},
815 @ref{逆行}
816
817 コード断片集:
818 @rlsrnamed{Pitches,ピッチ}
819
820 内部リファレンス:
821 @rinternals{TransposedMusic}
822
823
824 @funindex \transpose
825 @funindex transpose
826 @funindex \chordmode
827 @funindex chordmode
828 @funindex \relative
829 @funindex relative
830
831 @knownissues
832
833 相対変換コマンドはその引数の中にある @code{\transpose}, @code{\chordmode},
834 あるいは @code{\relative} セクションには影響を及ぼしません。@c
835 移調された音楽の中で相対モードを使用するには、@c
836 @code{\transpose} の中に @code{\relative} を置く必要があります。
837
838 @code{\transpose} を使用している場合、3 重の臨時記号は表示されません。@c
839 代わりに @q{異名等価の} ピッチが表示されます
840 (例えば e の 3 重フラットの代わりに d フラットが表示されます)。
841
842 @node 転回
843 @unnumberedsubsubsec 転回
844 @translationof Inversion
845
846 @cindex inversion (転回)
847 @cindex operation, inversion (転回操作)
848 @funindex \inversion
849
850 以下で音楽表記を転回することができます:
851
852 @example
853 \inversion @var{from-pitch} @var{to-pitch} @var{musicexpr}
854 @end example
855
856 @code{@var{musicexpr}} の音程は倒置され、@c
857 それから @code{@var{from-pitch}} が @code{@var{to-pitch}} になるよう@c
858 移調されます。
859
860 @lilypond[verbatim,quote]
861 music = \relative c' { c d e f }
862 \new Staff {
863   \music
864   \inversion d' d' \music
865   \inversion d' ees' \music
866 }
867 @end lilypond
868
869 @seealso
870 記譜法リファレンス:
871 @ref{様式的な移調},
872 @ref{逆行},
873 @ref{移調}
874
875
876 @node 逆行
877 @unnumberedsubsubsec 逆行
878 @translationof Retrograde
879
880 @cindex retrograde transformation (逆行変換)
881 @cindex transformation, retrograde (逆行変換)
882 @cindex operation, retrograde (逆行操作)
883 @funindex \retrograde
884 @funindex retrograde
885
886 音楽表記を後ろから前に演奏する逆行を作り出すことができます:
887
888 @lilypond[verbatim,quote]
889 music = \relative c' { c8. ees16( fis8. a16 b8.) gis16 f8. d16 }
890
891 \new Staff {
892   \music
893   \retrograde \music
894 }
895 @end lilypond
896
897 @knownissues
898 @code{\retrograde} の中にある手動のタイは壊れて警告を発します。@c
899 @ref{Automatic note splitting} を有効にすることによって@c
900 自動的に生成させられるタイもあります。
901
902 @seealso
903 記譜法リファレンス:
904 @ref{転回},
905 @ref{様式的な移調},
906 @ref{移調}
907
908
909 @node 様式的な移調
910 @unnumberedsubsubsec 様式的な移調
911 @translationof Modal transformations
912
913 @c untranslated
914 @ignore
915
916 @cindex modal transformations (様式的な移調)
917 @cindex transformations, modal (様式的な移調)
918 @cindex operations, modal (様式的な移調の操作)
919
920 音階に基づく作曲では、モチーフはさまざまなやり方で頻繁に移調されます。@c
921 これは、異なる音程に @notation{移調} する場合や、@c
922 旋回点で @notation{転回} する場合があります。
923 @notation{逆行} するために後戻りする場合もあります@c
924 -- @ref{逆行} を参照してください。
925
926 @warning{与えられた音階の中には無い音符は、移調されずに取り残されます。}
927
928 @subsubheading 様式的な移調
929
930 @cindex modal transposition (様式的な移調)
931 @cindex transposition, modal (様式的な移調)
932 @cindex operation, transposition (移調操作)
933 @funindex \modalTranspose
934 @funindex modalTranspose
935
936 以下により、与えられた音階でモチーフを移調させることができます:
937
938 @example
939 \modalTranspose @var{from-pitch} @var{to-pitch} @var{scale} @var{motif}
940 @end example
941
942 @var{motif} の音符は、@var{scale} @var{to-pitch} と @var{from-pitch} 間の音程によって@c
943 与えられる度数
944 The notes of @var{motif} are shifted within the @var{scale} by the
945 number of scale degrees given by the interval between @var{to-pitch}
946 and @var{from-pitch}:
947 @end ignore
948
949
950 @cindex modal transformations
951 @cindex transformations, modal
952 @cindex operations, modal
953
954 In a musical composition that is based on a scale, a motif is
955 frequently transformed in various ways.  It may be
956 @notation{transposed} to start at different places in the scale or
957 it may be @notation{inverted} around a pivot point in the scale.
958 It may also be reversed to produce its @notation{retrograde}, see
959 @ref{Retrograde}.
960
961 @warning{Any note that does not lie within the given scale will be
962 left untransformed.}
963
964 @subsubheading Modal transposition
965
966 @cindex modal transposition
967 @cindex transposition, modal
968 @cindex operation, transposition
969 @funindex \modalTranspose
970 @funindex modalTranspose
971
972 A motif can be transposed within a given scale with:
973
974 @example
975 \modalTranspose @var{from-pitch} @var{to-pitch} @var{scale} @var{motif}
976 @end example
977
978 The notes of @var{motif} are shifted within the @var{scale} by the
979 number of scale degrees given by the interval between @var{to-pitch}
980 and @var{from-pitch}:
981
982 @lilypond[verbatim,quote]
983 diatonicScale = \relative c' { c d e f g a b }
984 motif = \relative c' { c8 d e f g a b c }
985
986 \new Staff {
987   \motif
988   \modalTranspose c f \diatonicScale \motif
989   \modalTranspose c b, \diatonicScale \motif
990 }
991 @end lilypond
992
993 An ascending scale of any length and with any intervals may be
994 specified:
995
996 @lilypond[verbatim,quote]
997 pentatonicScale = \relative c' { ges aes bes des ees }
998 motif = \relative c' { ees8 des ges,4 <ges' bes,> <ges bes,> }
999
1000 \new Staff {
1001   \motif
1002   \modalTranspose ges ees' \pentatonicScale \motif
1003 }
1004 @end lilypond
1005
1006 When used with a chromatic scale @code{\modalTranspose} has a
1007 similar effect to @code{\transpose}, but with the ability to
1008 specify the names of the notes to be used:
1009
1010 @lilypond[verbatim,quote]
1011 chromaticScale = \relative c' { c cis d dis e f fis g gis a ais b }
1012 motif = \relative c' { c8 d e f g a b c }
1013
1014 \new Staff {
1015   \motif
1016   \transpose c f \motif
1017   \modalTranspose c f \chromaticScale \motif
1018 }
1019 @end lilypond
1020
1021 @subsubheading Modal inversion
1022
1023 @cindex modal inversion
1024 @cindex inversion, modal
1025 @cindex operation, modal inversion
1026 @funindex \modalInversion
1027 @funindex modalInversion
1028
1029 A motif can be inverted within a given scale around a given pivot
1030 note and transposed in a single operation with:
1031
1032 @example
1033 \modalInversion @var{around-pitch} @var{to-pitch} @var{scale} @var{motif}
1034 @end example
1035
1036 The notes of @var{motif} are placed the same number of scale degrees
1037 from the @var{around-pitch} note within the @var{scale}, but in the
1038 opposite direction, and the result is then shifted within the
1039 @var{scale} by the number of scale degrees given by the interval between
1040 @var{to-pitch} and @var{around-pitch}.
1041
1042 So to simply invert around a note in the scale use the same value for
1043 @var{around-pitch} and @var{to-pitch}:
1044
1045 @lilypond[verbatim,quote]
1046 octatonicScale = \relative c' { ees f fis gis a b c d }
1047 motif = \relative c' { c8. ees16 fis8. a16 b8. gis16 f8. d16 }
1048
1049 \new Staff {
1050   \motif
1051   \modalInversion fis' fis' \octatonicScale \motif
1052 }
1053 @end lilypond
1054
1055 To invert around a pivot between two notes in the scale, invert around
1056 one of the notes and then transpose by one scale degree.  The two notes
1057 specified can be interpreted as bracketing the pivot point:
1058
1059 @lilypond[verbatim,quote]
1060 scale = \relative c' { c g' }
1061 motive = \relative c' { c c g' c, }
1062
1063 \new Staff {
1064   \motive
1065   \modalInversion c' g' \scale \motive
1066 }
1067 @end lilypond
1068
1069 The combined operation of inversion and retrograde produce the
1070 retrograde-inversion:
1071
1072 @lilypond[verbatim,quote]
1073 octatonicScale = \relative c' { ees f fis gis a b c d }
1074 motif = \relative c' { c8. ees16 fis8. a16 b8. gis16 f8. d16 }
1075
1076 \new Staff {
1077   \motif
1078   \retrograde \modalInversion c' c' \octatonicScale \motif
1079 }
1080 @end lilypond
1081
1082 @seealso
1083 Notation Reference:
1084 @ref{Inversion},
1085 @ref{Retrograde},
1086 @ref{Transpose}.
1087
1088
1089 @node ピッチを表示する
1090 @subsection ピッチを表示する
1091 @translationof Displaying pitches
1092
1093 このセクションではピッチの出力を変更する方法について議論します。
1094
1095 @menu
1096 * 音部記号::
1097 * 調号::
1098 * オッターバ囲み::
1099 * 楽器の移調::
1100 * 自動臨時記号::
1101 * 音域::
1102 @end menu
1103
1104
1105 @node 音部記号
1106 @unnumberedsubsubsec 音部記号
1107 @translationof Clef
1108
1109 @cindex G clef (G 音部記号)
1110 @cindex C clef (C 音部記号)
1111 @cindex F clef (F 音部記号)
1112 @cindex treble clef (ト音記号、高音部記号)
1113 @cindex violin clef (バイオリン音部記号)
1114 @cindex alto clef (アルト音部記号)
1115 @cindex tenor clef (テノール音部記号)
1116 @cindex bass clef (ヘ音記号、バス音部記号)
1117 @cindex french clef (フレンチ (バイオリン) 音部記号)
1118 @cindex soprano clef (ソプラノ音部記号)
1119 @cindex mezzosoprano clef (メゾソプラノ音部記号)
1120 @cindex baritone clef (バリトン音部記号)
1121 @cindex varbaritone clef (変形バリトン音部記号)
1122 @cindex subbass clef (低バス音部記号)
1123 @cindex clef (音部記号)
1124 @cindex ancient clef (古代音部記号)
1125 @cindex clef, ancient (古代音部記号)
1126 @cindex clef, G (G 音部記号)
1127 @cindex clef, C (C 音部記号)
1128 @cindex clef, F (F 音部記号)
1129 @cindex clef, treble (高音部記号)
1130 @cindex clef, violin (バイオリン音部記号)
1131 @cindex clef, alto (アルト音部記号)
1132 @cindex clef, tenor (テノール音部記号)
1133 @cindex clef, bass (ヘ音記号、バス音部記号)
1134 @cindex clef, french (フレンチ (バイオリン) 音部記号)
1135 @cindex clef, soprano (ソプラノ音部記号)
1136 @cindex clef, mezzosoprano (メゾソプラノ音部記号)
1137 @cindex clef, baritone (バリトン音部記号)
1138 @cindex clef, varbaritone (変形バリトン音部記号)
1139 @cindex clef, subbass (低バス音部記号)
1140
1141 @funindex \clef
1142 @funindex clef
1143
1144 音部記号を変えることができます。@c
1145 以下のそれぞれの例の中にある音符はすべてミドル C です。@c
1146 例の中にある音部名をダブル クォートで囲むことができます (必須ではありません)。
1147
1148 @lilypond[verbatim,quote,relative=1]
1149 \clef treble
1150 c2 c
1151 \clef alto
1152 c2 c
1153 \clef tenor
1154 c2 c
1155 \clef bass
1156 c2 c
1157 @end lilypond
1158
1159 他の音部記号もあります:
1160
1161 @c KEEP LY
1162 @lilypond[verbatim,quote,relative=1]
1163 \clef french
1164 c2 c
1165 \clef soprano
1166 c2 c
1167 \clef mezzosoprano
1168 c2 c
1169 \clef baritone
1170 c2 c
1171
1172 \break
1173
1174 \clef varbaritone
1175 c2 c
1176 \clef subbass
1177 c2 c
1178 \clef percussion
1179 c2 c
1180
1181 \break
1182
1183 \clef G   % treble と同義です
1184 c2 c
1185 \clef F   % bass と同義です
1186 c2 c
1187 \clef C   % alto と同義です
1188 c2 c
1189 @end lilypond
1190
1191 @cindex transposing clefs (音部を移調する)
1192 @cindex clef, transposing (音部を移調する)
1193 @cindex オクターブ移調 (octave transposition)
1194 @c 未訳
1195 @cindex choral tenor clef
1196 @cindex tenor clef, choral
1197
1198 音部名に @code{_8} または @code{^8} を付け加えることによって、@c
1199 音部はそれぞれ 1 オクターブ下/上に移調され、@c
1200 @code{_15} または @code{^15} によって 2 オクターブ移調されます。@c
1201 音部名にアルファベット以外の文字が含まれる場合、@c
1202 音部名をダブル クォートで囲む必要があります。
1203
1204 @lilypond[verbatim,quote,relative=1]
1205 \clef treble
1206 c2 c
1207 \clef "treble_8"
1208 c2 c
1209 \clef "bass^15"
1210 c2 c
1211 \clef "alto_2"
1212 c2 c
1213 \clef "G_8"
1214 c2 c
1215 \clef "F^5"
1216 c2 c
1217 @end lilypond
1218
1219 特殊な音部記号については @ref{Mensural clefs},
1220 @ref{Gregorian clefs}, @ref{デフォルトのタブ譜}, それに @ref{カスタム タブ譜}
1221 で説明します。@c
1222 楽譜の中で合図音符を使用するときに音部記号を変更する場合は、@c
1223 @ref{合図音符をフォーマットする} の @code{\cueClef} 関数と
1224 @code{\cueDuringWithClef} 関数を参照してください。
1225
1226 @snippets
1227
1228 @lilypondfile[verbatim,quote,texidoc,doctitle]
1229 {tweaking-clef-properties.ly}
1230
1231
1232 @seealso
1233 記譜法リファレンス:
1234 @ref{Mensural clefs},
1235 @ref{Gregorian clefs},
1236 @ref{デフォルトのタブ譜},
1237 @ref{カスタム タブ譜},
1238 @ref{合図音符をフォーマットする}
1239
1240 コード断片集:
1241 @rlsrnamed{Pitches,ピッチ}
1242
1243 内部リファレンス:
1244 @rinternals{Clef_engraver},
1245 @rinternals{Clef},
1246 @rinternals{OctavateEight},
1247 @rinternals{clef-interface}
1248
1249
1250 @node 調号
1251 @unnumberedsubsubsec 調号
1252 @translationof Key signature
1253
1254 @cindex key signature (調号)
1255
1256 @funindex \key
1257 @funindex key
1258
1259 @c duplicated in Key signature and Accidentals
1260 @warning{LilyPond を始めたばかりのユーザは@c
1261 しばしば臨時記号と調号のことで混乱します。@c
1262 LilyPond では、音符名は未加工の入力です。@c
1263 調号と音部記号がこの未加工の入力をどのように表示するかを決定します。@c
1264 @code{c} のような変更を加えられていない音符は、調号や音部記号とは無関係に、@c
1265 @q{C ナチュラル} を意味します。@c
1266 更なる情報は、@rlearning{臨時記号と調号} を参照してください。}
1267
1268 調号は楽曲を演奏すべき調性を示します。@c
1269 調号は譜の先頭で変更記号 (フラットやシャープ) のセットによって示されます。@c
1270 調号は変更されることがあります:
1271
1272 @example
1273 \key @var{pitch} @var{mode}
1274 @end example
1275
1276 @funindex \major
1277 @funindex major
1278 @funindex \minor
1279 @funindex minor
1280 @funindex \ionian
1281 @funindex ionian
1282 @funindex \locrian
1283 @funindex locrian
1284 @funindex \aeolian
1285 @funindex aeolian
1286 @funindex \mixolydian
1287 @funindex mixolydian
1288 @funindex \lydian
1289 @funindex lydian
1290 @funindex \phrygian
1291 @funindex phrygian
1292 @funindex \dorian
1293 @funindex dorian
1294
1295 @cindex church modes (チャーチ モード)
1296 @cindex modes (モード)
1297 @cindex major (メジャー)
1298 @cindex minor (マイナー)
1299 @cindex ionian (アイオニアン)
1300 @cindex locrian (ロクリアン)
1301 @cindex aeolian (エオリアン)
1302 @cindex mixolydian (ミクソリディアン)
1303 @cindex lydian (リディアン)
1304 @cindex phrygian (フリジアン)
1305 @cindex dorian (ドリアン)
1306
1307 @noindent
1308
1309 調号を @code{@var{pitch}}-メジャーや @code{@var{pitch}}-マイナーにするには、@c
1310 @code{@var{mode}} をそれぞれ @code{\major} または @code{\minor} にします。@c
1311 さらに標準のモード名
1312  -- @notation{チャーチ モード} とも呼ばれます --
1313 を使うこともできます:
1314 @code{\ionian}, @code{\dorian}, @code{\phrygian}, @code{\lydian},
1315 @code{\mixolydian}, @code{\aeolian} それに @code{\locrian} です。
1316
1317 @lilypond[verbatim,quote,relative=2]
1318 \key g \major
1319 fis1
1320 f
1321 fis
1322 @end lilypond
1323
1324
1325 @snippets
1326
1327 @lilypondfile[verbatim,quote,texidoc,doctitle]
1328 {preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly}
1329
1330 @lilypondfile[verbatim,quote,texidoc,doctitle]
1331 {non-traditional-key-signatures.ly}
1332
1333
1334 @seealso
1335 音楽用語集:
1336 @rglos{church mode},
1337 @rglos{scordatura}
1338
1339 学習マニュアル:
1340 @rlearning{臨時記号と調号}
1341
1342 コード断片集:
1343 @rlsrnamed{Pitches,ピッチ}
1344
1345 内部リファレンス:
1346 @rinternals{KeyChangeEvent},
1347 @rinternals{Key_engraver},
1348 @rinternals{Key_performer},
1349 @rinternals{KeyCancellation},
1350 @rinternals{KeySignature},
1351 @rinternals{key-cancellation-interface},
1352 @rinternals{key-signature-interface}.
1353
1354
1355 @node オッターバ囲み
1356 @unnumberedsubsubsec オッターバ囲み
1357 @translationof Ottava brackets
1358
1359 @cindex ottava (オッターバ)
1360 @cindex 15ma
1361 @cindex 8va
1362 @cindex 8ve
1363 @cindex octavation (オクタベーション)
1364
1365 @funindex set-octavation
1366 @funindex \ottava
1367 @funindex ottava
1368
1369 @notation{オッターバ囲み} は譜をオクターブ単位で移調します:
1370
1371 @lilypond[verbatim,quote,relative=2]
1372 a2 b
1373 \ottava #-2
1374 a2 b
1375 \ottava #-1
1376 a2 b
1377 \ottava #0
1378 a2 b
1379 \ottava #1
1380 a2 b
1381 \ottava #2
1382 a2 b
1383 @end lilypond
1384
1385 @snippets
1386
1387 @lilypondfile[verbatim,quote,texidoc,doctitle]
1388 {ottava-text.ly}
1389
1390 @snippets
1391
1392 @lilypondfile[verbatim,quote,texidoc,doctitle]
1393 {ottava-text.ly}
1394
1395
1396 @seealso
1397 音楽用語集:
1398 @rglos{octavation}
1399
1400 コード断片集:
1401 @rlsrnamed{Pitches,ピッチ}
1402
1403 内部リファレンス:
1404 @rinternals{Ottava_spanner_engraver},
1405 @rinternals{OttavaBracket},
1406 @rinternals{ottava-bracket-interface}
1407
1408
1409 @node 楽器の移調
1410 @unnumberedsubsubsec 楽器の移調
1411 @translationof Instrument transpositions
1412
1413 @cindex transposition, MIDI (MIDI の移調)
1414 @cindex transposition, instrument (楽器の移調)
1415 @cindex transposing instrument (移調楽器)
1416 @cindex MIDI
1417 @cindex MIDI transposition (MIDI の移調)
1418
1419 @funindex \transposition
1420 @funindex transposition
1421
1422 楽器の移調を含む楽器を譜刻するとき、いくつかのパートは@c
1423 @notation{コンサート ピッチ} とは異なるピッチで譜刻される可能性があります。@c
1424 このような場合、@notation{移調楽器} の調を指定すべきです。@c
1425 指定しなければ MIDI 出力や他のパートの出だしのピッチは誤ったものになります。@c
1426 引用についての更なる情報は @ref{Quoting other voices} を参照してください。
1427
1428 @example
1429 \transposition @var{pitch}
1430 @end example
1431
1432 @code{\transposition} で使用するピッチは、@c
1433 譜に書かれた @code{c'} をその移調楽器で演奏したときに聴こえる@c
1434 実際の音に対応したものであるべきです。@c
1435 このピッチは絶対モードで入力します。@c
1436 ですから、楽譜よりも 1 度高い音を出す楽器は
1437 @w{@code{\transposition d'}} を使うべきです。@c
1438 @code{\transposition} は、ピッチがコンサート ピッチでは @emph{ない} ピッチで@c
1439 入力されている場合に @emph{のみ} 使用すべきです。
1440
1441 バイオリンと B-フラットのクラリネットのための音符をいくつか挙げます。@c
1442 それぞれのパートは、それぞれが指揮譜に刻譜されるときに使用される@c
1443 音符と調を使って入力されています。@c
1444 2 つの楽器は斉奏で演奏しています。
1445
1446 @lilypond[verbatim,quote]
1447 \new GrandStaff <<
1448   \new Staff = "violin" {
1449     \relative c'' {
1450       \set Staff.instrumentName = #"Vln"
1451       \set Staff.midiInstrument = #"violin"
1452       % not strictly necessary, but a good reminder
1453       \transposition c'
1454
1455       \key c \major
1456       g4( c8) r c r c4
1457     }
1458   }
1459   \new Staff = "clarinet" {
1460     \relative c'' {
1461       \set Staff.instrumentName = \markup { Cl (B\flat) }
1462       \set Staff.midiInstrument = #"clarinet"
1463       \transposition bes
1464
1465       \key d \major
1466       a4( d8) r d r d4
1467     }
1468   }
1469 >>
1470 @end lilypond
1471
1472 @code{\transposition} は楽曲の途中で変更されることもあります。@c
1473 例えば、クラリネット奏者は A のクラリネットから B-フラットのクラリネットに@c
1474 持ち替えることがあります。
1475
1476 @lilypond[verbatim,quote,relative=2]
1477 \set Staff.instrumentName = #"Cl (A)"
1478 \key a \major
1479 \transposition a
1480 c d e f
1481 \textLengthOn
1482 s1*0^\markup { Switch to B\flat clarinet }
1483 R1
1484
1485 \key bes \major
1486 \transposition bes
1487 c2 g
1488 @end lilypond
1489
1490
1491 @seealso
1492 音楽用語集:
1493 @rglos{concert pitch},
1494 @rglos{transposing instrument}
1495
1496 記譜法リファレンス:
1497 @ref{Quoting other voices}, @ref{移調}
1498
1499 コード断片集:
1500 @rlsrnamed{Pitches,ピッチ}
1501
1502
1503 @node 自動臨時記号
1504 @unnumberedsubsubsec 自動臨時記号
1505 @translationof Automatic accidentals
1506
1507 @cindex accidental style (臨時記号スタイル)
1508 @cindex accidental style, default (デフォルトの臨時記号スタイル)
1509 @cindex accidentals (臨時記号)
1510 @cindex accidentals, automatic (自動臨時記号)
1511 @cindex automatic accidentals (自動臨時記号)
1512 @cindex default accidental style (デフォルトの臨時記号スタイル)
1513
1514 @funindex \accidentalStyle
1515 @funindex voice
1516 @funindex default
1517
1518 臨時記号の譜刻の仕方には多くの異なる規約があります。@c
1519 LilyPond はどの臨時記号スタイルを使用するのかを指定するための関数を@c
1520 提供します。@c
1521 この関数は以下のように呼び出されます:
1522
1523 @example
1524 \new Staff <<
1525   \accidentalStyle "voice"
1526   @{ @dots{} @}
1527 >>
1528 @end example
1529
1530 指定された臨時記号スタイルは、デフォルトでは、カレントの @code{Staff} に@c
1531 適用されます
1532 (スタイル @code{piano} と @code{piano-cautionary} は例外です。@c
1533 これらは以下で説明します)。@c
1534 オプションとして、この関数は 2 つ目の引数をとることができ、@c
1535 それによってスタイルを変更すべき範囲 (スコープ) を指定できます。@c
1536 例えば、カレントの @code{StaffGroup} のすべての譜で同じスタイルを使うには、@c
1537 以下のようにします:
1538
1539 @example
1540 \accidentalStyle #'StaffGroup "voice"
1541 @end example
1542
1543 サポートされる臨時記号スタイルを以下で示します。@c
1544 それぞれのスタイルを実際に示すために、以下の例を使用します:
1545
1546 @lilypond[verbatim,quote]
1547 musicA = {
1548   <<
1549     \relative c' {
1550       cis'8 fis, bes4 <a cis>8 f bis4 |
1551       cis2. <c, g'>4 |
1552     }
1553     \\
1554     \relative c' {
1555       ais'2 cis, |
1556       fis8 b a4 cis2 |
1557     }
1558   >>
1559 }
1560
1561 musicB = {
1562   \clef bass
1563   \new Voice {
1564     \voiceTwo \relative c' {
1565       <fis, a cis>8 <fis a cis>
1566       \change Staff = up
1567       cis' cis
1568       \change Staff = down
1569       <fis, a> <fis a>
1570       \showStaffSwitch
1571       \change Staff = up
1572       dis'4 |
1573       \change Staff = down
1574       <fis, a cis>4 gis <f a d>2 |
1575     }
1576   }
1577 }
1578
1579 \new PianoStaff {
1580   <<
1581     \context Staff = "up" {
1582       \accidentalStyle "default"
1583       \musicA
1584     }
1585     \context Staff = "down" {
1586       \accidentalStyle "default"
1587       \musicB
1588     }
1589   >>
1590 }
1591 @end lilypond
1592
1593 両方の譜で同じ臨時記号スタイルを使うのなら、@c
1594 この例の最後のブロックを以下で置き換えられます:
1595
1596 @example
1597 \new PianoStaff @{
1598   <<
1599     \context Staff = "up" @{
1600       %%% 次の行を変更したいスタイルに合わせて変更してください:
1601       \accidentalStyle #'Score "default"
1602       \musicA
1603     @}
1604     \context Staff = "down" @{
1605       \musicB
1606     @}
1607   >>
1608 @}
1609 @end example
1610
1611
1612 @c don't use verbatim in this table.
1613 @table @code
1614 @item default
1615
1616 @cindex default accidental style (default 臨時記号スタイル)
1617 @cindex accidental style, default (default 臨時記号スタイル)
1618
1619 @funindex default
1620
1621 これはデフォルトの譜刻の仕方です。@c
1622 これは 18 世紀の一般的な習慣と一致します:
1623 臨時記号が有効なのは、その臨時記号が発生した小節の終わりまでで、@c
1624 かつ、その臨時記号が発生したオクターブの中だけです。@c
1625 そのため以下の例の中では、第 2 小節の @code{b} や最後の @code{c} の前には@c
1626 ナチュラル記号は譜刻されていません:
1627
1628 @lilypond[quote]
1629 musicA = {
1630   <<
1631     \relative c' {
1632       cis'8 fis, bes4 <a cis>8 f bis4 |
1633       cis2. <c, g'>4 |
1634     }
1635     \\
1636     \relative c' {
1637       ais'2 cis, |
1638       fis8 b a4 cis2 |
1639     }
1640   >>
1641 }
1642
1643 musicB = {
1644   \clef bass
1645   \new Voice {
1646     \voiceTwo \relative c' {
1647       <fis, a cis>8 <fis a cis>
1648       \change Staff = up
1649       cis' cis
1650       \change Staff = down
1651       <fis, a> <fis a>
1652       \showStaffSwitch
1653       \change Staff = up
1654       dis'4 |
1655       \change Staff = down
1656       <fis, a cis>4 gis <f a d>2 |
1657     }
1658   }
1659 }
1660
1661 \new PianoStaff {
1662   <<
1663     \context Staff = "up" {
1664       \accidentalStyle "default"
1665       \musicA
1666     }
1667     \context Staff = "down" {
1668       \accidentalStyle "default"
1669       \musicB
1670     }
1671   >>
1672 }
1673 @end lilypond
1674
1675 @item voice
1676
1677 @cindex accidental style, voice (voice 臨時記号スタイル)
1678 @cindex voice accidental style (voice 臨時記号スタイル)
1679 @cindex accidental style, modern (modern 臨時記号スタイル)
1680 @cindex modern accidental style (modern 臨時記号スタイル)
1681 @cindex accidental style, modern-cautionary (modern-cautionary 臨時記号スタイル)
1682 @cindex modern-cautionary accidental style (modern-cautionary 臨時記号スタイル)
1683
1684 @funindex voice
1685
1686 通常の臨時記号の付け方では、臨時記号は @code{Staff} レベルで保持されます。@c
1687 しかしながらこのスタイルでは、臨時記号はそれぞれのボイスで別々に譜刻されます。@c
1688 それを除けば、このスタイルの規則は @code{default} と同じです。
1689
1690 結果として、あるボイスからの臨時記号は他のボイスでキャンセルされず、@c
1691 これはしばしば望まない結果となります:
1692 以下の例では、2 番目の @code{a} をナチュラルで演奏するか、@c
1693 シャープで演奏するかを決定するのは困難です。@c
1694 そのため、@code{voice} オプションは、それぞれのボイスが別々の演奏者によって@c
1695 個々に読まれる場合にのみ使用すべきです。@c
1696 譜が 1 人の演奏者によって使用される場合 (例えば、指揮者やピアノ譜の場合)、@c
1697 このスタイルの代わりに @code{modern} や @code{modern-cautionary} を@c
1698 使用すべきです。
1699
1700 @lilypond[quote]
1701 musicA = {
1702   <<
1703     \relative c' {
1704       cis'8 fis, bes4 <a cis>8 f bis4 |
1705       cis2. <c, g'>4 |
1706     }
1707     \\
1708     \relative c' {
1709       ais'2 cis, |
1710       fis8 b a4 cis2 |
1711     }
1712   >>
1713 }
1714
1715 musicB = {
1716   \clef bass
1717   \new Voice {
1718     \voiceTwo \relative c' {
1719       <fis, a cis>8 <fis a cis>
1720       \change Staff = up
1721       cis' cis
1722       \change Staff = down
1723       <fis, a> <fis a>
1724       \showStaffSwitch
1725       \change Staff = up
1726       dis'4 |
1727       \change Staff = down
1728       <fis, a cis>4 gis <f a d>2 |
1729     }
1730   }
1731 }
1732
1733 \new PianoStaff {
1734   <<
1735     \context Staff = "up" {
1736       \accidentalStyle "voice"
1737       \musicA
1738     }
1739     \context Staff = "down" {
1740       \accidentalStyle "voice"
1741       \musicB
1742     }
1743   >>
1744 }
1745 @end lilypond
1746
1747 @item modern
1748
1749 @cindex accidentals, modern style (modern 臨時記号スタイル)
1750 @cindex modern style accidentals (modern 臨時記号スタイル)
1751
1752 @funindex modern
1753
1754 @c ここから L221
1755 この規則は 20 世紀の一般的な臨時記号の付け方と一致します:
1756 この規則はいくつかの余分なナチュラル記号を省略します
1757 -- 伝統的にダブル シャープの後のシャープに前置されるナチュラル記号と、@c
1758 ダブル フラットの後のフラットに前置されるナチュラル記号を省略します。@c
1759
1760 @code{modern} 規則の臨時記号の付け方は @code{default} とほぼ同じですが、@c
1761 あいまいさを避けるための 2 つの規則が追加されます
1762  -- 一時的な臨時記号が使われると、
1763 その後の小節で (同じオクターブにある音符に対して) キャンセル記号が@c
1764 譜刻され、@c
1765 臨時記号が使われた小節では他のオクターブにある音符にもキャンセル記号が@c
1766 譜刻されます。@c
1767 そのため、上部譜の第 2 小節の中にある @code{b} と @code{c} の前には@c
1768 ナチュラルが付けられています:
1769
1770 @lilypond[quote]
1771 musicA = {
1772   <<
1773     \relative c' {
1774       cis'8 fis, bes4 <a cis>8 f bis4 |
1775       cis2. <c, g'>4 |
1776     }
1777     \\
1778     \relative c' {
1779       ais'2 cis, |
1780       fis8 b a4 cis2 |
1781     }
1782   >>
1783 }
1784
1785 musicB = {
1786   \clef bass
1787   \new Voice {
1788     \voiceTwo \relative c' {
1789       <fis, a cis>8 <fis a cis>
1790       \change Staff = up
1791       cis' cis
1792       \change Staff = down
1793       <fis, a> <fis a>
1794       \showStaffSwitch
1795       \change Staff = up
1796       dis'4 |
1797       \change Staff = down
1798       <fis, a cis>4 gis <f a d>2 |
1799     }
1800   }
1801 }
1802
1803 \new PianoStaff {
1804   <<
1805     \context Staff = "up" {
1806       \accidentalStyle "modern"
1807       \musicA
1808     }
1809     \context Staff = "down" {
1810       \accidentalStyle "modern"
1811       \musicB
1812     }
1813   >>
1814 }
1815 @end lilypond
1816
1817 @item modern-cautionary
1818
1819 @cindex accidentals, modern cautionary style (modern-cautionary 臨時記号スタイル)
1820 @cindex modern accidental style (modern 臨時記号スタイル)
1821 @cindex modern cautionary accidental style (modern-cautionary 臨時記号スタイル)
1822 @cindex modern style accidentals (modern 臨時記号スタイル)
1823 @cindex modern style cautionary accidentals (modern-cautionary 臨時記号スタイル)
1824
1825 @funindex modern-cautionary
1826
1827 この規則は @code{modern} と似ていますが、@c
1828 忠告的臨時記号として @q{追加の} 臨時記号が譜刻されます
1829 (これは @code{default} では譜刻されません)。@c
1830 デフォルトでは、この臨時記号は括弧で囲まれて譜刻されますが、@c
1831 @code{AccidentalSuggestion} の @code{cautionary-style} プロパティを@c
1832 定義することによって小さなサイズで譜刻されることもあり得ます。
1833
1834 @lilypond[quote]
1835 musicA = {
1836   <<
1837     \relative c' {
1838       cis'8 fis, bes4 <a cis>8 f bis4 |
1839       cis2. <c, g'>4 |
1840     }
1841     \\
1842     \relative c' {
1843       ais'2 cis, |
1844       fis8 b a4 cis2 |
1845     }
1846   >>
1847 }
1848
1849 musicB = {
1850   \clef bass
1851   \new Voice {
1852     \voiceTwo \relative c' {
1853       <fis, a cis>8 <fis a cis>
1854       \change Staff = up
1855       cis' cis
1856       \change Staff = down
1857       <fis, a> <fis a>
1858       \showStaffSwitch
1859       \change Staff = up
1860       dis'4 |
1861       \change Staff = down
1862       <fis, a cis>4 gis <f a d>2 |
1863     }
1864   }
1865 }
1866
1867 \new PianoStaff {
1868   <<
1869     \context Staff = "up" {
1870       \accidentalStyle "modern-cautionary"
1871       \musicA
1872     }
1873     \context Staff = "down" {
1874       \accidentalStyle "modern-cautionary"
1875       \musicB
1876     }
1877   >>
1878 }
1879 @end lilypond
1880
1881 @item modern-voice
1882
1883 @cindex accidental style, modern (modern 臨時記号スタイル)
1884 @cindex accidentals, modern (modern 臨時記号)
1885 @cindex accidentals, multivoice (マルチボイス臨時記号)
1886 @cindex modern accidental style (modern 臨時記号スタイル)
1887 @cindex modern accidentals (modern 臨時記号)
1888 @cindex multivoice accidentals (マルチボイス)
1889
1890 @funindex modern-voice
1891
1892 この規則はマルチボイス臨時記号として使用されます。@c
1893 演奏家が複数のボイスの中の 1 つのボイスを演奏する場合にも、@c
1894 すべてのボイスを演奏する場合にも使用されます。@c
1895 臨時記号はそれぞれのボイスに対して譜刻されますが、@c
1896 同じ @code{Staff} の中であってもボイスをまたいで@emph{キャンセルされます}。@c
1897 そのため、最後の小節で @code{a} がキャンセルされています
1898  -- なぜなら、前のキャンセルは異なるボイスで行われたからです。@c
1899 さらに下部譜では @code{d} がキャンセルされています
1900  -- その臨時記号は前の小節の異なるボイスで付けられたものだからです:
1901
1902 @lilypond[quote]
1903 musicA = {
1904   <<
1905     \relative c' {
1906       cis'8 fis, bes4 <a cis>8 f bis4 |
1907       cis2. <c, g'>4 |
1908     }
1909     \\
1910     \relative c' {
1911       ais'2 cis, |
1912       fis8 b a4 cis2 |
1913     }
1914   >>
1915 }
1916
1917 musicB = {
1918   \clef bass
1919   \new Voice {
1920     \voiceTwo \relative c' {
1921       <fis, a cis>8 <fis a cis>
1922       \change Staff = up
1923       cis' cis
1924       \change Staff = down
1925       <fis, a> <fis a>
1926       \showStaffSwitch
1927       \change Staff = up
1928       dis'4 |
1929       \change Staff = down
1930       <fis, a cis>4 gis <f a d>2 |
1931     }
1932   }
1933 }
1934
1935 \new PianoStaff {
1936   <<
1937     \context Staff = "up" {
1938       \accidentalStyle "modern-voice"
1939       \musicA
1940     }
1941     \context Staff = "down" {
1942       \accidentalStyle "modern-voice"
1943       \musicB
1944     }
1945   >>
1946 }
1947 @end lilypond
1948
1949 @cindex accidental style, cautionary, modern voice (modern-voice-cautionary 臨時記号スタイル)
1950 @cindex accidental style, modern voice cautionary (modern-voice-cautionary 臨時記号スタイル)
1951 @cindex accidental style, voice, modern cautionary (modern-voice-cautionary 臨時記号スタイル)
1952
1953 @funindex modern-voice-cautionary
1954
1955 @item modern-voice-cautionary
1956
1957 この規則は @code{modern-voice} と同じですが、追加の臨時記号
1958 (これは @code{voice} では譜刻されません)
1959 は忠告として譜刻されます。@c
1960 たとえ @code{default} で譜刻されるすべての臨時記号が@c
1961 この規則でも譜刻されたとしても、@c
1962 それらの臨時記号のいくつかは忠告として譜刻されます。
1963
1964 @lilypond[quote]
1965 musicA = {
1966   <<
1967     \relative c' {
1968       cis'8 fis, bes4 <a cis>8 f bis4 |
1969       cis2. <c, g'>4 |
1970     }
1971     \\
1972     \relative c' {
1973       ais'2 cis, |
1974       fis8 b a4 cis2 |
1975     }
1976   >>
1977 }
1978
1979 musicB = {
1980   \clef bass
1981   \new Voice {
1982     \voiceTwo \relative c' {
1983       <fis, a cis>8 <fis a cis>
1984       \change Staff = up
1985       cis' cis
1986       \change Staff = down
1987       <fis, a> <fis a>
1988       \showStaffSwitch
1989       \change Staff = up
1990       dis'4 |
1991       \change Staff = down
1992       <fis, a cis>4 gis <f a d>2 |
1993     }
1994   }
1995 }
1996
1997 \new PianoStaff {
1998   <<
1999     \context Staff = "up" {
2000       \accidentalStyle "modern-voice-cautionary"
2001       \musicA
2002     }
2003     \context Staff = "down" {
2004       \accidentalStyle "modern-voice-cautionary"
2005       \musicB
2006     }
2007   >>
2008 }
2009 @end lilypond
2010
2011 @item piano
2012
2013 @cindex accidental style, piano (ピアノ臨時記号スタイル)
2014 @cindex accidentals, piano (ピアノ臨時記号)
2015 @cindex piano accidental style (ピアノ臨時記号スタイル)
2016 @cindex piano accidentals (ピアノ臨時記号)
2017
2018 @funindex piano
2019
2020 この規則は 20 世紀のピアノ譜の臨時記号のつけ方を反映しています。@c
2021 このスタイルは @code{modern} スタイルと非常によく似ています。@c
2022 しかしながらこのスタイルでは、@c
2023 同じ @code{GrandStaff} または @code{PianoStaff} の中にある譜をまたがって@c
2024 臨時記号はキャンセルされます。@c
2025 そのため、最後の和音ではすべての音符でキャンセルが行われています。
2026
2027 この臨時記号スタイルは、@c
2028 デフォルトで、@code{GrandStaff} や @code{PianoStaff} に適用されます。
2029
2030 @lilypond[quote]
2031 musicA = {
2032   <<
2033     \relative c' {
2034       cis'8 fis, bes4 <a cis>8 f bis4 |
2035       cis2. <c, g'>4 |
2036     }
2037     \\
2038     \relative c' {
2039       ais'2 cis, |
2040       fis8 b a4 cis2 |
2041     }
2042   >>
2043 }
2044
2045 musicB = {
2046   \clef bass
2047   \new Voice {
2048     \voiceTwo \relative c' {
2049       <fis, a cis>8 <fis a cis>
2050       \change Staff = up
2051       cis' cis
2052       \change Staff = down
2053       <fis, a> <fis a>
2054       \showStaffSwitch
2055       \change Staff = up
2056       dis'4 |
2057       \change Staff = down
2058       <fis, a cis>4 gis <f a d>2 |
2059     }
2060   }
2061 }
2062
2063 \new PianoStaff {
2064   <<
2065     \context Staff = "up" {
2066       \accidentalStyle "piano"
2067       \musicA
2068     }
2069     \context Staff = "down" {
2070       \musicB
2071     }
2072   >>
2073 }
2074 @end lilypond
2075
2076 @item piano-cautionary
2077
2078 @cindex accidentals, piano cautionary (piano-cautionary 臨時記号)
2079 @cindex cautionary accidentals, piano (piano-cautionary 臨時記号)
2080 @cindex piano cautionary accidentals (piano-cautionary 臨時記号)
2081 @cindex accidental style, piano cautionary (piano-cautionary 臨時記号スタイル)
2082 @cindex cautionary accidental style, piano (piano-cautionary 臨時記号スタイル)
2083 @cindex piano cautionary accidental style (piano-cautionary 臨時記号スタイル)
2084
2085 @funindex piano-cautionary
2086
2087 この規則は @code{piano} と同じですが、追加の臨時記号は忠告として譜刻されます。
2088
2089 @lilypond[quote]
2090 musicA = {
2091   <<
2092     \relative c' {
2093       cis'8 fis, bes4 <a cis>8 f bis4 |
2094       cis2. <c, g'>4 |
2095     }
2096     \\
2097     \relative c' {
2098       ais'2 cis, |
2099       fis8 b a4 cis2 |
2100     }
2101   >>
2102 }
2103
2104 musicB = {
2105   \clef bass
2106   \new Voice {
2107     \voiceTwo \relative c' {
2108       <fis, a cis>8 <fis a cis>
2109       \change Staff = up
2110       cis' cis
2111       \change Staff = down
2112       <fis, a> <fis a>
2113       \showStaffSwitch
2114       \change Staff = up
2115       dis'4 |
2116       \change Staff = down
2117       <fis, a cis>4 gis <f a d>2 |
2118     }
2119   }
2120 }
2121
2122 \new PianoStaff {
2123   <<
2124     \context Staff = "up" {
2125       \accidentalStyle "piano-cautionary"
2126       \musicA
2127     }
2128     \context Staff = "down" {
2129       \musicB
2130     }
2131   >>
2132 }
2133 @end lilypond
2134
2135
2136 @item neo-modern
2137
2138 @cindex neo-modern accidental style (neo-modern 臨時記号スタイル)
2139 @cindex accidental style, neo-modern (neo-modern 臨時記号スタイル)
2140
2141 @funindex neo-modern
2142
2143 この規則は現代音楽での一般的な臨時記号の付け方を再現します:
2144 臨時記号は @code{modern} と同じように譜刻されますが、@c
2145 同じ小節の中で臨時記号を付けられた音符と同じ音符が再び現れた場合、@c
2146 その音符にも臨時記号が譜刻されます
2147  -- ただし、臨時記号を付けられた音符の直後に同じ音符が現れる場合は除きます
2148 (訳者: 第 1 小節の下部譜にある 2 つの @code{f} には@c
2149 両方とも臨時記号が譜刻されていますが、@c
2150 第 1 小節の上部譜にある 2 つのミドル C は連続しているため、@c
2151 後のミドル C には臨時記号が譜刻されません)。
2152
2153 @lilypond[quote]
2154 musicA = {
2155   <<
2156     \relative c' {
2157       cis'8 fis, bes4 <a cis>8 f bis4 |
2158       cis2. <c, g'>4 |
2159     }
2160     \\
2161     \relative c' {
2162       ais'2 cis, |
2163       fis8 b a4 cis2 |
2164     }
2165   >>
2166 }
2167
2168 musicB = {
2169   \clef bass
2170   \new Voice {
2171     \voiceTwo \relative c' {
2172       <fis, a cis>8 <fis a cis>
2173       \change Staff = up
2174       cis' cis
2175       \change Staff = down
2176       <fis, a> <fis a>
2177       \showStaffSwitch
2178       \change Staff = up
2179       dis'4 |
2180       \change Staff = down
2181       <fis, a cis>4 gis <f a d>2 |
2182     }
2183   }
2184 }
2185
2186 \new PianoStaff {
2187   <<
2188     \context Staff = "up" {
2189       \accidentalStyle "neo-modern"
2190       \musicA
2191     }
2192     \context Staff = "down" {
2193       \accidentalStyle "neo-modern"
2194       \musicB
2195     }
2196   >>
2197 }
2198 @end lilypond
2199
2200 @item neo-modern-cautionary
2201
2202 @cindex neo-modern-cautionary accidental style (neo-modern-cautionary 臨時記号スタイル)
2203 @cindex accidental style, neo-modern-cautionary (neo-modern-cautionary 臨時記号スタイル)
2204
2205 @funindex neo-modern-cautionary
2206
2207 この規則は @code{neo-modern} と似ていますが、@c
2208 追加の臨時記号は忠告の臨時記号として譜刻されます。
2209
2210 @lilypond[quote]
2211 musicA = {
2212   <<
2213     \relative c' {
2214       cis'8 fis, bes4 <a cis>8 f bis4 |
2215       cis2. <c, g'>4 |
2216     }
2217     \\
2218     \relative c' {
2219       ais'2 cis, |
2220       fis8 b a4 cis2 |
2221     }
2222   >>
2223 }
2224
2225 musicB = {
2226   \clef bass
2227   \new Voice {
2228     \voiceTwo \relative c' {
2229       <fis, a cis>8 <fis a cis>
2230       \change Staff = up
2231       cis' cis
2232       \change Staff = down
2233       <fis, a> <fis a>
2234       \showStaffSwitch
2235       \change Staff = up
2236       dis'4 |
2237       \change Staff = down
2238       <fis, a cis>4 gis <f a d>2 |
2239     }
2240   }
2241 }
2242
2243 \new PianoStaff {
2244   <<
2245     \context Staff = "up" {
2246       \accidentalStyle "neo-modern-cautionary"
2247       \musicA
2248     }
2249     \context Staff = "down" {
2250       \accidentalStyle "neo-modern-cautionary"
2251       \musicB
2252     }
2253   >>
2254 }
2255 @end lilypond
2256
2257
2258 @item neo-modern-voice
2259
2260 @cindex neo-modern-voice accidental style (neo-modern-voice 臨時記号スタイル)
2261 @cindex accidental style, neo-modern-voice (neo-modern-voice 臨時記号スタイル)
2262
2263 @funindex neo-modern-voice
2264
2265 この規則は、1 つのボイスを演奏する音楽家とすべてのボイスを演奏する音楽家@c
2266 両方のための複数ボイスの臨時記号に使用されます。@c
2267 @code{neo-modern} と同様に、臨時記号は各ボイスに譜刻されますが、@c
2268 同じ @code{Staff} にあるボイスをまたがるとキャンセルされます。
2269
2270 @lilypond[quote]
2271 musicA = {
2272   <<
2273     \relative c' {
2274       cis'8 fis, bes4 <a cis>8 f bis4 |
2275       cis2. <c, g'>4 |
2276     }
2277     \\
2278     \relative c' {
2279       ais'2 cis, |
2280       fis8 b a4 cis2 |
2281     }
2282   >>
2283 }
2284
2285 musicB = {
2286   \clef bass
2287   \new Voice {
2288     \voiceTwo \relative c' {
2289       <fis, a cis>8 <fis a cis>
2290       \change Staff = up
2291       cis' cis
2292       \change Staff = down
2293       <fis, a> <fis a>
2294       \showStaffSwitch
2295       \change Staff = up
2296       dis'4 |
2297       \change Staff = down
2298       <fis, a cis>4 gis <f a d>2 |
2299     }
2300   }
2301 }
2302
2303 \new PianoStaff {
2304   <<
2305     \context Staff = "up" {
2306       \accidentalStyle "neo-modern-voice"
2307       \musicA
2308     }
2309     \context Staff = "down" {
2310       \accidentalStyle "neo-modern-voice"
2311       \musicB
2312     }
2313   >>
2314 }
2315 @end lilypond
2316
2317 @item neo-modern-voice-cautionary
2318
2319 @cindex neo-modern-voice-cautionary accidental style (neo-modern-voice-cautionary 臨時記号スタイル)
2320 @cindex accidental style, neo-modern-voice-cautionary (neo-modern-voice-cautionary 臨時記号スタイル)
2321
2322 @funindex neo-modern-voice-cautionary
2323
2324 この規則は @code{neo-modern-voice} と似ていますが、@c
2325 追加の臨時記号が忠告の臨時記号として譜刻されます。
2326
2327 @lilypond[quote]
2328 musicA = {
2329   <<
2330     \relative c' {
2331       cis'8 fis, bes4 <a cis>8 f bis4 |
2332       cis2. <c, g'>4 |
2333     }
2334     \\
2335     \relative c' {
2336       ais'2 cis, |
2337       fis8 b a4 cis2 |
2338     }
2339   >>
2340 }
2341
2342 musicB = {
2343   \clef bass
2344   \new Voice {
2345     \voiceTwo \relative c' {
2346       <fis, a cis>8 <fis a cis>
2347       \change Staff = up
2348       cis' cis
2349       \change Staff = down
2350       <fis, a> <fis a>
2351       \showStaffSwitch
2352       \change Staff = up
2353       dis'4 |
2354       \change Staff = down
2355       <fis, a cis>4 gis <f a d>2 |
2356     }
2357   }
2358 }
2359
2360 \new PianoStaff {
2361   <<
2362     \context Staff = "up" {
2363       \accidentalStyle "neo-modern-voice-cautionary"
2364       \musicA
2365     }
2366     \context Staff = "down" {
2367       \accidentalStyle "neo-modern-voice-cautionary"
2368       \musicB
2369     }
2370   >>
2371 }
2372 @end lilypond
2373
2374 @item dodecaphonic
2375
2376 @cindex dodecaphonic accidental style (dodecaphonic 臨時記号スタイル)
2377 @cindex dodecaphonic style, neo-modern (neo-modern 12 音スタイル)
2378
2379 @funindex dodecaphonic
2380
2381 この規則は 20 世紀初頭の作曲家たちによって導入された臨時記号の付け方を@c
2382 反映しています
2383  -- ナチュラルの音符と非ナチュラルの音符
2384 (訳者: ピアノの白鍵に対応する音符と黒鍵に対応する音符)
2385 間にある上下関係を無効にしようとする試みです。@c
2386 このスタイルでは、@emph{すべて} の音符にナチュラル記号を含む臨時記号が@c
2387 付けられます。
2388
2389 @lilypond[quote]
2390 musicA = {
2391   <<
2392     \relative c' {
2393       cis'8 fis, bes4 <a cis>8 f bis4 |
2394       cis2. <c, g'>4 |
2395     }
2396     \\
2397     \relative c' {
2398       ais'2 cis, |
2399       fis8 b a4 cis2 |
2400     }
2401   >>
2402 }
2403
2404 musicB = {
2405   \clef bass
2406   \new Voice {
2407     \voiceTwo \relative c' {
2408       <fis, a cis>8 <fis a cis>
2409       \change Staff = up
2410       cis' cis
2411       \change Staff = down
2412       <fis, a> <fis a>
2413       \showStaffSwitch
2414       \change Staff = up
2415       dis'4 |
2416       \change Staff = down
2417       <fis, a cis>4 gis <f a d>2 |
2418     }
2419   }
2420 }
2421
2422 \new PianoStaff {
2423   <<
2424     \context Staff = "up" {
2425       \accidentalStyle "dodecaphonic"
2426       \musicA
2427     }
2428     \context Staff = "down" {
2429       \accidentalStyle "dodecaphonic"
2430       \musicB
2431     }
2432   >>
2433 }
2434 @end lilypond
2435
2436
2437 @item teaching
2438
2439 @cindex teaching accidental style (teaching 臨時記号スタイル)
2440 @cindex accidental style, teaching (teaching 臨時記号スタイル)
2441
2442 @funindex teaching
2443
2444 この規則は学生向けを意図したものであり、@c
2445 自動的に譜刻される忠告の臨時記号によって容易にスケール譜を作ることを@c
2446 容易にします。@c
2447 臨時記号は @code{modern} と同じように譜刻されます。@c
2448 しかしながら、調号によって指定されたすべてのシャープ音、@c
2449 フラット音に対して忠告の臨時記号が譜刻されます
2450  -- ただし、前の音符の直後にある同じピッチの音符は例外です。
2451
2452 @lilypond[quote]
2453 musicA = {
2454   <<
2455     \relative c' {
2456       cis'8 fis, bes4 <a cis>8 f bis4 |
2457       cis2. <c, g'>4 |
2458     }
2459     \\
2460     \relative c' {
2461       ais'2 cis, |
2462       fis8 b a4 cis2 |
2463     }
2464   >>
2465 }
2466
2467 musicB = {
2468   \clef bass
2469   \new Voice {
2470     \voiceTwo \relative c' {
2471       <fis, a cis>8 <fis a cis>
2472       \change Staff = up
2473       cis' cis
2474       \change Staff = down
2475       <fis, a> <fis a>
2476       \showStaffSwitch
2477       \change Staff = up
2478       dis'4 |
2479       \change Staff = down
2480       <fis, a cis>4 gis <f a d>2 |
2481     }
2482   }
2483 }
2484
2485 \new PianoStaff {
2486   <<
2487     \context Staff = "up" {
2488       \key fis \minor
2489       \accidentalStyle "teaching"
2490       \musicA
2491     }
2492     \context Staff = "down" {
2493       \key fis \minor
2494       \accidentalStyle "teaching"
2495       \musicB
2496     }
2497   >>
2498 }
2499 @end lilypond
2500
2501
2502
2503 @item no-reset
2504
2505 @cindex accidental style, no reset (no-reset 臨時記号スタイル)
2506 @cindex no reset accidental style (no-reset 臨時記号スタイル)
2507
2508 @funindex no-reset
2509
2510 この規則は @code{default} と同じですが、臨時記号の保持は小節内に限定されず、@c
2511 @q{最後まで} 保持されます:
2512
2513 @lilypond[quote]
2514 musicA = {
2515   <<
2516     \relative c' {
2517       cis'8 fis, bes4 <a cis>8 f bis4 |
2518       cis2. <c, g'>4 |
2519     }
2520     \\
2521     \relative c' {
2522       ais'2 cis, |
2523       fis8 b a4 cis2 |
2524     }
2525   >>
2526 }
2527
2528 musicB = {
2529   \clef bass
2530   \new Voice {
2531     \voiceTwo \relative c' {
2532       <fis, a cis>8 <fis a cis>
2533       \change Staff = up
2534       cis' cis
2535       \change Staff = down
2536       <fis, a> <fis a>
2537       \showStaffSwitch
2538       \change Staff = up
2539       dis'4 |
2540       \change Staff = down
2541       <fis, a cis>4 gis <f a d>2 |
2542     }
2543   }
2544 }
2545
2546 \new PianoStaff {
2547   <<
2548     \context Staff = "up" {
2549       \accidentalStyle "no-reset"
2550       \musicA
2551     }
2552     \context Staff = "down" {
2553       \accidentalStyle "no-reset"
2554       \musicB
2555     }
2556   >>
2557 }
2558 @end lilypond
2559
2560 @item forget
2561
2562 @cindex forget accidental style (forget 臨時記号スタイル)
2563 @cindex accidental style, forget (forget 臨時記号スタイル)
2564
2565 @funindex forget
2566
2567 この規則は @code{no-reset} と正反対です:
2568 臨時記号はまったく保持されません
2569 -- そのため、調号に対応しながら、前にある音楽とは無関係に@c
2570 すべての臨時記号が譜刻されます。@c
2571
2572 @lilypond[quote]
2573 musicA = {
2574   <<
2575     \relative c' {
2576       cis'8 fis, bes4 <a cis>8 f bis4 |
2577       cis2. <c, g'>4 |
2578     }
2579     \\
2580     \relative c' {
2581       ais'2 cis, |
2582       fis8 b a4 cis2 |
2583     }
2584   >>
2585 }
2586
2587 musicB = {
2588   \clef bass
2589   \new Voice {
2590     \voiceTwo \relative c' {
2591       <fis, a cis>8 <fis a cis>
2592       \change Staff = up
2593       cis' cis
2594       \change Staff = down
2595       <fis, a> <fis a>
2596       \showStaffSwitch
2597       \change Staff = up
2598       dis'4 |
2599       \change Staff = down
2600       <fis, a cis>4 gis <f a d>2 |
2601     }
2602   }
2603 }
2604
2605 \new PianoStaff {
2606   <<
2607     \context Staff = "up" {
2608       \accidentalStyle "forget"
2609       \musicA
2610     }
2611     \context Staff = "down" {
2612       \accidentalStyle "forget"
2613       \musicB
2614     }
2615   >>
2616 }
2617 @end lilypond
2618 @end table
2619
2620 @seealso
2621 コード断片集:
2622 @rlsrnamed{Pitches,ピッチ}
2623
2624 内部リファレンス:
2625 @rinternals{Accidental},
2626 @rinternals{Accidental_engraver},
2627 @rinternals{GrandStaff} and
2628 @rinternals{PianoStaff},
2629 @rinternals{Staff},
2630 @rinternals{AccidentalSuggestion},
2631 @rinternals{AccidentalPlacement},
2632 @rinternals{accidental-suggestion-interface}
2633
2634
2635 @cindex accidentals and simultaneous notes (臨時記号と同時発生する音符)
2636 @cindex simultaneous notes and accidentals (同時発生する音符と臨時記号)
2637 @cindex accidentals in chords (和音の中の臨時記号)
2638 @cindex chords, accidentals in (和音の中の臨時記号)
2639
2640 @knownissues
2641
2642 同時発生する音符はシーケンシャル モードで入力されたものと見なされます。@c
2643 このことが意味するのは、和音の各音符は入力ファイルの中で記述された順に
2644 1 つずつ発生するものとして、和音の臨時記号は譜刻されるということです。@c
2645 これは和音の中の臨時記号が互いに依存関係にある場合に問題となります
2646 -- この問題はデフォルトの臨時記号スタイルでは発生しません。@c
2647 この問題は、問題となる音符に @code{!} や @code{?} を@c
2648 手動で付け加えることによって解決できます。
2649
2650 臨時記号の忠告的なキャンセルは 1 つ前の小節を見て行われます。@c
2651 しかしながら、@code{\repeat volta N} セクションの後にくる
2652 @code{\alternative} ブロックでは、@c
2653 キャンセルの算出はその前に @emph{譜刻された} 小節ではなく、@c
2654 その前に @emph{演奏された} 小節を見て行われると演奏者は予想します。@c
2655 以下の例では、2 番目の差し替え小節の中にあるナチュラル @code{c}
2656 にナチュラル記号は必要ありません。
2657
2658 @lilypond[quote]
2659 {
2660   \accidentalStyle "modern"
2661   \time 2/4
2662   \repeat volta 2 {
2663     c'2
2664   }
2665   \alternative {
2666      cis'
2667      c'
2668   }
2669 }
2670 @end lilypond
2671
2672 以下の方法で解決できます:
2673 局部的に臨時記号スタイルを @code{forget} に変更する関数を定義します:
2674
2675 @lilypond[verbatim,quote]
2676 forget = #(define-music-function (parser location music) (ly:music?) #{
2677   \accidentalStyle "forget"
2678   $music
2679   \accidentalStyle "modern"
2680 #})
2681 {
2682   \accidentalStyle "modern"
2683   \time 2/4
2684   \repeat volta 2 {
2685     c'2
2686   }
2687   \alternative {
2688      cis'
2689      \forget c'
2690   }
2691 }
2692 @end lilypond
2693
2694 @node 音域
2695 @unnumberedsubsubsec 音域
2696 @translationof Ambitus
2697
2698 @cindex ambitus (音域)
2699 @cindex range of pitches (ピッチの範囲)
2700 @cindex pitch range (ピッチ範囲)
2701
2702 用語 @notation{音域} (ambitus) は、@c
2703 音楽のある部分の中にあるボイスがとるピッチの範囲を示します。@c
2704 さらに、ある楽器が演奏することができるピッチ範囲を@c
2705 示すこともあるかもしれません。@c
2706 音域をボーカル パートに譜刻することによって、@c
2707 歌い手はそのパートの音域が歌い手の能力と一致するかどうかを@c
2708 容易に見極めることができます。
2709
2710 音域は、楽曲の開始点で、最初の音部記号の近くに記されます。@c
2711 範囲は最低ピッチと最高ピッチを表す 2 つの音符によって@c
2712 グラフィカルに示されます。@c
2713 臨時記号は、その臨時記号が調号の一部でない場合にのみ譜刻されます。
2714
2715 @lilypond[verbatim,quote]
2716 \layout {
2717   \context {
2718     \Voice
2719     \consists "Ambitus_engraver"
2720   }
2721 }
2722
2723 \relative c'' {
2724   aes c e2
2725   cis,1
2726 }
2727 @end lilypond
2728
2729
2730 @snippets
2731
2732 @lilypondfile[verbatim,quote,texidoc,doctitle]
2733 {adding-ambitus-per-voice.ly}
2734
2735 @lilypondfile[verbatim,quote,texidoc,doctitle]
2736 {ambitus-with-multiple-voices.ly}
2737
2738 @lilypondfile[verbatim,quote,texidoc,doctitle]
2739 {changing-the-ambitus-gap.ly}
2740
2741
2742 @seealso
2743 音楽用語集:
2744 @rglos{ambitus}
2745
2746 コード断片集:
2747 @rlsrnamed{Pitches,ピッチ}
2748
2749 内部リファレンス:
2750 @rinternals{Ambitus_engraver},
2751 @rinternals{Voice},
2752 @rinternals{Staff},
2753 @rinternals{Ambitus},
2754 @rinternals{AmbitusAccidental},
2755 @rinternals{AmbitusLine},
2756 @rinternals{AmbitusNoteHead},
2757 @rinternals{ambitus-interface}
2758
2759
2760 @knownissues
2761
2762 複数のボイスがある場合にボイスごとに音域をとることによって生じる@c
2763 音域の衝突を処理するシステムはありません。
2764
2765
2766 @node 符頭
2767 @subsection 符頭
2768 @translationof Note heads
2769
2770 このセクションでは符頭を変更する方法について説明します。
2771
2772 @menu
2773 * 特殊な符頭::
2774 * 演奏を容易にする記譜法の符頭::
2775 * シェイプ符頭::
2776 * 即興::
2777 @end menu
2778
2779 @node 特殊な符頭
2780 @unnumberedsubsubsec 特殊な符頭
2781 @translationof Special note heads
2782
2783 @cindex note heads, special (特別な符頭)
2784 @cindex note heads, cross (×の符頭)
2785 @cindex note heads, diamond (ダイアモンド形の符頭)
2786 @cindex note heads, parlato (語りの符頭)
2787 @cindex note heads, harmonic (和音の符頭)
2788 @cindex note heads, guitar (ギターの符頭)
2789 @cindex special note heads (特別な符頭)
2790 @cindex cross note heads (×の符頭)
2791 @cindex diamond note heads (ダイアモンド形の符頭)
2792 @cindex parlato note heads (語りの符頭)
2793 @cindex harmonic note heads (和音の符頭)
2794 @cindex guitar note heads (ギターの符頭)
2795 @cindex note head styles (符頭のスタイル)
2796 @cindex styles, note heads (符頭のスタイル)
2797
2798 @funindex cross
2799
2800 符頭を変更することができます:
2801
2802 @lilypond[verbatim,quote,relative=2]
2803 c4 b
2804 \override NoteHead #'style = #'cross
2805 c4 b
2806 \revert NoteHead #'style
2807 a b
2808 \override NoteHead #'style = #'harmonic
2809 a b
2810 \revert NoteHead #'style
2811 c4 d e f
2812 @end lilypond
2813
2814 すべての符頭スタイルを調べるには、@ref{Note head styles} を参照してください。
2815
2816 @code{cross} スタイルはさまざまな音楽的意図を表すために使用されます。@c
2817 以下の定義済みコマンドは符頭を譜コンテキストとタブ譜コンテキストで変更し、@c
2818 何らかの音楽的意味を表すために使用することができます:
2819
2820 @lilypond[verbatim,quote,relative=2]
2821 c4 b
2822 \xNotesOn
2823  a b c4 b
2824 \xNotesOff
2825 c4 d
2826 @end lilypond
2827
2828 この定義済みコマンドの音楽関数は、譜コンテキストやタブ譜コンテキストの@c
2829 和音の内外で使用して、符頭を×の形にすることができます:
2830
2831 @lilypond[verbatim,quote,relative=2]
2832 c4 b
2833 \xNote { e f }
2834 c b < g \xNote c f > b
2835 @end lilypond
2836
2837 @code{\xNote}, @code{\xNotesOn} それに @code{\xNotesOff} の同義語として
2838 @code{\deadNote}, @code{\deadNotesOn} それに @code{\deadNotesOff} を@c
2839 使用することができます。@c
2840 @notation{dead note} という用語はギタリストが一般的に使用します。
2841
2842 また、和音の中でのみ使用できるダイアモンド形のための短縮記法があります:
2843
2844 @lilypond[verbatim,quote,relative=2]
2845 <c f\harmonic>2 <d a'\harmonic>4 <c g'\harmonic>
2846 @end lilypond
2847
2848 @predefined
2849 @code{\harmonic},
2850 @code{\xNotesOn},
2851 @code{\xNotesOff},
2852 @code{\xNote}.
2853 @endpredefined
2854
2855 @seealso
2856 コード断片集:
2857 @rlsrnamed{Pitches,ピッチ}
2858
2859 記譜法リファレンス:
2860 @ref{Note head styles},
2861 @ref{Chorded notes},
2862 @ref{Indicating harmonics and dampened notes}
2863
2864 内部リファレンス:
2865 @rinternals{note-event},
2866 @rinternals{Note_heads_engraver},
2867 @rinternals{Ledger_line_engraver},
2868 @rinternals{NoteHead},
2869 @rinternals{LedgerLineSpanner},
2870 @rinternals{note-head-interface},
2871 @rinternals{ledger-line-spanner-interface}
2872
2873
2874 @node 演奏を容易にする記譜法の符頭
2875 @unnumberedsubsubsec 演奏を容易にする記譜法の符頭
2876 @translationof Easy notation note heads
2877
2878 @cindex note heads, practice (練習のための符頭)
2879 @cindex practice note heads (練習のための符頭)
2880 @cindex note heads, easy notation (演奏を容易にする記譜法の符頭)
2881 @cindex easy notation (演奏を容易にする記譜法)
2882 @cindex Hal Leonard
2883 @cindex beginners' music (初心者のための楽譜)
2884 @cindex music, beginners' (初心者のための楽譜)
2885 @cindex easy play note heads (演奏を容易にする符頭)
2886 @cindex note heads, easy play (演奏を容易にする符頭)
2887
2888 @funindex \easyHeadsOn
2889 @funindex easyHeadsOn
2890 @funindex \easyHeadsOff
2891 @funindex easyHeadsOff
2892
2893 @q{演奏を容易にする} 符頭は、符頭の中に音符名を含みます。@c
2894 これは、初心者のための楽譜で使用されます。@c
2895 文字を読みやすくするために、大きなフォント サイズで譜刻すべきです。@c
2896 大きなフォントで譜刻する方法は、@c
2897 @ref{Setting the staff size} を参照してください。
2898
2899 @lilypond[verbatim,quote]
2900 #(set-global-staff-size 26)
2901 \relative c' {
2902   \easyHeadsOn
2903   c2 e4 f
2904   g1
2905   \easyHeadsOff
2906   c,1
2907 }
2908 @end lilypond
2909
2910
2911 @predefined
2912 @code{\easyHeadsOn},
2913 @code{\easyHeadsOff}
2914 @endpredefined
2915
2916
2917 @snippets
2918
2919 @lilypondfile[verbatim,quote,texidoc,doctitle]
2920 {numbers-as-easy-note-heads.ly}
2921
2922
2923 @seealso
2924 記譜法リファレンス:
2925 @ref{Setting the staff size}
2926
2927 コード断片集:
2928 @rlsrnamed{Pitches,ピッチ}
2929
2930 内部リファレンス:
2931 @rinternals{note-event},
2932 @rinternals{Note_heads_engraver},
2933 @rinternals{NoteHead},
2934 @rinternals{note-head-interface}
2935
2936
2937 @node シェイプ符頭
2938 @unnumberedsubsubsec シェイプ符頭
2939 @translationof Shape note heads
2940
2941 @cindex note heads, shape (シェイプ符頭)
2942 @cindex note heads, Aiken (Aiken の符頭)
2943 @cindex note heads, sacred harp (セイクリッド ハープの符頭)
2944 @cindex shape notes (シェイプ ノート)
2945 @cindex Aiken shape note heads (Aiken のシェイプ符頭)
2946 @cindex sacred harp note heads (セイクリッド ハープの符頭)
2947 @cindex note heads, Southern Harmony
2948 @cindex Southern Harmony note heads
2949 @cindex Funk shape note heads
2950 @cindex note heads, Funk
2951 @cindex note heads, Harmonica Sacra
2952 @cindex Harmonica Sacra note heads
2953 @cindex Christian Harmony note heads
2954 @cindex note heads, Christian Harmony
2955 @cindex Walker shape note heads
2956 @cindex note heads, Walker
2957
2958 @funindex \aikenHeads
2959 @funindex aikenHeads
2960 @funindex \sacredHarpHeads
2961 @funindex sacredHarpHeads
2962 @funindex \southernHarmonyHeads
2963 @funindex southernHarmonyHeads
2964 @funindex \funkHeads
2965 @funindex funkHeads
2966 @funindex \walkerHeads
2967 @funindex walkerHeads
2968
2969 シェイプ ノート記譜法では、@c
2970 符頭の形状は音階の中での音符の位置付けに対応します。@c
2971 この表記は 19 世紀のアメリカの歌集で一般的なものです。@c
2972 シェイプ符頭はセイクリッド ハープ、Southern Harmony、@c
2973 Funk (Harmonica Sacra)、Walker、それに Aiken (Christian Harmony) スタイルで@c
2974 使用されます:
2975
2976 @lilypond[verbatim,quote,relative=2]
2977 \aikenHeads
2978 c, d e f g2 a b1 c \break
2979 \sacredHarpHeads
2980 c,4 d e f g2 a b1 c \break
2981 \southernHarmonyHeads
2982 c,4 d e f g2 a b1 c \break
2983 \funkHeads
2984 c,4 d e f g2 a b1 c \break
2985 \walkerHeads
2986 c,4 d e f g2 a b1 c \break
2987 @end lilypond
2988
2989 @funindex \key
2990 @funindex key
2991 @funindex \aikenHeadsMinor
2992 @funindex aikenHeadsMinor
2993 @funindex \sacredHarpHeadsMinor
2994 @funindex sacredHarpHeadsMinor
2995 @funindex \southernHarmonyHeadsMinor
2996 @funindex southernHarmonyHeadsMinor
2997 @funindex \funkHeadsMinor
2998 @funindex funkHeadsMinor
2999 @funindex \walkerHeadsMinor
3000 @funindex walkerHeadsMinor
3001
3002 符頭の形状は音階の中での位置に対応し、@c
3003 音階のベースは @code{\key} コマンドによって決まります。@c
3004 マイナーで記述している場合、@c
3005 符頭の形状を決定する音階ステップはメジャーの場合との相対関係になります:
3006
3007 @lilypond[verbatim,quote,relative=2]
3008 \key a \minor
3009 \aikenHeads
3010 a b c d e2 f g1 a \break
3011 \aikenHeadsMinor
3012 a,4 b c d e2 f g1 a \break
3013 \sacredHarpHeadsMinor
3014 a,2 b c d \break
3015 \southernHarmonyHeadsMinor
3016 a2 b c d \break
3017 \funkHeadsMinor
3018 a2 b c d \break
3019 \walkerHeadsMinor
3020 a2 b c d \break
3021
3022 @end lilypond
3023
3024
3025 @predefined
3026 @code{\aikenHeads},
3027 @code{\aikenHeadsMinor},
3028 @code{\funkHeads},
3029 @code{\funkHeadsMinor},
3030 @code{\sacredHarpHeads},
3031 @code{\sacredHarpHeadsMinor},
3032 @code{\southernHarmonyHeads},
3033 @code{\southernHarmonyHeadsMinor},
3034 @code{\walkerHeads},
3035 @code{\walkerHeadsMinor}
3036 @endpredefined
3037
3038
3039 @snippets
3040
3041 @lilypondfile[verbatim,quote,texidoc,doctitle]
3042 {applying-note-head-styles-depending-on-the-step-of-the-scale.ly}
3043
3044 すべての符頭スタイルを調べるには、@ref{Note head styles} を参照してください。
3045
3046
3047 @seealso
3048 コード断片集:
3049 @rlsrnamed{Pitches,ピッチ}
3050
3051 記譜法リファレンス:
3052 @ref{Note head styles}
3053
3054 内部リファレンス:
3055 @rinternals{note-event},
3056 @rinternals{Note_heads_engraver},
3057 @rinternals{NoteHead},
3058 @rinternals{note-head-interface}
3059
3060
3061 @node 即興
3062 @unnumberedsubsubsec 即興
3063 @translationof Improvisation
3064
3065 @cindex improvisation (即興)
3066 @cindex slashed note heads (スラッシュ形の符頭)
3067 @cindex note heads, improvisation (即興の符頭)
3068 @cindex note heads, slashed (スラッシュ形の符頭)
3069
3070 @funindex \improvisationOn
3071 @funindex improvisationOn
3072 @funindex \improvisationOff
3073 @funindex improvisationOff
3074
3075 即興はしばしばスラッシュ形の符頭で記されます。@c
3076 そのような表記では、演奏者は好みのピッチを選ぶことができますが、@c
3077 指定されたリズムに従って演奏する必要があります。@c
3078 このような符頭は以下のようにして作成することができます:
3079
3080 @lilypond[verbatim,quote,relative=2]
3081 \new Voice \with {
3082   \consists "Pitch_squash_engraver"
3083 } {
3084   e8 e g a a16( bes) a8 g
3085   \improvisationOn
3086   e8 ~
3087   e2 ~ e8 f4 f8 ~
3088   f2
3089   \improvisationOff
3090   a16( bes) a8 g e
3091 }
3092 @end lilypond
3093
3094
3095 @predefined
3096 @code{\improvisationOn},
3097 @code{\improvisationOff}
3098 @endpredefined
3099
3100
3101 @seealso
3102 コード断片集:
3103 @rlsrnamed{Pitches,ピッチ}
3104
3105 内部リファレンス:
3106 @rinternals{Pitch_squash_engraver},
3107 @rinternals{Voice},
3108 @rinternals{RhythmicStaff}