]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/notation/expressive.itely
fd3d755797100534015d2ed3f3387b10e8fc033e
[lilypond.git] / Documentation / ja / notation / expressive.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.  For details, see the Contributors'
7     Guide, node Updating translation committishes..@end ignore
8
9 @c \version "2.17.25"
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,quote,texidoc,doctitle]
198 {modifying-default-values-for-articulation-shorthand-notation.ly}
199
200 @lilypondfile[verbatim,quote,texidoc,doctitle]
201 {controlling-the-vertical-ordering-of-scripts.ly}
202
203 @lilypondfile[verbatim,quote,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,quote,texidoc,doctitle]
477 {setting-hairpin-behavior-at-bar-lines.ly}
478
479 @lilypondfile[verbatim,quote,texidoc,doctitle]
480 {setting-the-minimum-length-of-hairpins.ly}
481
482 @cindex al niente (アル ニエンテ)
483 @cindex niente, al (アル ニエンテ)
484
485 @lilypondfile[verbatim,quote,texidoc,doctitle]
486 {printing-hairpins-using-al-niente-notation.ly}
487
488 @lilypondfile[verbatim,quote,texidoc,doctitle]
489 {vertically-aligned-dynamics-and-textscripts.ly}
490
491 @lilypondfile[verbatim,quote,texidoc,doctitle]
492 {hiding-the-extender-line-for-text-dynamics.ly}
493
494 @lilypondfile[verbatim,quote,texidoc,doctitle]
495 {changing-text-and-spanner-styles-for-text-dynamics.ly}
496
497 @seealso
498 音楽用語集:
499 @rglos{al niente},
500 @rglos{crescendo},
501 @rglos{decrescendo},
502 @rglos{hairpin}
503
504 学習マニュアル:
505 @rlearning{アーティキュレーションと強弱記号}
506
507 記譜法リファレンス:
508 @ref{Direction and placement},
509 @ref{新たな強弱記号},
510 @ref{What goes into the MIDI output?},
511 @ref{Controlling MIDI dynamics}
512
513 コード断片集:
514 @rlsrnamed{Expressive marks,発想記号}
515
516 内部リファレンス:
517 @rinternals{DynamicText},
518 @rinternals{Hairpin},
519 @rinternals{DynamicLineSpanner},
520 @rinternals{Dynamics}
521
522
523 @node 新たな強弱記号
524 @unnumberedsubsubsec 新たな強弱記号
525 @translationof New dynamic marks
526
527 @cindex new dynamic marks (新たな強弱記号)
528 @cindex dynamic marks, new (新たな強弱記号)
529
530 強弱記号を作成する最も容易な方法は、@c
531 @code{\markup} オブジェクトを使用することです。
532
533 @lilypond[verbatim,quote]
534 moltoF = \markup { molto \dynamic f }
535
536 \relative c' {
537   <d e>16_\moltoF <d e>
538   <d e>2..
539 }
540 @end lilypond
541
542 @cindex dynamics, editorial (注釈の強弱記号)
543 @cindex dynamics, parenthesis (括弧の強弱記号)
544 @cindex editorial dynamics (注釈の強弱記号)
545 @funindex \bracket
546 @funindex bracket
547 @funindex \dynamic
548 @funindex dynamic
549
550 マークアップ モードでは、@c
551 注釈の強弱記号 (括弧や角括弧で囲まれます) を作成することができます。@c
552 マークアップ モードの構文は @ref{Formatting text} で記述されています。
553
554 @lilypond[verbatim,quote]
555 roundF = \markup {
556     \center-align \concat { \bold { \italic ( }
557            \dynamic f \bold { \italic ) } } }
558 boxF = \markup { \bracket { \dynamic f } }
559 \relative c' {
560   c1_\roundF
561   c1_\boxF
562 }
563 @end lilypond
564
565 @cindex make-dynamic-script
566 @funindex make-dynamic-script
567
568 単純に中央揃えの強弱記号は @code{make-dynamic-script} 関数を用いて@c
569 簡単に作成できます。@c
570
571 @lilypond[verbatim,quote]
572 sfzp = #(make-dynamic-script "sfzp")
573 \relative c' {
574   c4 c c\sfzp c
575 }
576 @end lilypond
577
578 一般に、@code{make-dynamic-script} は引数として@c
579 何らかのマークアップ オブジェクトをとります。@c
580 強弱記号のフォントに含まれる文字は @code{f,m,p,r,s} それに @code{z} だけです。@c
581 このため、テキストや句読点を含む強弱記号を必要とする場合、@c
582 フォント ファミリとフォント エンコーディングを通常のテキストに戻すための@c
583 マークアップ コマンド
584 -- 例えば @code{\normal-text} -- を用いる必要があります。@c
585 通常のマークアップの代わりに @code{make-dynamic-script} を用いる利点は、@c
586 同じ符頭に付けられるマークアップ オブジェクトとヘアピンが垂直方向に揃うことを@c
587 保証されている点にあります。
588
589 @lilypond[verbatim,quote]
590 roundF = \markup { \center-align \concat {
591            \normal-text { \bold { \italic ( } }
592            \dynamic f
593            \normal-text { \bold { \italic ) } } } }
594 boxF = \markup { \bracket { \dynamic f } }
595 mfEspress = \markup { \center-align \line {
596               \hspace #3.7 mf \normal-text \italic espress. } }
597 roundFdynamic = #(make-dynamic-script roundF)
598 boxFdynamic = #(make-dynamic-script boxF)
599 mfEspressDynamic = #(make-dynamic-script mfEspress)
600 \relative c' {
601   c4_\roundFdynamic\< d e f
602   g,1~_\boxFdynamic\>
603   g1
604   g'1~\mfEspressDynamic
605   g1
606 }
607 @end lilypond
608
609 Scheme 形式のマークアップ モードを用いることもできます。@c
610 マークアップ Scheme の構文は @rextend{Markup construction in Scheme} で@c
611 説明されています。
612
613 @lilypond[verbatim,quote]
614 moltoF = #(make-dynamic-script
615             (markup #:normal-text "molto"
616                     #:dynamic "f"))
617 \relative c' {
618   <d e>16 <d e>
619   <d e>2..\moltoF
620 }
621 @end lilypond
622
623 強弱記号を音符に中央揃えさせるのではなく、左揃えさせるには、@c
624 @code{\tweak} を使います:
625
626 @lilypond[verbatim,quote]
627 moltoF = \tweak DynamicText.self-alignment-X #LEFT
628          #(make-dynamic-script
629             (markup #:normal-text "molto"
630                     #:dynamic "f"))
631 \relative c' {
632   <d e>16 <d e>
633   <d e>2..\moltoF <d e>1
634 }
635 @end lilypond
636
637 マークアップ モードでのフォント設定は
638 @ref{Selecting font and font size} で記述されています。
639
640 @seealso
641 記譜法リファレンス:
642 @ref{Formatting text},
643 @ref{Selecting font and font size},
644 @ref{What goes into the MIDI output?},
645 @ref{Controlling MIDI dynamics}
646
647 LilyPond の拡張:
648 @rextend{Markup construction in Scheme}
649
650 コード断片集:
651 @rlsrnamed{Expressive marks,発想記号}
652
653
654 @node 曲線の発想記号
655 @subsection 曲線の発想記号
656 @translationof Expressive marks as curves
657
658 @c 未訳
659 このセクションでは曲線を持つさまざまな発想記号
660 -- 通常のスラー、フレージング スラー、ブレス記号、Fall それに Doit --
661 を作成する方法について説明します。
662
663 @menu
664 * スラー::
665 * フレージング スラー::
666 * ブレス記号::
667 * Fall と Doit::
668 @end menu
669
670 @node スラー
671 @unnumberedsubsubsec スラー
672 @translationof Slurs
673
674 @cindex slurs (スラー)
675
676 @notation{スラー} は括弧を用いて入力します:
677
678 @warning{多声音楽では、@c
679 スラーが始まったボイスでそのスラーを終わらせる必要があります。}
680
681 @lilypond[verbatim,quote,relative=2]
682 f4( g a) a8 b(
683 a4 g2 f4)
684 <c e>2( <b d>2)
685 @end lilypond
686
687 @cindex slurs, manual placement (手動でスラーを配置する)
688 @cindex slurs, below notes (音符の下にスラーを配置する)
689 @cindex slurs, above notes (音符の上にスラーを配置する)
690 @funindex \slurDown
691 @funindex slurDown
692 @funindex \slurNeutral
693 @funindex slurNeutral
694
695 スラーを手動で音符の上または下に配置することができます。@c
696 @ref{Direction and placement} を参照してください。
697
698 @cindex phrasing slur (フレージング スラー)
699 @cindex multiple slurs (多重スラー)
700 @cindex simultaneous slurs (同時進行のスラー)
701 @cindex slur, phrasing (フレージング スラー)
702 @cindex slurs, multiple (多重スラー)
703 @cindex slurs, simultaneous (同時進行のスラー)
704
705 同時進行または重なり合うスラーは許可されません。@c
706 しかしながら、フレージング スラーはスラーと重なり合うことができます。@c
707 これにより、2 つのスラーを同時に譜刻することができます。@c
708 詳細は @ref{フレージング スラー} を参照してください。
709
710 @cindex slur style (スラーのスタイル)
711 @cindex solid slur (実線のスラー)
712 @cindex dotted slur (点線のスラー)
713 @cindex dashed slur (破線のスラー)
714 @cindex sytle, slur (スラーのスタイル)
715 @cindex slur, solid (実線のスラー)
716 @cindex slur, dotted (点線のスラー)
717 @cindex slur, dashed (破線のスラー)
718 @cindex style, slur (スラーのスタイル)
719 @funindex \slurDashed
720 @funindex slurDashed
721 @funindex \slurDotted
722 @funindex slurDotted
723 @funindex \slurSolid
724 @funindex slurSolid
725
726 スラーは実線、点線あるいは破線のどれかになります。@c
727 実線がスラーのデフォルト スタイルです:
728
729 @lilypond[verbatim,quote,relative=1]
730 c4( e g2)
731 \slurDashed
732 g4( e c2)
733 \slurDotted
734 c4( e g2)
735 \slurSolid
736 g4( e c2)
737 @end lilypond
738
739 @funindex \slurHalfDashed
740 @funindex slurHalfDashed
741 @funindex \slurHalfSolid
742 @funindex slurHalfSolid
743 @cindex slur, half dashed and half solid (半分が破線で半分が実線のスラー)
744
745 スラーの半分を破線 (前半を破線、後半を実線) にする、あるいは、@c
746 半分を実線 (前半を実線、後半を破線) にすることもできます:
747
748 @lilypond[verbatim,quote,relative=1]
749 c4( e g2)
750 \slurHalfDashed
751 g4( e c2)
752 \slurHalfSolid
753 c4( e g2)
754 \slurSolid
755 g4( e c2)
756 @end lilypond
757
758 @funindex \slurDashPattern
759 @funindex slurDashPattern
760 @cindex slur, defining dash patterns (スラーの破線パターンを定義する)
761
762 スラーの破線パターンを定義することができます:
763
764 @lilypond[verbatim,quote,relative=1]
765 c4( e g2)
766 \slurDashPattern #0.7 #0.75
767 g4( e c2)
768 \slurDashPattern #0.5 #2.0
769 c4( e g2)
770 \slurSolid
771 g4( e c2)
772 @end lilypond
773
774
775
776 @funindex \slurUp
777 @funindex slurUp
778
779
780 @predefined
781 @code{\slurUp},
782 @code{\slurDown},
783 @code{\slurNeutral},
784 @code{\slurDashed},
785 @code{\slurDotted},
786 @code{\slurHalfDashed},
787 @code{\slurHalfSolid},
788 @code{\slurDashPattern},
789 @code{\slurSolid}
790 @endpredefined
791
792
793 @snippets
794
795 @lilypondfile[verbatim,quote,texidoc,doctitle]
796 {using-double-slurs-for-legato-chords.ly}
797
798 @lilypondfile[verbatim,quote,texidoc,doctitle]
799 {positioning-text-markups-inside-slurs.ly}
800
801 @lilypondfile[verbatim,quote,texidoc,doctitle]
802 {making-slurs-with-complex-dash-structure.ly}
803
804 @seealso
805 音楽用語集:
806 @rglos{slur}
807
808 学習マニュアル:
809 @rlearning{ネストされない括弧とタイ}
810
811 記譜法リファレンス:
812 @ref{Direction and placement},
813 @ref{フレージング スラー}
814
815 コード断片集:
816 @rlsrnamed{Expressive marks,発想記号}
817
818 内部リファレンス:
819 @rinternals{Slur}
820
821
822 @node フレージング スラー
823 @unnumberedsubsubsec フレージング スラー
824 @translationof Phrasing slurs
825
826 @cindex phrasing slurs (フレージング スラー)
827 @cindex phrasing marks (フレーズ記号)
828 @cindex slur, phrasing (フレージング スラー)
829 @cindex mark, phrasing (フレーズ記号)
830 @funindex \(
831 @funindex \)
832
833 音楽センテンスを示す @notation{フレージング スラー} (またはフレーズ記号) は@c
834 コマンド @code{\(} と @code{\)} を用いて記述します:
835
836 @lilypond[verbatim,quote,relative=2]
837 c4\( d( e) f(
838 e2) d\)
839 @end lilypond
840
841 @funindex \phrasingSlurUp
842 @funindex phrasingSlurUp
843 @funindex \phrasingSlurDown
844 @funindex phrasingSlurDown
845 @funindex \phrasingSlurNeutral
846 @funindex phrasingSlurNeutral
847
848 印刷の上では、フレージング スラーは通常のスラーとほとんど同じです。@c
849 しかしながら、それぞれ異なるオブジェクトとして取り扱われます。@c
850 @code{\slurUp} はフレージング スラーには影響を与えません。@c
851 フレージング スラーを手動で音符の上または下に配置することができます。@c
852 @ref{Direction and placement} を参照してください。
853
854 @cindex simultaneous phrasing slurs (同時進行のフレージング スラー)
855 @cindex multiple phrasing slurs (多重フレージング スラー)
856 @cindex slurs, simultaneous phrasing (同時進行のフレージング スラー)
857 @cindex slurs, multiple phrasing (多重フレージング スラー)
858 @cindex phrasing slurs, simultaneous (同時進行のフレージング スラー)
859 @cindex phrasing slurs, multiple (多重フレージング スラー)
860
861 同時進行あるいは重なり合うフレージング スラーは許可されません。
862
863 @funindex phrasingSlurDashed
864 @funindex \phrasingSlurDashed
865 @funindex \phrasingSlurDotted
866 @funindex phrasingSlurDotted
867 @funindex \phrasingSlurSolid
868 @funindex phrasingSlurSolid
869 @cindex phrasing slur, dashed (破線のフレージング スラー)
870 @cindex dashed phrasing slur (破線のフレージング スラー)
871 @cindex phrasing slur, dotted (点線のフレージング スラー)
872 @cindex dotted phrasing slurs (点線のフレージング スラー)
873 @cindex slur, dashed phrasing (破線のフレージング スラー)
874 @cindex slur, dotted phrasing (点線のフレージング スラー)
875
876 フレージング スラーを実線、点線あるいは破線にすることができます。@c
877 実線がフレージング スラーのデフォルト スタイルです:
878
879 @lilypond[verbatim,quote,relative=1]
880 c4\( e g2\)
881 \phrasingSlurDashed
882 g4\( e c2\)
883 \phrasingSlurDotted
884 c4\( e g2\)
885 \phrasingSlurSolid
886 g4\( e c2\)
887 @end lilypond
888
889 @funindex phrasingSlurHalfDashed
890 @funindex \phrasingSlurHalfDashed
891 @funindex \phrasingSlurHalfSolid
892 @funindex phrasingSlurHalfSolid
893 @cindex phrasing slur, half solid and half dashed (半分が実線で半分が破線のフレージング スラー)
894 @cindex slur, half solid and half dashed phrasing (半分が実線で半分が破線のフレージング スラー)
895
896 フレージング スラーの半分を破線 (前半を破線、後半を実線) にする、あるいは、@c
897 半分を実線 (前半を実線、後半を破線) にすることもできます:
898
899 @lilypond[verbatim,quote,relative=1]
900 c4\( e g2\)
901 \phrasingSlurHalfDashed
902 g4\( e c2\)
903 \phrasingSlurHalfSolid
904 c4\( e g2\)
905 \phrasingSlurSolid
906 g4\( e c2\)
907 @end lilypond
908
909 @funindex \phrasingSlurDashPattern
910 @funindex phrasingSlurDashPattern
911 @cindex phrasing slur, defining dash patterns
912 @cindex slur, phrasing, defining dash patterns (フレージング スラーの破線パターンを定義する)
913 @cindex slur, defining dash patterns for phrasing (フレージング スラーの破線パターンを定義する)
914
915 フレージング スラーの破線パターンを定義することができます:
916
917 @lilypond[verbatim,quote,relative=1]
918 c4\( e g2\)
919 \phrasingSlurDashPattern #0.7 #0.75
920 g4\( e c2\)
921 \phrasingSlurDashPattern #0.5 #2.0
922 c4\( e g2\)
923 \phrasingSlurSolid
924 g4\( e c2\)
925 @end lilypond
926
927 フレージング スラーに対する破線パターンの定義は、@c
928 スラーに対する破線パターンの定義と同じ構造をとります。@c
929 複雑な破線パターンについての更なる情報は、@c
930 @ref{スラー} のコード断片集を参照してください。
931
932 @predefined
933 @code{\phrasingSlurUp},
934 @code{\phrasingSlurDown},
935 @code{\phrasingSlurNeutral},
936 @code{\phrasingSlurDashed},
937 @code{\phrasingSlurDotted},
938 @code{\phrasingSlurHalfDashed},
939 @code{\phrasingSlurHalfSolid},
940 @code{\phrasingSlurDashPattern},
941 @code{\phrasingSlurSolid}
942 @endpredefined
943
944 @seealso
945 学習マニュアル:
946 @rlearning{ネストされない括弧とタイ}
947
948 記譜法リファレンス:
949 @ref{Direction and placement},
950 @ref{スラー}
951
952 コード断片集:
953 @rlsrnamed{Expressive marks,発想記号}
954
955 内部リファレンス:
956 @rinternals{PhrasingSlur}
957
958
959 @node ブレス記号
960 @unnumberedsubsubsec ブレス記号
961 @translationof Breath marks
962
963 @cindex breath marks (ブレス記号)
964 @cindex pause mark (休止記号)
965 @funindex \breathe
966 @funindex breathe
967
968 ブレス記号は @code{\breathe} を用いて入力します:
969
970 @lilypond[verbatim,quote,relative=2]
971 c2. \breathe d4
972 @end lilypond
973
974 ブレス記号は自動連桁を終わらせます。@c
975 この振る舞いをオーバライドする方法は、@ref{手動連桁} を参照してください。
976
977 @lilypond[verbatim,quote,relative=2]
978 c8 \breathe d e f g2
979 @end lilypond
980
981 @c 保留
982 古代記譜法でのブレス記号の音楽指示子 --
983 divisiones (ディビジョン: 区切り) がサポートされています。@c
984 詳細は @ref{Divisiones} を参照してください。
985
986
987 @snippets
988
989 @lilypondfile[verbatim,quote,texidoc,doctitle]
990 {changing-the-breath-mark-symbol.ly}
991
992 @c 未訳
993 @cindex tick mark
994
995 @lilypondfile[verbatim,quote,texidoc,doctitle]
996 {using-a-tick-as-the-breath-mark-symbol.ly}
997
998 @c 未訳
999 @cindex caesura
1000 @cindex railroad tracks
1001
1002 @c 未訳
1003 @lilypondfile[verbatim,quote,texidoc,doctitle]
1004 {inserting-a-caesura.ly}
1005
1006 @seealso
1007 音楽用語集:
1008 @rglos{caesura}
1009
1010 記譜法リファレンス:
1011 @ref{Divisiones}
1012
1013 コード断片集:
1014 @rlsrnamed{Expressive marks,発想記号}
1015
1016 内部リファレンス:
1017 @rinternals{BreathingEvent},
1018 @rinternals{BreathingSign},
1019 @rinternals{Breathing_sign_engraver}
1020
1021
1022 @node Fall と Doit
1023 @unnumberedsubsubsec Fall と Doit
1024 @translationof Falls and doits
1025
1026 @cindex falls (Fall)
1027 @cindex doits (Doit)
1028 @funindex \bendAfter
1029 @funindex bendAfter
1030
1031 @code{\bendAfter} コマンドを用いて、@c
1032 @notation{Fall} と @notation{Doit} 音符にを付け加えることができます。@c
1033 Fall あるいは Doit の向きはプラスあるいはマイナス (上あるいは下) で示します。@c
1034 指示の数は Fall あるいは Doit の主音符を展開させるピッチの幅を示します。
1035
1036 @lilypond[verbatim,quote,relative=2]
1037 c2\bendAfter #+4
1038 c2\bendAfter #-4
1039 c2\bendAfter #+6.5
1040 c2\bendAfter #-6.5
1041 c2\bendAfter #+8
1042 c2\bendAfter #-8
1043 @end lilypond
1044
1045 @snippets
1046
1047 @lilypondfile[verbatim,quote,texidoc,doctitle]
1048 {adjusting-the-shape-of-falls-and-doits.ly}
1049
1050 @seealso
1051 音楽用語集:
1052 @rglos{fall},
1053 @rglos{doit}
1054
1055 コード断片集:
1056 @rlsrnamed{Expressive marks,発想記号}
1057
1058
1059 @node 直線の発想記号
1060 @subsection 直線の発想記号
1061 @translationof Expressive marks as lines
1062
1063 このセクションでは直線的な軌道をとるさまざまな発想記号 --
1064 グリッサンド、アルペジオそれにトリル -- を作成する方法について説明します。
1065
1066 @menu
1067 * グリッサンド::
1068 * アルペジオ::
1069 * トリル::
1070 @end menu
1071
1072 @node グリッサンド
1073 @unnumberedsubsubsec グリッサンド
1074 @translationof Glissando
1075
1076 @cindex glissando (グリッサンド)
1077 @funindex \glissando
1078 @funindex glissando
1079
1080 @notation{グリッサンド} は音符の後に @code{\glissando} を付けることに@c
1081 よって作成されます:
1082
1083 @lilypond[verbatim,quote,relative=2]
1084 g2\glissando g'
1085 c2\glissando c,
1086 \afterGrace f,1\glissando f'16
1087 @end lilypond
1088
1089 グリッサンドは譜を跨いで音符を結ぶことができます:
1090
1091 @lilypond[verbatim,quote]
1092 \new PianoStaff <<
1093   \new Staff = "right" {
1094     e'''2\glissando
1095     \change Staff = "left"
1096     a,,4\glissando
1097     \change Staff = "right"
1098     b''8 r |
1099   }
1100   \new Staff = "left" {
1101     \clef bass
1102     s1
1103   }
1104 >>
1105 @end lilypond
1106
1107 グリッサンドは和音の中にある音符を結ぶことができます。@c
1108 2 つの和音の音符を平行に 1 対 1 で結ぶのではない場合、
1109 @code{\glissandoMap} を設定することで、結び方を定義する必要があります。@c
1110 和音の音符は入力ファイル @file{.ly} で出現する順に 0, 1, @dots{} と@c
1111 番号が付きます。
1112
1113 @lilypond[verbatim,quote,relative=2]
1114 <c, e>1\glissando g' |
1115 <c, e>1\glissando |
1116 <g' b> |
1117 \break
1118 \set glissandoMap = #'((0 . 1) (1 . 0))
1119 <c, g'>1\glissando |
1120 <d a'> |
1121 \set glissandoMap = #'((0 . 0) (0 . 1) (0 . 2))
1122 c1\glissando |
1123 <d f a> |
1124 \set glissandoMap = #'((2 . 0) (1 . 0) (0 . 1))
1125 <f d a'>1\glissando |
1126 <c c'> |
1127 @end lilypond
1128
1129 異なるスタイルのグリッサンドを作成することもできます。@c
1130 詳細は @ref{Line styles} を参照してください。
1131
1132
1133 @snippets
1134 @lilypondfile[verbatim,quote,texidoc,doctitle]
1135 {contemporary-glissando.ly}
1136
1137 @lilypondfile[verbatim,quote,texidoc,doctitle]
1138 {adding-timing-marks-to-long-glissandi.ly}
1139
1140 @lilypondfile[verbatim,quote,texidoc,doctitle]
1141 {making-glissandi-breakable.ly}
1142
1143 @lilypondfile[verbatim,quote,texidoc,doctitle]
1144 {extending-glissandi-across-repeats.ly}
1145
1146 @seealso
1147 音楽用語集:
1148 @rglos{glissando}
1149
1150 記譜法リファレンス:
1151 @ref{Line styles}
1152
1153 コード断片集:
1154 @rlsrnamed{Expressive marks,発想記号}
1155
1156 内部リファレンス:
1157 @rinternals{Glissando}
1158
1159 @knownissues
1160 線の上にテキストを譜刻する (@notation{グリッサンド} など) ことは@c
1161 サポートされていません。
1162
1163
1164 @node アルペジオ
1165 @unnumberedsubsubsec アルペジオ
1166 @translationof Arpeggio
1167
1168 @cindex arpeggio (アルペジオ)
1169 @cindex broken chord (変則和音)
1170 @cindex chord, broken (変則和音)
1171
1172 @funindex \arpeggio
1173 @funindex arpeggio
1174 @funindex \arpeggioArrowUp
1175 @funindex arpeggioArrowUp
1176 @funindex \arpeggioArrowDown
1177 @funindex arpeggioArrowDown
1178 @funindex \arpeggioNormal
1179 @funindex arpeggioNormal
1180
1181 和音の @notation{アルペジオ} (変則和音とも呼ばれます) は和音構造の後に
1182 @code{\arpeggio} を付けることによって記述されます:
1183
1184 @lilypond[verbatim,quote,relative=1]
1185 <c e g c>1\arpeggio
1186 @end lilypond
1187
1188 異なるタイプのアルペジオを描くこともできます。@c
1189 @code{\arpeggioNormal} は通常のアルペジオに戻します:
1190
1191 @lilypond[verbatim,quote,relative=1]
1192 <c e g c>2\arpeggio
1193
1194 \arpeggioArrowUp
1195 <c e g c>2\arpeggio
1196
1197 \arpeggioArrowDown
1198 <c e g c>2\arpeggio
1199
1200 \arpeggioNormal
1201 <c e g c>2\arpeggio
1202 @end lilypond
1203
1204 @cindex arpeggio symbols, special (特殊なアルペジオ シンボル)
1205 @cindex special arpeggio symbols (特殊なアルペジオ シンボル)
1206
1207 @funindex \arpeggioBracket
1208 @funindex arpeggioBracket
1209 @funindex \arpeggioParenthesis
1210 @funindex arpeggioParenthesis
1211 @funindex \arpeggioParenthesisDashed
1212 @funindex arpeggioParenthesisDashed
1213
1214 特殊な @emph{括弧スタイル} のアルペジオ シンボルを作成することができます:
1215
1216 @lilypond[verbatim,quote,relative=1]
1217 <c e g c>2
1218
1219 \arpeggioBracket
1220 <c e g c>2\arpeggio
1221
1222 \arpeggioParenthesis
1223 <c e g c>2\arpeggio
1224
1225 \arpeggioParenthesisDashed
1226 <c e g c>2\arpeggio
1227
1228 \arpeggioNormal
1229 <c e g c>2\arpeggio
1230 @end lilypond
1231
1232 括弧スタイルのアルペジオの破線プロパティは @code{'dash-definition} プロパティで@c
1233 制御します。@c
1234 @code{'dash-definition} プロパティについては @ref{スラー} で説明しています。
1235
1236 アルペジオをタイを用いて明示的に描き出すことができます。@c
1237 詳細は @ref{タイ} を参照してください。
1238
1239
1240 @predefined
1241 @code{\arpeggio},
1242 @code{\arpeggioArrowUp},
1243 @code{\arpeggioArrowDown},
1244 @code{\arpeggioNormal},
1245 @code{\arpeggioBracket},
1246 @code{\arpeggioParenthesis}
1247 @code{\arpeggioParenthesisDashed}
1248 @endpredefined
1249
1250
1251 @snippets
1252
1253 @lilypondfile[verbatim,quote,texidoc,doctitle]
1254 {creating-cross-staff-arpeggios-in-a-piano-staff.ly}
1255
1256 @lilypondfile[verbatim,quote,texidoc,doctitle]
1257 {creating-cross-staff-arpeggios-in-other-contexts.ly}
1258
1259 @lilypondfile[verbatim,quote,texidoc,doctitle]
1260 {creating-arpeggios-across-notes-in-different-voices.ly}
1261
1262 @seealso
1263 音楽用語集:
1264 @rglos{arpeggio}
1265
1266 記譜法リファレンス:
1267 @ref{スラー},
1268 @ref{タイ}
1269
1270 コード断片集:
1271 @rlsrnamed{Expressive marks,発想記号}
1272
1273 内部リファレンス:
1274 @rinternals{Arpeggio},
1275 @rinternals{Slur},
1276 @rinternals{PianoStaff}
1277
1278 @knownissues
1279 @cindex cross-staff parenthesis-style arpeggio (譜を跨ぐ括弧スタイルのアルペジオ)
1280 @cindex arpeggio, parenthesis-style, cross-staff (譜を跨ぐ括弧スタイルのアルペジオ)
1281 @cindex arpeggio, cross-staff parenthesis-style (譜を跨ぐ括弧スタイルのアルペジオ)
1282
1283 ある @code{PianoStaff} の中の同時点で譜を跨ぐアルペジオと跨がないアルペジオを@c
1284 混在させることはできません。
1285
1286 譜を跨ぐアルペジオに括弧スタイルのアルペジオを適用することはできません。
1287
1288
1289 @node トリル
1290 @unnumberedsubsubsec トリル
1291 @translationof Trills
1292
1293 @cindex trills (トリル)
1294
1295 @funindex \trill
1296 @funindex trill
1297 @funindex \startTrillSpan
1298 @funindex startTrillSpan
1299 @funindex \stopTrillSpan
1300 @funindex stopTrillSpan
1301
1302 延長線を持たない短い @notation{トリル} は @code{\trill} で譜刻されます。@c
1303 @ref{アーティキュレーションと装飾} を参照してください。
1304
1305 延長線を持つ長いトリルは @code{\startTrillSpan} と @code{\stopTrillSpan} で@c
1306 作成されます:
1307
1308 @lilypond[verbatim,quote,relative=2]
1309 d1\startTrillSpan
1310 d1
1311 c2\stopTrillSpan
1312 r2
1313 @end lilypond
1314
1315 改行を跨ぐトリルは、次行の最初の音符の上から再開されます。
1316
1317 @lilypond[ragged-right,verbatim,quote,relative=2]
1318 d1\startTrillSpan
1319 \break
1320 d1
1321 c2\stopTrillSpan
1322 r2
1323 @end lilypond
1324
1325 連続したトリルには、明示的な @code{\stopTrillSpan} コマンドは必要ありません。@c
1326 なぜなら、自動的に次のトリルが前のトリルの右端となるからです。
1327
1328 @lilypond[verbatim,quote,relative=2]
1329 d1\startTrillSpan
1330 d1
1331 b1\startTrillSpan
1332 d2\stopTrillSpan
1333 r2
1334 @end lilypond
1335
1336 トリルを装飾小音符と組み合わせることもできます。@c
1337 この組み合わせの構文と装飾小音符を正確に配置する方法については、@c
1338 @ref{装飾小音符} で説明しています。
1339
1340 @lilypond[verbatim,quote,relative=2]
1341 d1~\afterGrace
1342 d1\startTrillSpan { c32[ d]\stopTrillSpan }
1343 c2 r2
1344 @end lilypond
1345
1346 @cindex pitched trills (ピッチを持つトリル)
1347 @cindex trills, pitched (ピッチを持つトリル)
1348 @funindex \pitchedTrill
1349 @funindex pitchedTrill
1350
1351 明示的なピッチを持つ予備の音符を必要とするトリルは
1352 @code{\pitchedTrill} コマンドを用いて譜刻することができます。@c
1353 最初の引数は主音符です。2 番目の引数は @emph{トリル} の音符であり、@c
1354 括弧で囲まれた符幹を持たない符頭として譜刻されます。
1355
1356 @lilypond[verbatim,quote,relative=2]
1357 \pitchedTrill
1358 d2\startTrillSpan fis
1359 d2
1360 c2\stopTrillSpan
1361 r2
1362 @end lilypond
1363
1364 @c 未訳
1365 @cindex pitched trill with forced accidental (ピッチを持つトリルに強制的に臨時記号を付ける)
1366 @cindex trill, pitched with forced accidental (ピッチを持つトリルに強制的に臨時記号を付ける)
1367 @cindex accidental, forced for pitched trill (ピッチを持つトリルに強制的に臨時記号を付ける)
1368
1369 同じ小節内で、同一音符のためデフォルトでは譜刻されない臨時記号を譜刻するには@c
1370 手動で譜刻を指定する必要があります。@c
1371 最初の小節では、最初のピッチを持つトリルだけに臨時記号が譜刻されています。
1372
1373 @lilypond[verbatim,quote,relative=2]
1374 \pitchedTrill
1375 eis4\startTrillSpan fis
1376 eis4\stopTrillSpan
1377
1378 \pitchedTrill
1379 eis4\startTrillSpan fis
1380 eis4\stopTrillSpan
1381
1382 \pitchedTrill
1383 eis4\startTrillSpan fis
1384 eis4\stopTrillSpan
1385
1386 \pitchedTrill
1387 eis4\startTrillSpan fis!
1388 eis4\stopTrillSpan
1389 @end lilypond
1390
1391 @predefined
1392 @code{\startTrillSpan},
1393 @code{\stopTrillSpan}
1394 @endpredefined
1395
1396
1397 @seealso
1398 音楽用語集:
1399 @rglos{trill}
1400
1401 記譜法リファレンス:
1402 @ref{アーティキュレーションと装飾},
1403 @ref{装飾小音符}
1404
1405 コード断片集:
1406 @rlsrnamed{Expressive marks,発想記号}
1407
1408 内部リファレンス:
1409 @rinternals{TrillSpanner}