X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fja%2Fnotation%2Fexpressive.itely;h=fd3d755797100534015d2ed3f3387b10e8fc033e;hb=4935f81a94ae1b98cd017a96571c153cee3e5686;hp=c99f0ac776160dbfaa7bd6723762b671aa0d73b7;hpb=f25b23eb6fbbf83489dfac39f1908ab13a75b4b9;p=lilypond.git diff --git a/Documentation/ja/notation/expressive.itely b/Documentation/ja/notation/expressive.itely index c99f0ac776..fd3d755797 100644 --- a/Documentation/ja/notation/expressive.itely +++ b/Documentation/ja/notation/expressive.itely @@ -1,12 +1,12 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*- @ignore - Translation of GIT committish: cc3b9e1430f4cc9c54da7252e504f3d274a7ea17 + Translation of GIT committish: fabcd22c8f88ea9a87241597f1e48c0a9adbfc6e When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' Guide, node Updating translation committishes..@end ignore -@c \version "2.17.6" +@c \version "2.17.25" @c Translators: Yoshiki Sawada @@ -161,7 +161,7 @@ c1\fermata これらの出力は以下のように表示されます: @lilypond[verbatim,quote,relative=2] -c4-^ c-+ c-- c-| +c4-^ c-+ c-- c-! c4-> c-. c2-_ @end lilypond @@ -620,6 +620,20 @@ moltoF = #(make-dynamic-script } @end lilypond +強弱記号を音符に中央揃えさせるのではなく、左揃えさせるには、@c +@code{\tweak} を使います: + +@lilypond[verbatim,quote] +moltoF = \tweak DynamicText.self-alignment-X #LEFT + #(make-dynamic-script + (markup #:normal-text "molto" + #:dynamic "f")) +\relative c' { + 16 + 2..\moltoF 1 +} +@end lilypond + マークアップ モードでのフォント設定は @ref{Selecting font and font size} で記述されています。 @@ -975,6 +989,12 @@ divisiones (ディビジョン: 区切り) がサポートされています。@ @lilypondfile[verbatim,quote,texidoc,doctitle] {changing-the-breath-mark-symbol.ly} +@c 未訳 +@cindex tick mark + +@lilypondfile[verbatim,quote,texidoc,doctitle] +{using-a-tick-as-the-breath-mark-symbol.ly} + @c 未訳 @cindex caesura @cindex railroad tracks @@ -1057,22 +1077,72 @@ c2\bendAfter #-8 @funindex \glissando @funindex glissando -@notation{グリッサンド} は音符に @code{\glissando} を付けることによって@c -作成されます: +@notation{グリッサンド} は音符の後に @code{\glissando} を付けることに@c +よって作成されます: @lilypond[verbatim,quote,relative=2] g2\glissando g' c2\glissando c, +\afterGrace f,1\glissando f'16 +@end lilypond + +グリッサンドは譜を跨いで音符を結ぶことができます: + +@lilypond[verbatim,quote] +\new PianoStaff << + \new Staff = "right" { + e'''2\glissando + \change Staff = "left" + a,,4\glissando + \change Staff = "right" + b''8 r | + } + \new Staff = "left" { + \clef bass + s1 + } +>> +@end lilypond + +グリッサンドは和音の中にある音符を結ぶことができます。@c +2 つの和音の音符を平行に 1 対 1 で結ぶのではない場合、 +@code{\glissandoMap} を設定することで、結び方を定義する必要があります。@c +和音の音符は入力ファイル @file{.ly} で出現する順に 0, 1, @dots{} と@c +番号が付きます。 + +@lilypond[verbatim,quote,relative=2] +1\glissando g' | +1\glissando | + | +\break +\set glissandoMap = #'((0 . 1) (1 . 0)) +1\glissando | + | +\set glissandoMap = #'((0 . 0) (0 . 1) (0 . 2)) +c1\glissando | + | +\set glissandoMap = #'((2 . 0) (1 . 0) (0 . 1)) +1\glissando | + | @end lilypond 異なるスタイルのグリッサンドを作成することもできます。@c 詳細は @ref{Line styles} を参照してください。 -@snippets +@snippets @lilypondfile[verbatim,quote,texidoc,doctitle] {contemporary-glissando.ly} +@lilypondfile[verbatim,quote,texidoc,doctitle] +{adding-timing-marks-to-long-glissandi.ly} + +@lilypondfile[verbatim,quote,texidoc,doctitle] +{making-glissandi-breakable.ly} + +@lilypondfile[verbatim,quote,texidoc,doctitle] +{extending-glissandi-across-repeats.ly} + @seealso 音楽用語集: @rglos{glissando} @@ -1159,9 +1229,9 @@ c2\glissando c, 2\arpeggio @end lilypond -括弧スタイルのアルペジオの破線プロパティは @code{'dash-details} プロパティで@c +括弧スタイルのアルペジオの破線プロパティは @code{'dash-definition} プロパティで@c 制御します。@c -@code{'dash-details} プロパティについては @ref{スラー} で説明しています。 +@code{'dash-definition} プロパティについては @ref{スラー} で説明しています。 アルペジオをタイを用いて明示的に描き出すことができます。@c 詳細は @ref{タイ} を参照してください。