]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/notation/expressive.itely
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / ja / notation / expressive.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2 @ignore
3     Translation of GIT committish: fe4f33aca60ea7c58bc9196eac43b4acca1d4437
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.14.0"
10
11
12 @c Translators: Yoshiki Sawada
13 @c Translation status: post-GDP
14
15
16 @node 発想記号
17 @section 発想記号
18 @translationof Expressive marks
19
20 @lilypondfile[quote]{expressive-headword.ly}
21
22 このセクションでは楽譜の中で作成可能なさまざまな発想記号をリストアップします。
23
24 @menu
25 * 音符に付けられる発想記号::
26 * 曲線の発想記号::
27 * 直線の発想記号::
28 @end menu
29
30
31 @node 音符に付けられる発想記号
32 @subsection 音符に付けられる発想記号
33 @translationof Expressive marks attached to notes
34
35 このセクションでは、音符に添付される発想記号を作成する方法について説明します。@c
36 音符に添付される発想記号には以下のものがあります:
37 アーティキュレーション、装飾、強弱記号。@c
38 新たに強弱記号を作成する方法についても議論します。
39
40
41 @menu
42 * アーティキュレーションと装飾::
43 * 強弱記号::
44 * 新たな強弱記号::
45 @end menu
46
47
48 @node アーティキュレーションと装飾
49 @unnumberedsubsubsec アーティキュレーションと装飾
50 @translationof Articulations and ornamentations
51
52 @cindex articulations (アーティキュレーション)
53 @cindex ornamentation (装飾)
54 @cindex scripts (スクリプト)
55 @cindex ornaments (装飾)
56 @cindex espressivo (表現的な)
57 @cindex fermata (フェルマータ)
58 @cindex upbow (アップボー、上弓)
59 @cindex downbow (ダウンボー、下弓)
60 @cindex foot marks (フット マーク、足記号)
61 @cindex organ pedal marks (オルガン ペダル記号)
62 @cindex pedal marks, organ (オルガン ペダル記号)
63 @cindex turn (ターン)
64 @cindex open (オープン)
65 @c 未訳
66 @cindex stopped
67 @c フラジョレット: 六孔の縦笛
68 @cindex flageolet (フラジョレット)
69 @cindex reverseturn (逆ターン)
70 @cindex trill (トリル)
71 @cindex prall (プラル)
72 @cindex mordent (モルデント)
73 @cindex prallprall (プラルプラル)
74 @cindex prallmordent (プラルモルデント)
75 @cindex prall, up (アップ プラル)
76 @cindex prall, down (ダウン プラル)
77 @cindex thumb marking
78 @cindex segno (セーニョ)
79 @cindex coda (コーダ)
80 @c 未訳
81 @cindex varcoda
82
83 @funindex \accent
84 @funindex \marcato
85 @funindex \staccatissimo
86 @funindex \espressivo
87 @funindex \staccato
88 @funindex \tenuto
89 @funindex \portato
90 @funindex \upbow
91 @funindex \downbow
92 @funindex \flageolet
93 @funindex \thumb
94 @funindex \lheel
95 @funindex \rheel
96 @funindex \ltoe
97 @funindex \rtoe
98 @funindex \open
99 @funindex \halfopen
100 @funindex \stopped
101 @funindex \snappizzicato
102 @funindex \turn
103 @funindex \reverseturn
104 @funindex \trill
105 @funindex \prall
106 @funindex \mordent
107 @funindex \prallprall
108 @funindex \prallmordent
109 @funindex \upprall
110 @funindex \downprall
111 @funindex \upmordent
112 @funindex \downmordent
113 @funindex \pralldown
114 @funindex \prallup
115 @funindex \lineprall
116 @funindex \signumcongruentiae
117 @funindex \shortfermata
118 @funindex \fermata
119 @funindex \longfermata
120 @funindex \verylongfermata
121 @funindex \fermataMarkup
122 @funindex \segno
123 @funindex \coda
124 @funindex \varcoda
125
126
127 @funindex -
128
129
130 アーティキュレーション、装飾音それに他の演奏指示を表すさまざまな記号は@c
131 以下の構文を用いて音符に付けることができます:
132
133 @example
134 @var{note}\@var{name}
135 @end example
136
137 @code{@var{name}} に対してとり得る値は
138 @ref{List of articulations} でリストアップしています。@c
139 例えば:
140
141 @lilypond[verbatim,quote,relative=2]
142 c4\staccato c\mordent b2\turn
143 c1\fermata
144 @end lilypond
145
146 @cindex marcato (マルカート)
147 @cindex tenuto (テヌート)
148 @cindex staccatissimo (スタッカーティシモ)
149 @cindex accent (アクセント)
150 @cindex staccato (スタッカート)
151 @cindex portato (ポルタート)
152
153 これらのアーティキュレーションのいくつかはより容易に入力できるよう@c
154 短縮記法を持っています。@c
155 短縮記法は音符名の後ろに付けられ、ダッシュ @code{-} と@c
156 それに続くアーティキュレーションを表す記号から成ります。@c
157 あらかじめ定義されている短縮記法は以下のアーティキュレーションです:
158 @notation{marcato}, @notation{stopped}, @notation{tenuto},
159 @notation{staccatissimo}, @notation{accent}, @notation{staccato}
160 それに @notation{portato}。@c
161 これらの出力は以下のように表示されます:
162
163 @lilypond[verbatim,quote,relative=2]
164 c4-^  c-+  c--  c-|
165 c4->  c-.  c2-_
166 @end lilypond
167
168 アーティキュレーションのデフォルトの配置規則は@c
169 ファイル @file{scm/@/script@/.scm} で定義されています。@c
170 アーティキュレーションと装飾は手動で譜の上または下に配置されることもあります
171 -- @ref{Direction and placement} を参照してください。
172
173 アーティキュレーションは @code{Script} オブジェクトです。@c
174 これらのプロパティについて @rinternals{Script} に説明があります。
175
176 アーティキュレーションは音符と同様に休符に付けることもできますが、@c
177 複数小節の休符に付けることはできません。@c
178 特殊な定義済みコマンド @code{\fermataMarkup} は複数小節の休符に付ける@c
179 ことができます (複数小節の休符にだけ付けることができます)。@c
180 このコマンドは @code{MultiMeasureRestText} オブジェクトを作成します。
181
182 @lilypond[verbatim,quote,relative=2]
183 \override Script #'color = #red
184 \override MultiMeasureRestText #'color = #blue
185 a2\fermata r\fermata
186 R1\fermataMarkup
187 @end lilypond
188
189 アーティキュレーションに加えて、テキストとマークアップを音符に付けることができます。@c
190 @ref{Text scripts} を参照してください。
191
192 音符につけられる Script と TextScript の配置順序についての更なる情報は、@c
193 @rlearning{オブジェクトの配置} を参照してください。
194
195 @snippets
196
197 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
198 {modifying-default-values-for-articulation-shorthand-notation.ly}
199
200 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
201 {controlling-the-vertical-ordering-of-scripts.ly}
202
203 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
204 {creating-a-delayed-turn.ly}
205
206 @seealso
207 音楽用語集:
208 @rglos{tenuto},
209 @rglos{accent},
210 @rglos{staccato},
211 @rglos{portato}
212
213 記譜法リファレンス:
214 @ref{Direction and placement},
215 @ref{List of articulations},
216 @ref{トリル}
217
218 インストールされているファイル:
219 @file{scm/@/script@/.scm}
220
221 コード断片集:
222 @rlsrnamed{Expressive marks,発想記号}
223
224 内部リファレンス:
225 @rinternals{Script},
226 @rinternals{TextScript}
227
228
229 @node 強弱記号
230 @unnumberedsubsubsec 強弱記号
231 @translationof Dynamics
232
233 @cindex absolute dynamics (絶対強弱記号)
234 @cindex dynamics (強弱記号)
235 @cindex dynamics, absolute (絶対強弱記号)
236
237 @funindex \ppppp
238 @funindex ppppp
239 @funindex \pppp
240 @funindex pppp
241 @funindex \ppp
242 @funindex ppp
243 @funindex \pp
244 @funindex pp
245 @funindex \p
246 @funindex p
247 @funindex \mp
248 @funindex mp
249 @funindex \mf
250 @funindex mf
251 @funindex \f
252 @funindex f
253 @funindex \ff
254 @funindex ff
255 @funindex \fff
256 @funindex fff
257 @funindex \ffff
258 @funindex ffff
259 @funindex \fffff
260 @funindex fffff
261 @funindex \fp
262 @funindex fp
263 @funindex \sf
264 @funindex sf
265 @funindex \sff
266 @funindex sff
267 @funindex \sp
268 @funindex sp
269 @funindex \spp
270 @funindex spp
271 @funindex \sfz
272 @funindex sfz
273 @funindex \rfz
274 @funindex rfz
275
276 絶対強弱記号は音符の後にコマンドを用いて
277 -- @code{c4\ff} などのように
278 -- 指定します。
279 利用可能な強弱記号は
280 @code{\ppppp}, @code{\pppp}, @code{\ppp}, @code{\pp}, @code{\p},
281 @code{\mp}, @code{\mf}, @code{\f}, @code{\ff}, @code{\fff},
282 @code{\ffff}, @code{\fffff}, @code{\fp}, @code{\sf}, @code{\sff},
283 @code{\sp}, @code{\spp}, @code{\sfz}, それに @code{\rfz} です。
284 強弱記号を手動で譜の上または下に配置することもできます --
285 @ref{Direction and placement} を参照してください。
286
287 @lilypond[verbatim,quote,relative=2]
288 c2\ppp c\mp
289 c2\rfz c^\mf
290 c2_\spp c^\ff
291 @end lilypond
292
293 @c 保留
294 @cindex hairpin (ヘアピン)
295 @cindex crescendo (クレッシェンド)
296 @cindex decrescendo (デクレッシェンド)
297 @cindex diminuendo (ディミヌエンド)
298
299 @funindex \<
300 @funindex \>
301 @funindex \!
302 @funindex \cr
303 @funindex cr
304 @funindex \decr
305 @funindex decr
306
307 @notation{クレッシェンド} 記号は @code{\<} で始まり、@code{\!}、@c
308 絶対強弱記号あるいは追加のクレッシェンド記号またはデクレッシェンド記号で@c
309 終わります。@c
310 @notation{デクレッシェンド} 記号は @code{\>} で始まり、@code{\!}、@c
311 絶対強弱記号あるいは次のクレッシェンド記号またはデクレッシェンド記号で@c
312 終わります。@c
313 @code{\cr} と @code{\decr} を @code{\<} と @code{\>} の代わりに@c
314 用いる場合もあります。@c
315 この記譜法を用いるとデフォルトでは @notation{ヘアピン} が譜刻されます。
316
317 @lilypond[verbatim,quote,relative=2]
318 c2\< c\!
319 d2\< d\f
320 e2\< e\>
321 f2\> f\!
322 e2\> e\mp
323 d2\> d\>
324 c1\!
325 @end lilypond
326
327 @code{\!} で終了するヘアピンは、@c
328 @code{\!} が割り当てられた音符の右端で終了します。@c
329 次の @notation{クレッシェンド} または @notation{デクレッシェンド} 記号の@c
330 開始によってヘアピンが終了する場合、@c
331 そのヘアピンは次の @code{\<} または @code{\>} が割り当てられた@c
332 音符の中央で終了します。@c
333 次のへアピンは、通常通りに音符の左端で始まる代わりに、右端から始まります。
334
335 @lilypond[verbatim,quote,relative=2]
336 c1\< | c4 a c\< a | c4 a c\! a\< | c4 a c a\!
337 @end lilypond
338
339 @code{\!} の代わりに絶対強弱記号で終了するヘアピも同じように譜刻されます。@c
340 しかしながら、絶対強弱記号の幅によってヘアピンの終了点は変わります。
341
342 @lilypond[verbatim,quote,relative=2]
343 c1\< | c4 a c\mf a | c1\< | c4 a c\ffff a
344 @end lilypond
345
346 @cindex multiple dynamic marks on one note (1 つの音符に複数の強弱記号をつける)
347 @cindex dynamic marks, multiple on one note (1 つの音符に複数の強弱記号をつける)
348 1 つの音符に複数の記号を譜刻するには、空白休符を用いる必要があります。@c
349 これは特に、同じ音符に @notation{クレッシェンド} と @notation{デクレッシェンド}
350 を付ける場合に有用です。
351
352 @lilypond[verbatim,quote,relative=2]
353 c4\< c\! d\> e\!
354 << f1 { s4 s4\< s4\> s4\! } >>
355 @end lilypond
356
357 @cindex espressivo articulation (表現的なアーティキュレーション)
358
359 @funindex \espressivo
360 @funindex espressivo
361
362 @code{\espressivo} コマンドを用いて、同じ音符にクレッシェンドとデクレッシェンドを@c
363 付けることができます。@c
364 しかしながら、これは強弱記号ではなくアーティキュレーションとして実装されている@c
365 ということに注意してください。
366
367 @lilypond[verbatim,quote,relative=2]
368 c2 b4 a
369 g1\espressivo
370 @end lilypond
371
372
373 @funindex \cresc
374 @funindex cresc
375 @funindex \decresc
376 @funindex decresc
377 @funindex \dim
378 @funindex dim
379 テキストのクレッシェンド記号は @code{\cresc} で開始します。@c
380 テキストのデクレッシェンド記号は @code{\decresc} または
381 @code{\dim} で開始します。@c
382 必要に応じて延長線が譜刻されます。
383
384 @lilypond[verbatim,quote,relative=2]
385 g8\cresc a b c b c d e\mf |
386 f8\decresc e d c e\> d c b |
387 a1\dim ~ |
388 a2. r4\! |
389 @end lilypond
390
391 @funindex \crescTextCresc
392 @funindex crescTextCresc
393 @funindex \dimTextDecresc
394 @funindex dimTextDecresc
395 @funindex \dimTextDecr
396 @funindex dimTextDecr
397 @funindex \dimTextDim
398 @funindex dimTextDim
399 @funindex \crescHairpin
400 @funindex crescHairpin
401 @funindex \dimHairpin
402 @funindex dimHairpin
403
404 強弱のテキスト符号の変更でヘアピンを置換することもできます:
405 @lilypond[verbatim,quote,relative=2]
406 \crescTextCresc
407 c4\< d e f\! |
408 \dimTextDecresc
409 g4\> e d c\! |
410 \dimTextDecr
411 e4\> d c b\! |
412 \dimTextDim
413 d4\> c b a\! |
414 \crescHairpin
415 \dimHairpin
416 c4\< d\! e\> d\! |
417 @end lilypond
418
419 新たに絶対強弱記号や強弱に対応させるテキストを作成するには、@c
420 @ref{新たな強弱記号} を参照してください。
421
422 @cindex dynamics, vertical positioning (強弱記号の垂直方向の位置)
423 @cindex vertical positioning of dynamics (強弱記号の垂直方向の位置)
424
425 @funindex DynamicLineSpanner
426
427
428 強弱記号の垂直方向の位置は
429 @rinternals{DynamicLineSpanner} によって処理されます。
430 @funindex \dynamicUp
431 @funindex dynamicUp
432 @funindex \dynamicDown
433 @funindex dynamicDown
434 @funindex \dynamicNeutral
435 @funindex dynamicNeutral
436
437 @code{Dynamics} を用いて水平線上に強弱記号を譜刻することができます。@c
438 タイミングを示すために空白休符を使用します。@c
439 (@code{Dynamics} コンテキスト内の音符は音楽的時間を取りますが、@c
440 譜刻されません。)@c
441 @code{Dynamics} コンテキストはテキスト スクリプト、テキスト スパナ、@c
442 ピアノ ペダル記号などを保持することができ、有用です。
443
444 @lilypond[verbatim,quote]
445 <<
446   \new Staff \relative c' {
447     c2 d4 e |
448     c4 e e,2 |
449     g'4 a g a |
450     c1 |
451   }
452   \new Dynamics {
453     s1\< |
454     s1\f |
455     s2\dim s2-"rit." |
456     s1\p |
457   }
458 >>
459 @end lilypond
460
461 @predefined
462 @code{\dynamicUp},
463 @code{\dynamicDown},
464 @code{\dynamicNeutral},
465 @code{\crescTextCresc},
466 @code{\dimTextDim},
467 @code{\dimTextDecr},
468 @code{\dimTextDecresc},
469 @code{\crescHairpin},
470 @code{\dimHairpin}
471 @endpredefined
472
473
474 @snippets
475
476 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
477 {setting-hairpin-behavior-at-bar-lines.ly}
478
479 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
480 {setting-the-minimum-length-of-hairpins.ly}
481
482 @c 未訳
483 @cindex al niente (アル ニエンテ)
484 @cindex niente, al (アル ニエンテ)
485
486 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
487 {printing-hairpins-using-al-niente-notation.ly}
488
489 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
490 {vertically-aligned-dynamics-and-textscripts.ly}
491
492 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
493 {hiding-the-extender-line-for-text-dynamics.ly}
494
495 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
496 {changing-text-and-spanner-styles-for-text-dynamics.ly}
497
498
499 @seealso
500 音楽用語集:
501 @rglos{al niente},
502 @rglos{crescendo},
503 @rglos{decrescendo},
504 @rglos{hairpin}
505
506 学習マニュアル:
507 @rlearning{アーティキュレーションと強弱記号}
508
509 記譜法リファレンス:
510 @ref{Direction and placement},
511 @ref{新たな強弱記号},
512 @ref{What goes into the MIDI output?},
513 @ref{Controlling MIDI dynamics}
514
515 コード断片集:
516 @rlsrnamed{Expressive marks,発想記号}
517
518 内部リファレンス:
519 @rinternals{DynamicText},
520 @rinternals{Hairpin},
521 @rinternals{DynamicLineSpanner},
522 @rinternals{Dynamics}
523
524
525 @node 新たな強弱記号
526 @unnumberedsubsubsec 新たな強弱記号
527 @translationof New dynamic marks
528
529 @cindex new dynamic marks (新たな強弱記号)
530 @cindex dynamic marks, new (新たな強弱記号)
531
532 強弱記号を作成する最も容易な方法は、@c
533 @code{\markup} オブジェクトを使用することです。
534
535 @lilypond[verbatim,quote]
536 moltoF = \markup { molto \dynamic f }
537
538 \relative c' {
539   <d e>16_\moltoF <d e>
540   <d e>2..
541 }
542 @end lilypond
543
544 @cindex dynamics, editorial (注釈の強弱記号)
545 @cindex dynamics, parenthesis (括弧の強弱記号)
546 @cindex editorial dynamics (注釈の強弱記号)
547 @funindex \bracket
548 @funindex bracket
549 @funindex \dynamic
550 @funindex dynamic
551
552 マークアップ モードでは、@c
553 注釈の強弱記号 (括弧や角括弧で囲まれます) を作成することができます。@c
554 マークアップ モードの構文は @ref{Formatting text} で記述されています。
555
556 @lilypond[verbatim,quote]
557 roundF = \markup {
558     \center-align \concat { \bold { \italic ( }
559            \dynamic f \bold { \italic ) } } }
560 boxF = \markup { \bracket { \dynamic f } }
561 \relative c' {
562   c1_\roundF
563   c1_\boxF
564 }
565 @end lilypond
566
567 @cindex make-dynamic-script
568 @funindex make-dynamic-script
569
570 単純に中央揃えの強弱記号は @code{make-dynamic-script} 関数を用いて@c
571 簡単に作成できます。@c
572
573 @lilypond[verbatim,quote]
574 sfzp = #(make-dynamic-script "sfzp")
575 \relative c' {
576   c4 c c\sfzp c
577 }
578 @end lilypond
579
580 一般に、@code{make-dynamic-script} は引数として@c
581 何らかのマークアップ オブジェクトをとります。@c
582 強弱記号のフォントに含まれる文字は @code{f,m,p,r,s} それに @code{z} だけです。@c
583 このため、テキストや句読点を含む強弱記号を必要とする場合、@c
584 フォント ファミリとフォント エンコーディングを通常のテキストに戻すための@c
585 マークアップ コマンド
586 -- 例えば @code{\normal-text} -- を用いる必要があります。@c
587 通常のマークアップの代わりに @code{make-dynamic-script} を用いる利点は、@c
588 同じ符頭に付けられるマークアップ オブジェクトとヘアピンが垂直方向に揃うことを@c
589 保証されている点にあります。
590
591 @lilypond[verbatim,quote]
592 roundF = \markup { \center-align \concat {
593            \normal-text { \bold { \italic ( } }
594            \dynamic f
595            \normal-text { \bold { \italic ) } } } }
596 boxF = \markup { \bracket { \dynamic f } }
597 mfEspress = \markup { \center-align \line {
598               \hspace #3.7 mf \normal-text \italic espress. } }
599 roundFdynamic = #(make-dynamic-script roundF)
600 boxFdynamic = #(make-dynamic-script boxF)
601 mfEspressDynamic = #(make-dynamic-script mfEspress)
602 \relative c' {
603   c4_\roundFdynamic\< d e f
604   g,1~_\boxFdynamic\>
605   g1
606   g'1~\mfEspressDynamic
607   g1
608 }
609 @end lilypond
610
611 Scheme 形式のマークアップ モードを用いることもできます。@c
612 マークアップ Scheme の構文は @rextend{Markup construction in Scheme} で@c
613 説明されています。
614
615 @lilypond[verbatim,quote]
616 moltoF = #(make-dynamic-script
617             (markup #:normal-text "molto"
618                     #:dynamic "f"))
619 \relative c' {
620   <d e>16 <d e>
621   <d e>2..\moltoF
622 }
623 @end lilypond
624
625 マークアップ モードでのフォント設定は
626 @ref{Selecting font and font size} で記述されています。
627
628
629 @seealso
630 記譜法リファレンス:
631 @ref{Formatting text},
632 @ref{Selecting font and font size},
633 @ref{What goes into the MIDI output?},
634 @ref{Controlling MIDI dynamics}
635
636 コード断片集:
637 @rlsrnamed{Expressive marks,発想記号}
638
639
640 @node 曲線の発想記号
641 @subsection 曲線の発想記号
642 @translationof Expressive marks as curves
643
644 @c 未訳
645 このセクションでは曲線を持つさまざまな発想記号
646 -- 通常のスラー、フレージング スラー、ブレス記号、Fall それに Doit --
647 を作成する方法について説明します。
648
649 @menu
650 * スラー::
651 * フレージング スラー::
652 * ブレス記号::
653 * Fall と Doit::
654 @end menu
655
656 @node スラー
657 @unnumberedsubsubsec スラー
658 @translationof Slurs
659
660 @cindex slurs (スラー)
661
662 @notation{スラー} は括弧を用いて入力します:
663
664 @warning{多声音楽では、@c
665 スラーが始まったボイスでそのスラーを終わらせる必要があります。}
666
667 @lilypond[verbatim,quote,relative=2]
668 f4( g a) a8 b(
669 a4 g2 f4)
670 <c e>2( <b d>2)
671 @end lilypond
672
673 @cindex slurs, manual placement (手動でスラーを配置する)
674 @cindex slurs, below notes (音符の下にスラーを配置する)
675 @cindex slurs, above notes (音符の上にスラーを配置する)
676 @funindex \slurDown
677 @funindex slurDown
678 @funindex \slurNeutral
679 @funindex slurNeutral
680
681 スラーを手動で音符の上または下に配置することができます。@c
682 @ref{Direction and placement} を参照してください。
683
684 @cindex phrasing slur (フレージング スラー)
685 @cindex multiple slurs (多重スラー)
686 @cindex simultaneous slurs (同時進行のスラー)
687 @cindex slur, phrasing (フレージング スラー)
688 @cindex slurs, multiple (多重スラー)
689 @cindex slurs, simultaneous (同時進行のスラー)
690
691 同時進行または重なり合うスラーは許可されません。@c
692 しかしながら、フレージング スラーはスラーと重なり合うことができます。@c
693 これにより、2 つのスラーを同時に譜刻することができます。@c
694 詳細は @ref{フレージング スラー} を参照してください。
695
696 @cindex slur style (スラーのスタイル)
697 @cindex solid slur (実線のスラー)
698 @cindex dotted slur (点線のスラー)
699 @cindex dashed slur (破線のスラー)
700 @cindex sytle, slur (スラーのスタイル)
701 @cindex slur, solid (実線のスラー)
702 @cindex slur, dotted (点線のスラー)
703 @cindex slur, dashed (破線のスラー)
704 @cindex style, slur (スラーのスタイル)
705 @funindex \slurDashed
706 @funindex slurDashed
707 @funindex \slurDotted
708 @funindex slurDotted
709 @funindex \slurSolid
710 @funindex slurSolid
711
712 スラーは実線、点線あるいは破線のどれかになります。@c
713 実線がスラーのデフォルト スタイルです:
714
715 @lilypond[verbatim,quote,relative=1]
716 c4( e g2)
717 \slurDashed
718 g4( e c2)
719 \slurDotted
720 c4( e g2)
721 \slurSolid
722 g4( e c2)
723 @end lilypond
724
725 @funindex \slurHalfDashed
726 @funindex slurHalfDashed
727 @funindex \slurHalfSolid
728 @funindex slurHalfSolid
729 @cindex slur, half dashed and half solid (半分が破線で半分が実線のスラー)
730
731 スラーの半分を破線 (前半を破線、後半を実線) にする、あるいは、@c
732 半分を実線 (前半を実線、後半を破線) にすることもできます:
733
734 @lilypond[verbatim,quote,relative=1]
735 c4( e g2)
736 \slurHalfDashed
737 g4( e c2)
738 \slurHalfSolid
739 c4( e g2)
740 \slurSolid
741 g4( e c2)
742 @end lilypond
743
744 @funindex \slurDashPattern
745 @funindex slurDashPattern
746 @cindex slur, defining dash patterns (スラーの破線パターンを定義する)
747
748 スラーの破線パターンを定義することができます:
749
750 @lilypond[verbatim,quote,relative=1]
751 c4( e g2)
752 \slurDashPattern #0.7 #0.75
753 g4( e c2)
754 \slurDashPattern #0.5 #2.0
755 c4( e g2)
756 \slurSolid
757 g4( e c2)
758 @end lilypond
759
760
761
762 @funindex \slurUp
763 @funindex slurUp
764
765
766 @predefined
767 @code{\slurUp},
768 @code{\slurDown},
769 @code{\slurNeutral},
770 @code{\slurDashed},
771 @code{\slurDotted},
772 @code{\slurHalfDashed},
773 @code{\slurHalfSolid},
774 @code{\slurDashPattern},
775 @code{\slurSolid}
776 @endpredefined
777
778
779 @snippets
780
781 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
782 {using-double-slurs-for-legato-chords.ly}
783
784 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
785 {positioning-text-markups-inside-slurs.ly}
786
787 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
788 {making-slurs-with-complex-dash-structure.ly}
789
790 @seealso
791 音楽用語集:
792 @rglos{slur}
793
794 学習マニュアル:
795 @rlearning{ネストされない括弧とタイ}
796
797 記譜法リファレンス:
798 @ref{Direction and placement},
799 @ref{フレージング スラー}
800
801 コード断片集:
802 @rlsrnamed{Expressive marks,発想記号}
803
804 内部リファレンス:
805 @rinternals{Slur}
806
807
808 @node フレージング スラー
809 @unnumberedsubsubsec フレージング スラー
810 @translationof Phrasing slurs
811
812 @cindex phrasing slurs (フレージング スラー)
813 @cindex phrasing marks (フレーズ記号)
814 @cindex slur, phrasing (フレージング スラー)
815 @cindex mark, phrasing (フレーズ記号)
816 @funindex \(
817 @funindex \)
818
819 音楽センテンスを示す @notation{フレージング スラー} (またはフレーズ記号) は@c
820 コマンド @code{\(} と @code{\)} を用いて記述します:
821
822 @lilypond[verbatim,quote,relative=2]
823 c4\( d( e) f(
824 e2) d\)
825 @end lilypond
826
827 @funindex \phrasingSlurUp
828 @funindex phrasingSlurUp
829 @funindex \phrasingSlurDown
830 @funindex phrasingSlurDown
831 @funindex \phrasingSlurNeutral
832 @funindex phrasingSlurNeutral
833
834 印刷の上では、フレージング スラーは通常のスラーとほとんど同じです。@c
835 しかしながら、それぞれ異なるオブジェクトとして取り扱われます。@c
836 @code{\slurUp} はフレージング スラーには影響を与えません。@c
837 フレージング スラーを手動で音符の上または下に配置することができます。@c
838 @ref{Direction and placement} を参照してください。
839
840 @cindex simultaneous phrasing slurs (同時進行のフレージング スラー)
841 @cindex multiple phrasing slurs (多重フレージング スラー)
842 @cindex slurs, simultaneous phrasing (同時進行のフレージング スラー)
843 @cindex slurs, multiple phrasing (多重フレージング スラー)
844 @cindex phrasing slurs, simultaneous (同時進行のフレージング スラー)
845 @cindex phrasing slurs, multiple (多重フレージング スラー)
846
847 同時進行あるいは重なり合うフレージング スラーは許可されません。
848
849 @funindex phrasingSlurDashed
850 @funindex \phrasingSlurDashed
851 @funindex \phrasingSlurDotted
852 @funindex phrasingSlurDotted
853 @funindex \phrasingSlurSolid
854 @funindex phrasingSlurSolid
855 @cindex phrasing slur, dashed (破線のフレージング スラー)
856 @cindex dashed phrasing slur (破線のフレージング スラー)
857 @cindex phrasing slur, dotted (点線のフレージング スラー)
858 @cindex dotted phrasing slurs (点線のフレージング スラー)
859 @cindex slur, dashed phrasing (破線のフレージング スラー)
860 @cindex slur, dotted phrasing (点線のフレージング スラー)
861
862 フレージング スラーを実線、点線あるいは破線にすることができます。@c
863 実線がフレージング スラーのデフォルト スタイルです:
864
865 @lilypond[verbatim,quote,relative=1]
866 c4\( e g2\)
867 \phrasingSlurDashed
868 g4\( e c2\)
869 \phrasingSlurDotted
870 c4\( e g2\)
871 \phrasingSlurSolid
872 g4\( e c2\)
873 @end lilypond
874
875 @funindex phrasingSlurHalfDashed
876 @funindex \phrasingSlurHalfDashed
877 @funindex \phrasingSlurHalfSolid
878 @funindex phrasingSlurHalfSolid
879 @cindex phrasing slur, half solid and half dashed (半分が実線で半分が破線のフレージング スラー)
880 @cindex slur, half solid and half dashed phrasing (半分が実線で半分が破線のフレージング スラー)
881
882 フレージング スラーの半分を破線 (前半を破線、後半を実線) にする、あるいは、@c
883 半分を実線 (前半を実線、後半を破線) にすることもできます:
884
885 @lilypond[verbatim,quote,relative=1]
886 c4\( e g2\)
887 \phrasingSlurHalfDashed
888 g4\( e c2\)
889 \phrasingSlurHalfSolid
890 c4\( e g2\)
891 \phrasingSlurSolid
892 g4\( e c2\)
893 @end lilypond
894
895 @funindex \phrasingSlurDashPattern
896 @funindex phrasingSlurDashPattern
897 @cindex phrasing slur, defining dash patterns
898 @cindex slur, phrasing, defining dash patterns (フレージング スラーの破線パターンを定義する)
899 @cindex slur, defining dash patterns for phrasing (フレージング スラーの破線パターンを定義する)
900
901 フレージング スラーの破線パターンを定義することができます:
902
903 @lilypond[verbatim,quote,relative=1]
904 c4\( e g2\)
905 \phrasingSlurDashPattern #0.7 #0.75
906 g4\( e c2\)
907 \phrasingSlurDashPattern #0.5 #2.0
908 c4\( e g2\)
909 \phrasingSlurSolid
910 g4\( e c2\)
911 @end lilypond
912
913 フレージング スラーに対する破線パターンの定義は、@c
914 スラーに対する破線パターンの定義と同じ構造をとります。@c
915 複雑な破線パターンについての更なる情報は、@c
916 @ref{スラー} のコード断片集を参照してください。
917
918 @predefined
919 @code{\phrasingSlurUp},
920 @code{\phrasingSlurDown},
921 @code{\phrasingSlurNeutral},
922 @code{\phrasingSlurDashed},
923 @code{\phrasingSlurDotted},
924 @code{\phrasingSlurHalfDashed},
925 @code{\phrasingSlurHalfSolid},
926 @code{\phrasingSlurDashPattern},
927 @code{\phrasingSlurSolid}
928 @endpredefined
929
930
931 @seealso
932 学習マニュアル:
933 @rlearning{ネストされない括弧とタイ}
934
935 記譜法リファレンス:
936 @ref{Direction and placement},
937 @ref{スラー}
938
939 コード断片集:
940 @rlsrnamed{Expressive marks,発想記号}
941
942 内部リファレンス:
943 @rinternals{PhrasingSlur}
944
945
946 @node ブレス記号
947 @unnumberedsubsubsec ブレス記号
948 @translationof Breath marks
949
950 @cindex breath marks (ブレス記号)
951 @cindex pause mark (休止記号)
952 @funindex \breathe
953 @funindex breathe
954
955 ブレス記号は @code{\breathe} を用いて入力します:
956
957 @lilypond[verbatim,quote,relative=2]
958 c2. \breathe d4
959 @end lilypond
960
961 ブレス記号は自動連桁を終わらせます。@c
962 この振る舞いをオーバライドする方法は、@ref{手動連桁} を参照してください。
963
964 @lilypond[verbatim,quote,relative=2]
965 c8 \breathe d e f g2
966 @end lilypond
967
968 @c 保留
969 古代記譜法でのブレス記号の音楽指示子 --
970 divisiones (ディビジョン: 区切り) がサポートされています。@c
971 詳細は @ref{Divisiones} を参照してください。
972
973
974 @snippets
975
976 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
977 {changing-the-breath-mark-symbol.ly}
978
979 @c 未訳
980 @cindex caesura
981 @cindex railroad tracks
982
983 @c 未訳
984 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
985 {inserting-a-caesura.ly}
986
987
988 @seealso
989 音楽用語集:
990 @rglos{caesura}
991
992 記譜法リファレンス:
993 @ref{Divisiones}
994
995 コード断片集:
996 @rlsrnamed{Expressive marks,発想記号}
997
998 内部リファレンス:
999 @rinternals{BreathingEvent},
1000 @rinternals{BreathingSign},
1001 @rinternals{Breathing_sign_engraver}
1002
1003
1004 @node Fall と Doit
1005 @unnumberedsubsubsec Fall と Doit
1006 @translationof Falls and doits
1007
1008 @cindex falls (Fall)
1009 @cindex doits (Doit)
1010 @funindex \bendAfter
1011 @funindex bendAfter
1012
1013 @code{\bendAfter} コマンドを用いて、@c
1014 @notation{Fall} と @notation{Doit} 音符にを付け加えることができます。@c
1015 Fall あるいは Doit の向きはプラスあるいはマイナス (上あるいは下) で示します。@c
1016 指示の数は Fall あるいは Doit の主音符を展開させるピッチの幅を示します。
1017
1018 @lilypond[verbatim,quote,relative=2]
1019 c2-\bendAfter #+4
1020 c2-\bendAfter #-4
1021 c2-\bendAfter #+8
1022 c2-\bendAfter #-8
1023 @end lilypond
1024
1025 Fall と Doit を記述する際、@c
1026 @code{\bendAfter} コマンドの直前にダッシュ @code{-} を置く必要があります。
1027
1028 @snippets
1029
1030 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1031 {adjusting-the-shape-of-falls-and-doits.ly}
1032
1033
1034 @seealso
1035 音楽用語集:
1036 @rglos{fall},
1037 @rglos{doit}
1038
1039 コード断片集:
1040 @rlsrnamed{Expressive marks,発想記号}
1041
1042
1043 @node 直線の発想記号
1044 @subsection 直線の発想記号
1045 @translationof Expressive marks as lines
1046
1047 このセクションでは直線的な軌道をとるさまざまな発想記号 --
1048 グリッサンド、アルペジオそれにトリル -- を作成する方法について説明します。
1049
1050 @menu
1051 * グリッサンド::
1052 * アルペジオ::
1053 * トリル::
1054 @end menu
1055
1056 @node グリッサンド
1057 @unnumberedsubsubsec グリッサンド
1058 @translationof Glissando
1059
1060 @cindex glissando (グリッサンド)
1061 @funindex \glissando
1062 @funindex glissando
1063
1064 @notation{グリッサンド} は音符に @code{\glissando} を付けることによって@c
1065 作成されます:
1066
1067 @lilypond[verbatim,quote,relative=2]
1068 g2\glissando g'
1069 c2\glissando c,
1070 @end lilypond
1071
1072 異なるスタイルのグリッサンドを作成することもできます。@c
1073 詳細は @ref{Line styles} を参照してください。
1074
1075 @snippets
1076
1077 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1078 {contemporary-glissando.ly}
1079
1080
1081 @seealso
1082 音楽用語集:
1083 @rglos{glissando}
1084
1085 記譜法リファレンス:
1086 @ref{Line styles}
1087
1088 コード断片集:
1089 @rlsrnamed{Expressive marks,発想記号}
1090
1091 内部リファレンス:
1092 @rinternals{Glissando}
1093
1094
1095 @knownissues
1096
1097 @c 未訳
1098 線の上にテキストを譜刻する (@notation{グリッサンド} など) ことは@c
1099 サポートされていません。
1100
1101
1102 @node アルペジオ
1103 @unnumberedsubsubsec アルペジオ
1104 @translationof Arpeggio
1105
1106 @cindex arpeggio (アルペジオ)
1107 @cindex broken chord (変則和音)
1108 @cindex chord, broken (変則和音)
1109
1110 @funindex \arpeggio
1111 @funindex arpeggio
1112 @funindex \arpeggioArrowUp
1113 @funindex arpeggioArrowUp
1114 @funindex \arpeggioArrowDown
1115 @funindex arpeggioArrowDown
1116 @funindex \arpeggioNormal
1117 @funindex arpeggioNormal
1118
1119 和音の @notation{アルペジオ} (変則和音とも呼ばれます) は和音構造の後に
1120 @code{\arpeggio} を付けることによって記述されます:
1121
1122 @lilypond[verbatim,quote,relative=1]
1123 <c e g c>1\arpeggio
1124 @end lilypond
1125
1126 異なるタイプのアルペジオを描くこともできます。@c
1127 @code{\arpeggioNormal} は通常のアルペジオに戻します:
1128
1129 @lilypond[verbatim,quote,relative=1]
1130 <c e g c>2\arpeggio
1131
1132 \arpeggioArrowUp
1133 <c e g c>2\arpeggio
1134
1135 \arpeggioArrowDown
1136 <c e g c>2\arpeggio
1137
1138 \arpeggioNormal
1139 <c e g c>2\arpeggio
1140 @end lilypond
1141
1142 @cindex arpeggio symbols, special (特殊なアルペジオ シンボル)
1143 @cindex special arpeggio symbols (特殊なアルペジオ シンボル)
1144
1145 @funindex \arpeggioBracket
1146 @funindex arpeggioBracket
1147 @funindex \arpeggioParenthesis
1148 @funindex arpeggioParenthesis
1149 @funindex \arpeggioParenthesisDashed
1150 @funindex arpeggioParenthesisDashed
1151
1152 特殊な @emph{括弧スタイル} のアルペジオ シンボルを作成することができます:
1153
1154 @lilypond[verbatim,quote,relative=1]
1155 <c e g c>2
1156
1157 \arpeggioBracket
1158 <c e g c>2\arpeggio
1159
1160 \arpeggioParenthesis
1161 <c e g c>2\arpeggio
1162
1163 \arpeggioParenthesisDashed
1164 <c e g c>2\arpeggio
1165
1166 \arpeggioNormal
1167 <c e g c>2\arpeggio
1168 @end lilypond
1169
1170 括弧スタイルのアルペジオの破線プロパティは @code{'dash-details} プロパティで@c
1171 制御します。@c
1172 @code{'dash-details} プロパティについては @ref{スラー} で説明しています。
1173
1174 アルペジオをタイを用いて明示的に描き出すことができます。@c
1175 詳細は @ref{タイ} を参照してください。
1176
1177
1178 @predefined
1179 @code{\arpeggio},
1180 @code{\arpeggioArrowUp},
1181 @code{\arpeggioArrowDown},
1182 @code{\arpeggioNormal},
1183 @code{\arpeggioBracket},
1184 @code{\arpeggioParenthesis}
1185 @code{\arpeggioParenthesisDashed}
1186 @endpredefined
1187
1188
1189 @snippets
1190
1191 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1192 {creating-cross-staff-arpeggios-in-a-piano-staff.ly}
1193
1194 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1195 {creating-cross-staff-arpeggios-in-other-contexts.ly}
1196
1197 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1198 {creating-arpeggios-across-notes-in-different-voices.ly}
1199
1200
1201 @seealso
1202 音楽用語集:
1203 @rglos{arpeggio}
1204
1205 記譜法リファレンス:
1206 @ref{スラー},
1207 @ref{タイ}
1208
1209 コード断片集:
1210 @rlsrnamed{Expressive marks,発想記号}
1211
1212 内部リファレンス:
1213 @rinternals{Arpeggio},
1214 @rinternals{Slur},
1215 @rinternals{PianoStaff}
1216
1217
1218 @knownissues
1219
1220 @cindex cross-staff parenthesis-style arpeggio (譜を跨ぐ括弧スタイルのアルペジオ)
1221 @cindex arpeggio, parenthesis-style, cross-staff (譜を跨ぐ括弧スタイルのアルペジオ)
1222 @cindex arpeggio, cross-staff parenthesis-style (譜を跨ぐ括弧スタイルのアルペジオ)
1223
1224 ある @code{PianoStaff} の中の同時点で譜を跨ぐアルペジオと跨がないアルペジオを@c
1225 混在させることはできません。
1226
1227 譜を跨ぐアルペジオに括弧スタイルのアルペジオを適用することはできません。
1228
1229
1230 @node トリル
1231 @unnumberedsubsubsec トリル
1232 @translationof Trills
1233
1234 @cindex trills (トリル)
1235
1236 @funindex \trill
1237 @funindex trill
1238 @funindex \startTrillSpan
1239 @funindex startTrillSpan
1240 @funindex \stopTrillSpan
1241 @funindex stopTrillSpan
1242
1243 延長線を持たない短い @notation{トリル} は @code{\trill} で譜刻されます。@c
1244 @ref{アーティキュレーションと装飾} を参照してください。
1245
1246 延長線を持つ長いトリルは @code{\startTrillSpan} と @code{\stopTrillSpan} で@c
1247 作成されます:
1248
1249 @lilypond[verbatim,quote,relative=2]
1250 d1\startTrillSpan
1251 d1
1252 c2\stopTrillSpan
1253 r2
1254 @end lilypond
1255
1256 改行を跨ぐトリルは、次行の最初の音符の上から再開されます。
1257
1258 @lilypond[ragged-right,verbatim,quote,relative=2]
1259 d1\startTrillSpan
1260 \break
1261 d1
1262 c2\stopTrillSpan
1263 r2
1264 @end lilypond
1265
1266 連続したトリルには、明示的な @code{\stopTrillSpan} コマンドは必要ありません。@c
1267 なぜなら、自動的に次のトリルが前のトリルの右端となるからです。
1268
1269 @lilypond[verbatim,quote,relative=2]
1270 d1\startTrillSpan
1271 d1
1272 b1\startTrillSpan
1273 d2\stopTrillSpan
1274 r2
1275 @end lilypond
1276
1277 トリルを装飾小音符と組み合わせることもできます。@c
1278 この組み合わせの構文と装飾小音符を正確に配置する方法については、@c
1279 @ref{装飾小音符} で説明しています。
1280
1281 @lilypond[verbatim,quote,relative=2]
1282 d1~\afterGrace
1283 d1\startTrillSpan { c32[ d]\stopTrillSpan }
1284 c2 r2
1285 @end lilypond
1286
1287 @cindex pitched trills (ピッチを持つトリル)
1288 @cindex trills, pitched (ピッチを持つトリル)
1289 @funindex \pitchedTrill
1290 @funindex pitchedTrill
1291
1292 明示的なピッチを持つ予備の音符を必要とするトリルは
1293 @code{\pitchedTrill} コマンドを用いて譜刻することができます。@c
1294 最初の引数は主音符です。2 番目の引数は @emph{トリル} の音符であり、@c
1295 括弧で囲まれた符幹を持たない符頭として譜刻されます。
1296
1297 @lilypond[verbatim,quote,relative=2]
1298 \pitchedTrill
1299 d2\startTrillSpan fis
1300 d2
1301 c2\stopTrillSpan
1302 r2
1303 @end lilypond
1304
1305 @c 未訳
1306 @cindex pitched trill with forced accidental (ピッチを持つトリルに強制的に臨時記号を付ける)
1307 @cindex trill, pitched with forced accidental (ピッチを持つトリルに強制的に臨時記号を付ける)
1308 @cindex accidental, forced for pitched trill (ピッチを持つトリルに強制的に臨時記号を付ける)
1309
1310 同じ小節内で、同一音符のためデフォルトでは譜刻されない臨時記号を譜刻するには@c
1311 手動で譜刻を指定する必要があります。@c
1312 最初の小節では、最初のピッチを持つトリルだけに臨時記号が譜刻されています。
1313
1314 @lilypond[verbatim,quote,relative=2]
1315 \pitchedTrill
1316 eis4\startTrillSpan fis
1317 eis4\stopTrillSpan
1318
1319 \pitchedTrill
1320 eis4\startTrillSpan fis
1321 eis4\stopTrillSpan
1322
1323 \pitchedTrill
1324 eis4\startTrillSpan fis
1325 eis4\stopTrillSpan
1326
1327 \pitchedTrill
1328 eis4\startTrillSpan fis!
1329 eis4\stopTrillSpan
1330 @end lilypond
1331
1332
1333 @predefined
1334 @code{\startTrillSpan},
1335 @code{\stopTrillSpan}
1336 @endpredefined
1337
1338
1339 @seealso
1340 音楽用語集:
1341 @rglos{trill}
1342
1343 記譜法リファレンス:
1344 @ref{アーティキュレーションと装飾},
1345 @ref{装飾小音符}
1346
1347 コード断片集:
1348 @rlsrnamed{Expressive marks,発想記号}
1349
1350 内部リファレンス:
1351 @rinternals{TrillSpanner}