]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/notation/expressive.itely
Doc-ja: Adding *.itely files to ja-NR
[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.13.36"
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 -- 通常のスラー、フレージング スラー、ブレス記号、falls それに doits --
647 を作成する方法について説明します。
648
649 @menu
650 * スラー::
651 * フレージング スラー::
652 * ブレス記号::
653 * Falls and doits::
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 @c 未訳
1005 @node Falls and doits
1006 @unnumberedsubsubsec Falls and doits
1007
1008 @cindex falls
1009 @cindex doits
1010 @funindex \bendAfter
1011 @funindex bendAfter
1012
1013 @notation{Falls} and @notation{doits} can be added to notes using
1014 the @code{\bendAfter} command.  The direction of the fall or doit
1015 is indicated with a plus or minus (up or down).  The number
1016 indicates the pitch interval that the fall or doit will extend
1017 @emph{beyond} the main note.
1018
1019 @lilypond[verbatim,quote,relative=2]
1020 c2-\bendAfter #+4
1021 c2-\bendAfter #-4
1022 c2-\bendAfter #+8
1023 c2-\bendAfter #-8
1024 @end lilypond
1025
1026 The dash @code{-} immediately preceding the @code{\bendAfter}
1027 command is @emph{required} when writing falls and doits.
1028
1029
1030 @snippets
1031
1032 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1033 {adjusting-the-shape-of-falls-and-doits.ly}
1034
1035
1036 @seealso
1037 音楽用語集:
1038 @rglos{fall},
1039 @rglos{doit}
1040
1041 コード断片集:
1042 @rlsrnamed{Expressive marks,表現記号}
1043
1044
1045 @node 直線の表現記号
1046 @subsection 直線の表現記号
1047 @translationof Expressive marks as lines
1048
1049 このセクションでは直線的な軌道をとるさまざまな表現記号 --
1050 グリッサンド、アルペジオそれにトリル -- を作成する方法について説明します。
1051
1052 @menu
1053 * グリッサンド::
1054 * アルペジオ::
1055 * トリル::
1056 @end menu
1057
1058 @node グリッサンド
1059 @unnumberedsubsubsec グリッサンド
1060 @translationof Glissando
1061
1062 @cindex glissando (グリッサンド)
1063 @funindex \glissando
1064 @funindex glissando
1065
1066 @notation{グリッサンド} は音符に @code{\glissando} を付けることによって@c
1067 作成されます:
1068
1069 @lilypond[verbatim,quote,relative=2]
1070 g2\glissando g'
1071 c2\glissando c,
1072 @end lilypond
1073
1074 異なるスタイルのグリッサンドを作成することもできます。@c
1075 詳細は @ref{Line styles} を参照してください。
1076
1077 @snippets
1078
1079 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1080 {contemporary-glissando.ly}
1081
1082
1083 @seealso
1084 音楽用語集:
1085 @rglos{glissando}
1086
1087 記譜法リファレンス:
1088 @ref{Line styles}
1089
1090 コード断片集:
1091 @rlsrnamed{Expressive marks,表現記号}
1092
1093 内部リファレンス:
1094 @rinternals{Glissando}
1095
1096
1097 @knownissues
1098
1099 @c 未訳
1100 線の上にテキストを譜刻する (@notation{グリッサンド} など) ことは@c
1101 サポートされていません。
1102
1103
1104 @node アルペジオ
1105 @unnumberedsubsubsec アルペジオ
1106 @translationof Arpeggio
1107
1108 @cindex arpeggio (アルペジオ)
1109 @cindex broken chord (変則和音)
1110 @cindex chord, broken (変則和音)
1111
1112 @funindex \arpeggio
1113 @funindex arpeggio
1114 @funindex \arpeggioArrowUp
1115 @funindex arpeggioArrowUp
1116 @funindex \arpeggioArrowDown
1117 @funindex arpeggioArrowDown
1118 @funindex \arpeggioNormal
1119 @funindex arpeggioNormal
1120
1121 和音の @notation{アルペジオ} (変則和音とも呼ばれます) は和音構造の後に
1122 @code{\arpeggio} を付けることによって記述されます:
1123
1124 @lilypond[verbatim,quote,relative=1]
1125 <c e g c>1\arpeggio
1126 @end lilypond
1127
1128 異なるタイプのアルペジオを描くこともできます。@c
1129 @code{\arpeggioNormal} は通常のアルペジオに戻します:
1130
1131 @lilypond[verbatim,quote,relative=1]
1132 <c e g c>2\arpeggio
1133
1134 \arpeggioArrowUp
1135 <c e g c>2\arpeggio
1136
1137 \arpeggioArrowDown
1138 <c e g c>2\arpeggio
1139
1140 \arpeggioNormal
1141 <c e g c>2\arpeggio
1142 @end lilypond
1143
1144 @cindex arpeggio symbols, special (特殊なアルペジオ シンボル)
1145 @cindex special arpeggio symbols (特殊なアルペジオ シンボル)
1146
1147 @funindex \arpeggioBracket
1148 @funindex arpeggioBracket
1149 @funindex \arpeggioParenthesis
1150 @funindex arpeggioParenthesis
1151 @funindex \arpeggioParenthesisDashed
1152 @funindex arpeggioParenthesisDashed
1153
1154 特殊な @emph{括弧スタイル} のアルペジオ シンボルを作成することができます:
1155
1156 @lilypond[verbatim,quote,relative=1]
1157 <c e g c>2
1158
1159 \arpeggioBracket
1160 <c e g c>2\arpeggio
1161
1162 \arpeggioParenthesis
1163 <c e g c>2\arpeggio
1164
1165 \arpeggioParenthesisDashed
1166 <c e g c>2\arpeggio
1167
1168 \arpeggioNormal
1169 <c e g c>2\arpeggio
1170 @end lilypond
1171
1172 括弧スタイルのアルペジオの破線プロパティは @code{'dash-details} プロパティで@c
1173 制御します。@c
1174 @code{'dash-details} プロパティについては @ref{スラー} で説明しています。
1175
1176 アルペジオをタイを用いて明示的に描き出すことができます。@c
1177 詳細は @ref{タイ} を参照してください。
1178
1179
1180 @predefined
1181 @code{\arpeggio},
1182 @code{\arpeggioArrowUp},
1183 @code{\arpeggioArrowDown},
1184 @code{\arpeggioNormal},
1185 @code{\arpeggioBracket},
1186 @code{\arpeggioParenthesis}
1187 @code{\arpeggioParenthesisDashed}
1188 @endpredefined
1189
1190
1191 @snippets
1192
1193 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1194 {creating-cross-staff-arpeggios-in-a-piano-staff.ly}
1195
1196 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1197 {creating-cross-staff-arpeggios-in-other-contexts.ly}
1198
1199 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
1200 {creating-arpeggios-across-notes-in-different-voices.ly}
1201
1202
1203 @seealso
1204 音楽用語集:
1205 @rglos{arpeggio}
1206
1207 記譜法リファレンス:
1208 @ref{スラー},
1209 @ref{タイ}
1210
1211 コード断片集:
1212 @rlsrnamed{Expressive marks,表現記号}
1213
1214 内部リファレンス:
1215 @rinternals{Arpeggio},
1216 @rinternals{Slur},
1217 @rinternals{PianoStaff}
1218
1219
1220 @knownissues
1221
1222 @cindex cross-staff parenthesis-style arpeggio (譜を跨ぐ括弧スタイルのアルペジオ)
1223 @cindex arpeggio, parenthesis-style, cross-staff (譜を跨ぐ括弧スタイルのアルペジオ)
1224 @cindex arpeggio, cross-staff parenthesis-style (譜を跨ぐ括弧スタイルのアルペジオ)
1225
1226 ある @code{PianoStaff} の中の同時点で譜を跨ぐアルペジオと跨がないアルペジオを@c
1227 混在させることはできません。
1228
1229 譜を跨ぐアルペジオに括弧スタイルのアルペジオを適用することはできません。
1230
1231
1232 @node トリル
1233 @unnumberedsubsubsec トリル
1234 @translationof Trills
1235
1236 @cindex trills (トリル)
1237
1238 @funindex \trill
1239 @funindex trill
1240 @funindex \startTrillSpan
1241 @funindex startTrillSpan
1242 @funindex \stopTrillSpan
1243 @funindex stopTrillSpan
1244
1245 延長線を持たない短い @notation{トリル} は @code{\trill} で譜刻されます。@c
1246 @ref{アーティキュレーションと装飾} を参照してください。
1247
1248 延長線を持つ長いトリルは @code{\startTrillSpan} と @code{\stopTrillSpan} で@c
1249 作成されます:
1250
1251 @lilypond[verbatim,quote,relative=2]
1252 d1\startTrillSpan
1253 d1
1254 c2\stopTrillSpan
1255 r2
1256 @end lilypond
1257
1258 改行を跨ぐトリルは、次行の最初の音符の上から再開されます。
1259
1260 @lilypond[ragged-right,verbatim,quote,relative=2]
1261 d1\startTrillSpan
1262 \break
1263 d1
1264 c2\stopTrillSpan
1265 r2
1266 @end lilypond
1267
1268 連続したトリルには、明示的な @code{\stopTrillSpan} コマンドは必要ありません。@c
1269 なぜなら、自動的に次のトリルが前のトリルの右端となるからです。
1270
1271 @lilypond[verbatim,quote,relative=2]
1272 d1\startTrillSpan
1273 d1
1274 b1\startTrillSpan
1275 d2\stopTrillSpan
1276 r2
1277 @end lilypond
1278
1279 トリルを装飾小音符と組み合わせることもできます。@c
1280 この組み合わせの構文と装飾小音符を正確に配置する方法については、@c
1281 @ref{装飾小音符} で説明しています。
1282
1283 @lilypond[verbatim,quote,relative=2]
1284 d1~\afterGrace
1285 d1\startTrillSpan { c32[ d]\stopTrillSpan }
1286 c2 r2
1287 @end lilypond
1288
1289 @cindex pitched trills (ピッチを持つトリル)
1290 @cindex trills, pitched (ピッチを持つトリル)
1291 @funindex \pitchedTrill
1292 @funindex pitchedTrill
1293
1294 明示的なピッチを持つ予備の音符を必要とするトリルは
1295 @code{\pitchedTrill} コマンドを用いて譜刻することができます。@c
1296 最初の引数は主音符です。2 番目の引数は @emph{トリル} の音符であり、@c
1297 括弧で囲まれた符幹を持たない符頭として譜刻されます。
1298
1299 @lilypond[verbatim,quote,relative=2]
1300 \pitchedTrill
1301 d2\startTrillSpan fis
1302 d2
1303 c2\stopTrillSpan
1304 r2
1305 @end lilypond
1306
1307 @c 未訳
1308 @cindex pitched trill with forced accidental (ピッチを持つトリルに強制的に臨時記号を付ける)
1309 @cindex trill, pitched with forced accidental (ピッチを持つトリルに強制的に臨時記号を付ける)
1310 @cindex accidental, forced for pitched trill (ピッチを持つトリルに強制的に臨時記号を付ける)
1311
1312 同じ小節内で、同一音符のためデフォルトでは譜刻されない臨時記号を譜刻するには@c
1313 手動で譜刻を指定する必要があります。@c
1314 最初の小節では、最初のピッチを持つトリルだけに臨時記号が譜刻されています。
1315
1316 @lilypond[verbatim,quote,relative=2]
1317 \pitchedTrill
1318 eis4\startTrillSpan fis
1319 eis4\stopTrillSpan
1320
1321 \pitchedTrill
1322 eis4\startTrillSpan fis
1323 eis4\stopTrillSpan
1324
1325 \pitchedTrill
1326 eis4\startTrillSpan fis
1327 eis4\stopTrillSpan
1328
1329 \pitchedTrill
1330 eis4\startTrillSpan fis!
1331 eis4\stopTrillSpan
1332 @end lilypond
1333
1334
1335 @predefined
1336 @code{\startTrillSpan},
1337 @code{\stopTrillSpan}
1338 @endpredefined
1339
1340
1341 @seealso
1342 音楽用語集:
1343 @rglos{trill}
1344
1345 記譜法リファレンス:
1346 @ref{アーティキュレーションと装飾},
1347 @ref{装飾小音符}
1348
1349 コード断片集:
1350 @rlsrnamed{Expressive marks,表現記号}
1351
1352 内部リファレンス:
1353 @rinternals{TrillSpanner}