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