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