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