X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fja%2Fnotation%2Fexpressive.itely;h=fd3d755797100534015d2ed3f3387b10e8fc033e;hb=4935f81a94ae1b98cd017a96571c153cee3e5686;hp=9e0230f6d578c9c62a2a2db8694d7ea9d8ff14dc;hpb=b38fd63a19190741c0c19faf6a904af82c3f434c;p=lilypond.git diff --git a/Documentation/ja/notation/expressive.itely b/Documentation/ja/notation/expressive.itely index 9e0230f6d5..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: fe4f33aca60ea7c58bc9196eac43b4acca1d4437 + Translation of GIT committish: fabcd22c8f88ea9a87241597f1e48c0a9adbfc6e When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. -@end ignore + version that you are working on. For details, see the Contributors' + Guide, node Updating translation committishes..@end ignore -@c \version "2.14.0" +@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 @@ -180,8 +180,8 @@ c4-> c-. c2-_ このコマンドは @code{MultiMeasureRestText} オブジェクトを作成します。 @lilypond[verbatim,quote,relative=2] -\override Script #'color = #red -\override MultiMeasureRestText #'color = #blue +\override Script.color = #red +\override MultiMeasureRestText.color = #blue a2\fermata r\fermata R1\fermataMarkup @end lilypond @@ -479,7 +479,6 @@ c4\< d\! e\> d\! | @lilypondfile[verbatim,quote,texidoc,doctitle] {setting-the-minimum-length-of-hairpins.ly} -@c 未訳 @cindex al niente (アル ニエンテ) @cindex niente, al (アル ニエンテ) @@ -495,7 +494,6 @@ c4\< d\! e\> d\! | @lilypondfile[verbatim,quote,texidoc,doctitle] {changing-text-and-spanner-styles-for-text-dynamics.ly} - @seealso 音楽用語集: @rglos{al niente}, @@ -622,10 +620,23 @@ 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} で記述されています。 - @seealso 記譜法リファレンス: @ref{Formatting text}, @@ -633,6 +644,9 @@ moltoF = #(make-dynamic-script @ref{What goes into the MIDI output?}, @ref{Controlling MIDI dynamics} +LilyPond の拡張: +@rextend{Markup construction in Scheme} + コード断片集: @rlsrnamed{Expressive marks,発想記号} @@ -927,7 +941,6 @@ g4\( e c2\) @code{\phrasingSlurSolid} @endpredefined - @seealso 学習マニュアル: @rlearning{ネストされない括弧とタイ} @@ -976,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 @@ -984,7 +1003,6 @@ divisiones (ディビジョン: 区切り) がサポートされています。@ @lilypondfile[verbatim,quote,texidoc,doctitle] {inserting-a-caesura.ly} - @seealso 音楽用語集: @rglos{caesura} @@ -1016,21 +1034,19 @@ Fall あるいは Doit の向きはプラスあるいはマイナス (上ある 指示の数は Fall あるいは Doit の主音符を展開させるピッチの幅を示します。 @lilypond[verbatim,quote,relative=2] -c2-\bendAfter #+4 -c2-\bendAfter #-4 -c2-\bendAfter #+8 -c2-\bendAfter #-8 +c2\bendAfter #+4 +c2\bendAfter #-4 +c2\bendAfter #+6.5 +c2\bendAfter #-6.5 +c2\bendAfter #+8 +c2\bendAfter #-8 @end lilypond -Fall と Doit を記述する際、@c -@code{\bendAfter} コマンドの直前にダッシュ @code{-} を置く必要があります。 - @snippets @lilypondfile[verbatim,quote,texidoc,doctitle] {adjusting-the-shape-of-falls-and-doits.ly} - @seealso 音楽用語集: @rglos{fall}, @@ -1061,22 +1077,71 @@ Fall と Doit を記述する際、@c @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 音楽用語集: @@ -1091,10 +1156,7 @@ c2\glissando c, 内部リファレンス: @rinternals{Glissando} - @knownissues - -@c 未訳 線の上にテキストを譜刻する (@notation{グリッサンド} など) ことは@c サポートされていません。 @@ -1167,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{タイ} を参照してください。 @@ -1197,7 +1259,6 @@ c2\glissando c, @lilypondfile[verbatim,quote,texidoc,doctitle] {creating-arpeggios-across-notes-in-different-voices.ly} - @seealso 音楽用語集: @rglos{arpeggio} @@ -1214,9 +1275,7 @@ c2\glissando c, @rinternals{Slur}, @rinternals{PianoStaff} - @knownissues - @cindex cross-staff parenthesis-style arpeggio (譜を跨ぐ括弧スタイルのアルペジオ) @cindex arpeggio, parenthesis-style, cross-staff (譜を跨ぐ括弧スタイルのアルペジオ) @cindex arpeggio, cross-staff parenthesis-style (譜を跨ぐ括弧スタイルのアルペジオ) @@ -1329,7 +1388,6 @@ eis4\startTrillSpan fis! eis4\stopTrillSpan @end lilypond - @predefined @code{\startTrillSpan}, @code{\stopTrillSpan}