]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/expressive.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ja / notation / expressive.itely
index e6a414266040144a8374b281489789e827ea7e2d..97973e4d2b0087726716eaa972e4f5946e2077a4 100644 (file)
@@ -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.13.36"
+@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
@@ -194,13 +194,13 @@ R1\fermataMarkup
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {modifying-default-values-for-articulation-shorthand-notation.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {controlling-the-vertical-ordering-of-scripts.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {creating-a-delayed-turn.ly}
 
 @seealso
@@ -473,29 +473,27 @@ c4\< d\! e\> d\! |
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {setting-hairpin-behavior-at-bar-lines.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {setting-the-minimum-length-of-hairpins.ly}
 
-@c 未訳
 @cindex al niente (アル ニエンテ)
 @cindex niente, al (アル ニエンテ)
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {printing-hairpins-using-al-niente-notation.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {vertically-aligned-dynamics-and-textscripts.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {hiding-the-extender-line-for-text-dynamics.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@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' {
+  <d e>16 <d e>
+  <d e>2..\moltoF <d e>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,発想記号}
 
@@ -643,14 +657,14 @@ moltoF = #(make-dynamic-script
 
 @c 未訳
 このセクションでは曲線を持つさまざまな発想記号
--- 通常のスラー、フレージング スラー、ブレス記号、falls それに doits --
+-- 通常のスラー、フレージング スラー、ブレス記号、Fall それに Doit --
 を作成する方法について説明します。
 
 @menu
 * スラー::
 * フレージング スラー::
 * ブレス記号::
-* Falls and doits::
+* Fall と Doit::
 @end menu
 
 @node スラー
@@ -778,13 +792,13 @@ g4( e c2)
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {using-double-slurs-for-legato-chords.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {positioning-text-markups-inside-slurs.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {making-slurs-with-complex-dash-structure.ly}
 
 @seealso
@@ -927,7 +941,6 @@ g4\( e c2\)
 @code{\phrasingSlurSolid}
 @endpredefined
 
-
 @seealso
 学習マニュアル:
 @rlearning{ネストされない括弧とタイ}
@@ -973,18 +986,23 @@ divisiones (ディビジョン: 区切り) がサポートされています。@
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@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
 
 @c 未訳
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {inserting-a-caesura.ly}
 
-
 @seealso
 音楽用語集:
 @rglos{caesura}
@@ -1001,38 +1019,34 @@ divisiones (ディビジョン: 区切り) がサポートされています。@
 @rinternals{Breathing_sign_engraver}
 
 
-@c 未訳
-@node Falls and doits
-@unnumberedsubsubsec Falls and doits
+@node Fall と Doit
+@unnumberedsubsubsec Fall と Doit
+@translationof Falls and doits
 
-@cindex falls
-@cindex doits
+@cindex falls (Fall)
+@cindex doits (Doit)
 @funindex \bendAfter
 @funindex bendAfter
 
-@notation{Falls} and @notation{doits} can be added to notes using
-the @code{\bendAfter} command.  The direction of the fall or doit
-is indicated with a plus or minus (up or down).  The number
-indicates the pitch interval that the fall or doit will extend
-@emph{beyond} the main note.
+@code{\bendAfter} コマンドを用いて、@c
+@notation{Fall} と @notation{Doit} 音符にを付け加えることができます。@c
+Fall あるいは Doit の向きはプラスあるいはマイナス (上あるいは下) で示します。@c
+指示の数は 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
 
-The dash @code{-} immediately preceding the @code{\bendAfter}
-command is @emph{required} when writing falls and doits.
-
-
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {adjusting-the-shape-of-falls-and-doits.ly}
 
-
 @seealso
 音楽用語集:
 @rglos{fall},
@@ -1063,22 +1077,71 @@ command is @emph{required} when writing falls and doits.
 @funindex \glissando
 @funindex glissando
 
-@notation{ã\82°ã\83ªã\83\83ã\82µã\83³ã\83\89} ã\81¯é\9f³ç¬¦ã\81« @code{\glissando} ã\82\92ä»\98ã\81\91ã\82\8bã\81\93ã\81¨ã\81«ã\82\88ã\81£ã\81¦@c
-作成されます:
+@notation{ã\82°ã\83ªã\83\83ã\82µã\83³ã\83\89} ã\81¯é\9f³ç¬¦ã\81®å¾\8cã\81« @code{\glissando} ã\82\92ä»\98ã\81\91ã\82\8bã\81\93ã\81¨ã\81«@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]
+<c, e>1\glissando g' |
+<c, e>1\glissando |
+<g' b> |
+\break
+\set glissandoMap = #'((0 . 1) (1 . 0))
+<c, g'>1\glissando |
+<d a'> |
+\set glissandoMap = #'((0 . 0) (0 . 1) (0 . 2))
+c1\glissando |
+<d f a> |
+\set glissandoMap = #'((2 . 0) (1 . 0) (0 . 1))
+<f d a'>1\glissando |
+<c c'> |
 @end lilypond
 
 異なるスタイルのグリッサンドを作成することもできます。@c
 詳細は @ref{Line styles} を参照してください。
 
-@snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@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
 音楽用語集:
@@ -1093,10 +1156,7 @@ c2\glissando c,
 内部リファレンス:
 @rinternals{Glissando}
 
-
 @knownissues
-
-@c 未訳
 線の上にテキストを譜刻する (@notation{グリッサンド} など) ことは@c
 サポートされていません。
 
@@ -1190,16 +1250,15 @@ c2\glissando c,
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {creating-cross-staff-arpeggios-in-a-piano-staff.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {creating-cross-staff-arpeggios-in-other-contexts.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {creating-arpeggios-across-notes-in-different-voices.ly}
 
-
 @seealso
 音楽用語集:
 @rglos{arpeggio}
@@ -1216,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 (譜を跨ぐ括弧スタイルのアルペジオ)
@@ -1331,7 +1388,6 @@ eis4\startTrillSpan fis!
 eis4\stopTrillSpan
 @end lilypond
 
-
 @predefined
 @code{\startTrillSpan},
 @code{\stopTrillSpan}