]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/notation/editorial.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ja / notation / editorial.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2 @ignore
3     Translation of GIT committish: c1b0482f63f881bd3f67845e5f76a3e04675ef2a
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @c \version "2.19.21"
11
12
13 @c Translators: Yoshiki Sawada
14 @c Translation status: post-GDP
15
16
17 @node 編集者の注釈
18 @section 編集者の注釈
19 @translationof Editorial annotations
20
21 @lilypondfile[quote]{editorial-headword.ly}
22
23 このセクションでは、音符の見た目を変える方法と、@c
24 分析や教育的な強調を付け加える方法について議論します。
25
26 @menu
27 * 譜の内部::
28 * 譜の外部::
29 @end menu
30
31
32 @node 譜の内部
33 @subsection 譜の内部
34 @translationof Inside the staff
35
36 このセクションでは、譜の内部にある要素に強調を付け加える方法について説明します。
37
38 @menu
39 * 記譜フォント サイズを選択する::
40 * 運指の指示::
41 * 隠された音符::
42 * オブジェクトに色を付ける::
43 * 括弧::
44 * 符幹::
45 @end menu
46
47 @node 記譜フォント サイズを選択する
48 @unnumberedsubsubsec 記譜フォント サイズを選択する
49 @translationof Selecting notation font size
50
51 @cindex font size (notation) scaling (フォント サイズ (記譜法) の調整)
52 @cindex font size (notation) (フォント サイズ (記譜法))
53 @cindex selecting font size (notation) (フォント サイズ (記譜法) を選択する)
54 @cindex notation font size (記譜フォント サイズ)
55 @cindex note heads (符頭)
56
57 @funindex fontSize
58 @funindex font-size
59 @funindex magstep
60 @funindex \huge
61 @funindex \large
62 @funindex \normalsize
63 @funindex \small
64 @funindex \tiny
65 @funindex \teeny
66 @funindex huge
67 @funindex large
68 @funindex normalsize
69 @funindex small
70 @funindex tiny
71 @funindex teeny
72
73 記譜要素のフォント サイズを変更することができます。@c
74 これは連桁やスラーなどの可変シンボルのサイズは変更しません。
75
76 @warning{テキストのフォント サイズを変更する方法については
77 @ref{Selecting font and font size} を参照してください。}
78
79 @lilypond[verbatim,quote,relative=2]
80 \huge
81 c4.-> d8---3
82 \large
83 c4.-> d8---3
84 \normalsize
85 c4.-> d8---3
86 \small
87 c4.-> d8---3
88 \tiny
89 c4.-> d8---3
90 \teeny
91 c4.-> d8---3
92 @end lilypond
93
94 内部的には、これは @code{fontSize} プロパティを設定します。@c
95 この設定により @code{font-size} プロパティが@c
96 すべてのレイアウト オブジェクトにセットされます。@c
97 @code{font-size} の値は、カレントの譜の高さでの標準フォント サイズからの@c
98 相対値を表している数字です。@c
99 1 段階上がる毎にフォント サイズは約 12% 増加します。@c
100 6 段階でちょうど 2 倍になります。@c
101 Scheme 関数 @code{magstep} は @code{font-size} 数をスケーリング ファクタに@c
102 変換します。@c
103 @code{font-size} プロパティを直接設定することも可能です。@c
104 そうした場合、特定のレイアウト オブジェクトだけが影響を受けます。
105
106 @lilypond[verbatim,quote,relative=2]
107 \set fontSize = #3
108 c4.-> d8---3
109 \override NoteHead.font-size = #-4
110 c4.-> d8---3
111 \override Script.font-size = #2
112 c4.-> d8---3
113 \override Stem.font-size = #-5
114 c4.-> d8---3
115 @end lilypond
116
117 @cindex standard font size (notation) (標準フォント サイズ (記譜法))
118 @cindex font size (notation), standard (標準フォント サイズ (記譜法))
119
120 @funindex font-interface
121 @funindex font-size
122
123 フォント サイズの変更は、ひな形のサイズが望みのサイズに最も近くなるよう
124 (一定の割合で) 増減することによって、達成されます@c
125 標準フォント サイズ (@w{@code{font-size = #0}} のフォント サイズ) は@c
126 標準の譜の高さに基づきます。@c
127 20pt の譜では、11pt のフォントが選択されます。
128
129 @code{font-size} プロパティはフォントを使用するレイアウト オブジェクトだけに@c
130 セットすることができます@c
131 そのようなオブジェクトは @code{font-interface} レイアウト インタフェイスを@c
132 サポートします。
133
134
135 @predefined
136 @code{\teeny},
137 @code{\tiny},
138 @code{\small},
139 @code{\normalsize},
140 @code{\large},
141 @code{\huge}
142 @endpredefined
143
144 @seealso
145 コード断片集:
146 @rlsr{Editorial annotations}
147
148 内部リファレンス:
149 @rinternals{font-interface}
150
151
152 @node 運指の指示
153 @unnumberedsubsubsec 運指の指示
154 @translationof Fingering instructions
155
156 @cindex fingering (運指法)
157 @cindex finger change (指を変える)
158
159 @funindex \finger
160 @funindex finger
161
162 運指の指示は @var{音符}-@var{数字} を用いることで挿入することができます:
163
164 @lilypond[verbatim,quote,relative=2]
165 c4-1 d-2 f-4 e-3
166 @end lilypond
167
168 指の変更のためにマークアップ テキストや文字列が使用されることもあります。
169
170 @lilypond[verbatim,quote,relative=2]
171 c4-1 d-2 f-4 e-3
172 @end lilypond
173
174 指の入れ替えのためにマークアップ テキストを使うこともできます。
175
176 @lilypond[verbatim,quote,relative=2]
177 c4-1 d-2 f\finger \markup \tied-lyric #"4~3" c\finger "2 - 3"
178 @end lilypond
179
180 @cindex thumb-script (サム-スクリプト)
181
182 @funindex \thumb
183 @funindex thumb
184
185 ある音符を親指で演奏するよう指示するために、@c
186 サム-スクリプト (thumb-script) を付け加えることができます
187 (例えば、チェロ音楽で)。
188
189 @lilypond[verbatim,quote,relative=2]
190 <a_\thumb a'-3>2 <b_\thumb b'-3>
191 @end lilypond
192
193 @cindex fingering chords (和音の運指法)
194 @cindex fingering instructions for chords (和音の運指指示)
195 @cindex chords, fingering (和音の運指法)
196
197 和音の個々の音符の後に運指を付け加えることによって、@c
198 和音に対する運指法を付け加えることができます。
199
200 @lilypond[verbatim,quote,relative=2]
201 <c-1 e-2 g-3 b-5>2 <d-1 f-2 a-3 c-5>
202 @end lilypond
203
204 運指指示の配置を手動で譜の上または下にすることができます。@c
205 @ref{Direction and placement} を参照してください。
206
207 @snippets
208
209 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
210 {controlling-the-placement-of-chord-fingerings.ly}
211
212 @lilypondfile[verbatim,quote,texidoc,doctitle]
213 {allowing-fingerings-to-be-printed-inside-the-staff.ly}
214
215 @lilypondfile[verbatim,quote,texidoc,doctitle]
216 {avoiding-collisions-with-chord-fingerings.ly}
217
218
219 @seealso
220 記譜法リファレンス:
221 @ref{Direction and placement}
222
223 コード断片集:
224 @rlsr{Editorial annotations}
225
226 内部リファレンス:
227 @rinternals{FingeringEvent},
228 @rinternals{fingering-event},
229 @rinternals{Fingering_engraver},
230 @rinternals{New_fingering_engraver},
231 @rinternals{Fingering}
232
233
234 @node 隠された音符
235 @unnumberedsubsubsec 隠された音符
236 @translationof Hidden notes
237
238 @cindex hidden notes
239 @cindex invisible notes
240 @cindex transparent notes
241 @cindex notes, hidden
242 @cindex notes, invisible
243 @cindex notes, transparent
244
245 @funindex \hideNotes
246 @funindex hideNotes
247 @funindex \unHideNotes
248 @funindex unHideNotes
249
250 @c 未訳
251 隠された (または不可視、透明の) 音符は、preparing theory や作曲の演習の際に@c
252 有用です。
253
254 @lilypond[verbatim,quote,relative=2]
255 c4 d
256 \hideNotes
257 e4 f
258 \unHideNotes
259 g a
260 \hideNotes
261 b
262 \unHideNotes
263 c
264 @end lilypond
265
266 符頭、符幹、旗、それに休符は不可視です。@c
267 連桁は、隠された音符から始まる場合は、不可視です。
268 不可視の音符に取り付けられたオブジェクトは可視のままです。
269
270 @lilypond[verbatim,quote,relative=2]
271 e8(\p f g a)--
272 \hideNotes
273 e8(\p f g a)--
274 @end lilypond
275
276
277 @predefined
278 @code{\hideNotes},
279 @code{\unHideNotes}
280 @endpredefined
281
282 @seealso
283 学習マニュアル:
284 @rlearning{オブジェクトの可視性と色}
285
286 Notation Reference:
287 @ref{不可視の休符},
288 @ref{Visibility of objects},
289 @ref{Hiding staves}
290
291 コード断片集:
292 @rlsr{Editorial annotations}
293
294 内部リファレンス:
295 @rinternals{Note_spacing_engraver},
296 @rinternals{NoteSpacing}
297
298
299 @node オブジェクトに色を付ける
300 @unnumberedsubsubsec オブジェクトに色を付ける
301 @translationof Coloring objects
302
303 @cindex colored objects (色付きのオブジェクト)
304 @cindex objects, colored (色付きのオブジェクト)
305 @cindex colors (色)
306 @cindex coloring objects (オブジェクトに色を付ける)
307 @cindex colored notes (色付きの音符)
308 @cindex coloring notes (音符に色を付ける)
309 @cindex notes, colored (色付きの音符)
310 @cindex x11 color (X11 カラー)
311 @cindex x11-color
312 @cindex with-color
313
314 @funindex color
315 @funindex \with-color
316 @funindex with-color
317 @funindex x11-color
318
319 個々のオブジェクトに色を割り振ることができます。@c
320 有効なカラー名は @ref{List of colors} でリストアップされています。
321
322 @lilypond[verbatim,quote,relative=2]
323 \override NoteHead.color = #red
324 c4 c
325 \override NoteHead.color = #(x11-color 'LimeGreen)
326 d
327 \override Stem.color = #blue
328 e
329 @end lilypond
330
331
332 Scheme 関数 @code{x11-color} を用いることによって、@c
333 X11 のために定義された色の全範囲にアクセスすることができます。@c
334 この関数は引数を 1 つとります。@c
335 この引数は @code{'@var{FooBar}} という形式のシンボルであったり、@c
336 @code{"@var{FooBar}"} という形式の文字列であったりします。@c
337 最初の形式はより素早く記述できて、より効率的です。@c
338 しかしながら、2 番目の形式を使うと複数単語形式の X11 カラーに@c
339 アクセスすることができます。
340
341 @code{x11-color} がパラメータとして意味をなさない場合、@c
342 その色はデフォルトの黒になります。
343
344 @c KEEP LY
345 @lilypond[verbatim,quote,relative=2]
346 \override Staff.StaffSymbol.color = #(x11-color 'SlateBlue2)
347 \set Staff.instrumentName = \markup {
348   \with-color #(x11-color 'navy) "Clarinet"
349 }
350
351 gis8 a
352 \override Beam.color = #(x11-color "medium turquoise")
353 gis a
354 \override Accidental.color = #(x11-color 'DarkRed)
355 gis a
356 \override NoteHead.color = #(x11-color "LimeGreen")
357 gis a
358 % 以下は意図的に意味をなさない色を指定しています。符幹が黒のままであることに注意してください
359 \override Stem.color = #(x11-color 'Boggle)
360 b2 cis
361 @end lilypond
362
363 @cindex rgb-color
364 @cindex color, rgb (RGB カラー)
365 @cindex rgb color (RGB カラー)
366
367 @funindex rgb-color
368
369 Scheme 関数 @code{rgb-color} を用いることによって、@c
370 厳密な RGB カラーを指定することができます。
371
372 @lilypond[verbatim,quote,relative=2]
373 \override Staff.StaffSymbol.color = #(x11-color 'SlateBlue2)
374 \set Staff.instrumentName = \markup {
375   \with-color #(x11-color 'navy) "Clarinet"
376 }
377
378 \override Stem.color = #(rgb-color 0 0 0)
379 gis8 a
380 \override Stem.color = #(rgb-color 1 1 1)
381 gis8 a
382 \override Stem.color = #(rgb-color 0 0 0.5)
383 gis4 a
384 @end lilypond
385
386 @seealso
387 記譜法リファレンス:
388 @ref{List of colors},
389 @ref{The tweak command}
390
391 コード断片集:
392 @rlsr{Editorial annotations}
393
394 @cindex x11 color (X11 カラー)
395 @cindex colored notes in chords (和音の中にある色付きの音符)
396 @cindex notes, colored in chords (和音の中にある色付きの音符)
397 @cindex color in chords (和音の中で色を付ける)
398
399 @funindex x11-color
400
401 @knownissues
402 X11 カラーは必ずしも同様の名前を持つノーマル カラーと@c
403 まったく同じとなるわけではありません。
404
405 すべての X11 カラーが Web ブラウザで見分けられるわけではありません。@c
406 つまり、ある Web ブラウザは @code{LineGreen} と @code{ForestGreen} を@c
407 同じ色で表示するかもしれません。@c
408 Web 向けでは、ノーマル カラーを使用することを推奨します
409 (つまり、@code{blue}, @code{green}, @code{red})。
410
411 和音の中にある音符には @code{\override} で色を付けることはできません。@c
412 @code{\override} の代わりに @code{\tweak} を使用してください
413 -- @ref{The tweak command} を参照してください。
414
415
416 @node 括弧
417 @unnumberedsubsubsec 括弧
418 @translationof Parentheses
419
420 @c 保留: ghost notes
421 @cindex ghost notes (ゴースト音符)
422 @cindex notes, ghost (ゴースト音符)
423 @cindex notes, parenthesized (括弧で囲まれた音符)
424 @cindex parentheses (括弧)
425 @cindex brackets (囲み)
426
427 @funindex \parenthesize
428 @funindex parenthesize
429
430 音楽イベントの前に @code{\parenthesize} を置くことによって、@c
431 そのオブジェクトに括弧を付けることができます。@c
432 和音の前に @code{\parenthesize} を置くと、@c
433 和音の音符それぞれに括弧が付けられます。@c
434 和音内部の音符に個別に括弧を付けることもできます。
435
436 @lilypond[verbatim,quote,relative=2]
437 c2 \parenthesize d
438 c2 \parenthesize <c e g>
439 c2 <c \parenthesize e g>
440 @end lilypond
441
442 音符ではないオブジェクトにも括弧を付けることができます。@c
443 アーティキュレーションに対して括弧をつける場合、@c
444 @code{\parenthesize} コマンドの前にハイフンが必要です。
445
446 @lilypond[verbatim,quote,relative=2]
447 c2-\parenthesize -. d
448 c2 \parenthesize r
449 @end lilypond
450
451 @seealso
452 コード断片集:
453 @rlsr{Editorial annotations}
454
455 内部リファレンス:
456 @rinternals{Parenthesis_engraver},
457 @rinternals{ParenthesesItem},
458 @rinternals{parentheses-interface}
459
460 @knownissues
461 和音に括弧を付けると、和音全体に単一の大きな括弧が付くのではなく、@c
462 それぞれの音符に個別に括弧が付きます。
463
464
465 @node 符幹
466 @unnumberedsubsubsec 符幹
467 @translationof Stems
468
469 @cindex stem (符幹)
470 @cindex stem, invisible (不可視の符幹)
471 @cindex invisible stem (不可視の符幹)
472
473 @funindex \stemUp
474 @funindex stemUp
475 @funindex \stemDown
476 @funindex stemDown
477 @funindex \stemNeutral
478 @funindex stemNeutral
479 @cindex stem, direction (符幹の向き)
480 @cindex stem, up (符幹を上向きにする)
481 @cindex stem, down (符幹を下向きにする)
482 @cindex stem, neutral (符幹の向きを元に戻す)
483
484 音符が見つかった場合はいつでも @code{Stem} オブジェクトが@c
485 自動的に作成されます。@c
486 全音符や休符の場合でも @code{Stem} オブジェクトが作成されますが、@c
487 不可視になります。
488
489 符幹の向きを手動で上または下にすることができます
490 -- @ref{Direction and placement} を参照してください。
491
492
493 @predefined
494 @code{\stemUp},
495 @code{\stemDown},
496 @code{\stemNeutral}
497 @endpredefined
498
499
500 @snippets
501
502 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
503 {default-direction-of-stems-on-the-center-line-of-the-staff.ly}
504
505 @seealso
506 記譜法リファレンス:
507 @ref{Direction and placement}
508
509 コード断片集:
510 @rlsr{Editorial annotations}
511
512 内部リファレンス:
513 @rinternals{Stem_engraver},
514 @rinternals{Stem},
515 @rinternals{stem-interface}
516
517
518 @node 譜の外部
519 @subsection 譜の外部
520 @translationof Outside the staff
521
522 このセクションでは、@c
523 譜の外側から譜の中にある要素を強調するための方法について説明します。
524
525 @menu
526 * バルーン ヘルプ::
527 * グリッド ライン::
528 * 分析の囲み::
529 @end menu
530
531 @node バルーン ヘルプ
532 @unnumberedsubsubsec バルーン ヘルプ
533 @translationof Balloon help
534
535 @cindex balloon (バルーン)
536 @cindex notation, explaining (記譜法を説明する)
537 @cindex balloon help (バルーン ヘルプ)
538 @cindex help, balloon (バルーン ヘルプ)
539
540 @funindex \balloonGrobText
541 @funindex \balloonText
542 @funindex Balloon_engraver
543 @funindex balloonGrobText
544 @funindex balloonText
545 @funindex \balloonLengthOn
546 @funindex balloonLengthOn
547 @funindex \balloonLengthOff
548 @funindex balloonLengthOff
549
550 記譜要素に四角いバルーンで印を付けて、テキストを付け加えることができます。@c
551 この機能の主目的は記譜法を説明することです。
552
553 @lilypond[verbatim,quote,relative=2]
554 \new Voice \with { \consists "Balloon_engraver" }
555 {
556   \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
557   a8
558   \balloonGrobText #'Rest #'(-4 . -4) \markup { "I'm a rest" }
559   r
560   <c, g'-\balloonText #'(-2 . -2) \markup { "I'm a note head" } c>2.
561 }
562 @end lilypond
563
564
565 上の例には 2 つの音楽関数が使われています
566 -- @code{balloonGrobText} と @code{balloonText} です。@c
567 前者は @w{@code{\once \override}} のように使用され、@c
568 任意のグラフィカル オブジェクトにテキストを付加します。@c
569 後者はたいてい和音の中で @code{\tweak} のように使用され、@c
570 個々の音符にテキストを付加します。
571
572 通常、バルーン ヘルプのテキストは音符の間隔に影響を与えますが、@c
573 影響を与えないよう変更することもできます:
574
575 Balloon text normally influences note spacing, but this can be
576 altered:
577
578 @lilypond[verbatim,quote,relative=2]
579 \new Voice \with { \consists "Balloon_engraver" }
580 {
581   \balloonLengthOff
582   \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
583   a8
584   \balloonGrobText #'Rest #'(-4 . -4) \markup { "I'm a rest" }
585   r
586   \balloonLengthOn
587   <c, g'-\balloonText #'(-2 . -2) \markup { "I'm a note head" } c>2.
588 }
589 @end lilypond
590
591 @predefined
592 @code{\balloonLengthOn},
593 @code{\balloonLengthOff}
594 @endpredefined
595
596 @seealso
597 コード断片集:
598 @rlsr{Editorial annotations}
599
600 内部リファレンス:
601 @rinternals{Balloon_engraver},
602 @rinternals{BalloonTextItem},
603 @rinternals{balloon-interface}
604
605
606 @node グリッド ライン
607 @unnumberedsubsubsec グリッド ライン
608 @translationof Grid lines
609
610 @cindex grid lines (グリッド ライン)
611 @cindex lines, grid (グリッド ライン)
612 @cindex vertical lines between staves (譜の間の垂直な線)
613 @cindex lines, vertical between staves (譜の間の垂直な線)
614
615 @funindex Grid_point_engraver
616 @funindex Grid_line_span_engraver
617 @funindex gridInterval
618
619 音符に同期して、譜の間に垂直な線を描くことができます。
620
621 線の終点を作成するために @code{Grid_point_engraver} を用いる必要があります。@c
622 一方、実際に線を描くために @code{Grid_line_span_engraver} を@c
623 用いる必要があります。@c
624 デフォルトでは、グリッド ラインは各符頭の左端に揃えられます。@c
625 グリッド ラインは上の譜の中央線から下の譜の中央線まで引かれます。@c
626 @code{gridInterval} でグリッド ライン間の演奏時間を指定する必要があります。
627
628 @lilypond[verbatim,quote]
629 \layout {
630   \context {
631     \Staff
632     \consists "Grid_point_engraver"
633     gridInterval = #(ly:make-moment 1/4)
634   }
635   \context {
636     \Score
637     \consists "Grid_line_span_engraver"
638   }
639 }
640
641 \score {
642   \new ChoirStaff <<
643     \new Staff \relative c'' {
644       \stemUp
645       c4. d8 e8 f g4
646     }
647     \new Staff \relative c {
648       \clef bass
649       \stemDown
650       c4 g' f e
651     }
652   >>
653 }
654 @end lilypond
655
656 @snippets
657
658 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
659 {grid-lines--changing-their-appearance.ly}
660
661 @seealso
662 コード断片集:
663 @rlsr{Editorial annotations}
664
665 内部リファレンス:
666 @rinternals{Grid_line_span_engraver},
667 @rinternals{Grid_point_engraver},
668 @rinternals{GridLine},
669 @rinternals{GridPoint},
670 @rinternals{grid-line-interface},
671 @rinternals{grid-point-interface}.
672
673
674 @node 分析の囲み
675 @unnumberedsubsubsec 分析の囲み
676 @translationof Analysis brackets
677
678 @cindex brackets (囲み、角括弧)
679 @cindex bracket, phrasing (プレージングの囲み)
680 @cindex phrasing bracket (プレージングの囲み)
681 @cindex musicological analysis (音楽学的分析)
682 @cindex analysis, musicologica (音楽学的分析)l
683 @cindex note grouping bracket (音符グループ化囲み)
684 @cindex horizontal bracket (水平の囲み)
685 @cindex bracket, horizontal (水平の囲み)
686
687 @funindex Horizontal_bracket_engraver
688 @funindex \startGroup
689 @funindex startGroup
690 @funindex \stopGroup
691 @funindex stopGroup
692
693 音楽分析では、囲みを使って楽曲の構造を示します。@c
694 シンプルな水平な囲みがサポートされています。
695
696 @lilypond[verbatim,quote]
697 \layout {
698   \context {
699     \Voice
700     \consists "Horizontal_bracket_engraver"
701   }
702 }
703 \relative {
704   c''2\startGroup
705   d\stopGroup
706 }
707 @end lilypond
708
709 Analysis brackets may be nested.
710
711 @lilypond[verbatim,quote]
712 \layout {
713   \context {
714     \Voice
715     \consists "Horizontal_bracket_engraver"
716   }
717 }
718 \relative {
719   c''4\startGroup\startGroup
720   d4\stopGroup
721   e4\startGroup
722   d4\stopGroup\stopGroup
723 }
724 @end lilypond
725
726 @seealso
727 コード断片集:
728 @rlsr{Editorial annotations}
729
730 内部リファレンス:
731 @rinternals{Horizontal_bracket_engraver},
732 @rinternals{HorizontalBracket},
733 @rinternals{horizontal-bracket-interface},
734 @rinternals{Staff}