]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/input.itely
Run scripts/auxiliar/update-with-convert-ly
[lilypond.git] / Documentation / ja / notation / input.itely
index 9f381e48159568dc0e58ccf5a331e1359322ccca..b2f37b09355207da5a6d18618534a775d8811fd7 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
 @ignore
-    Translation of GIT committish: 788ce4594c66c5db1bdbb915a684df96d8a29fde
+    Translation of GIT committish: ebe492ca408fb0d9abf80b94c56197eef8dc2f09
 
     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.15.25"
+@c \version "2.15.39"
 
 
 @c Translators: Yoshiki Sawada
@@ -1094,19 +1094,12 @@ scoreTitleMarkup = \markup @{ \column @{
 @unnumberedsubsubsec 自動脚注
 @translationof Automatic footnotes
 
-自動脚注を作成するために 2 つのコマンドがあります。@c
-個々のグラフィカル オブジェクト
-(例えば、符頭、符幹、スラー、強弱記号、@c
-それに @code{TextScripts} の @code{\markup})
-に脚注を付ける場合は @code{\footnoteGrob} を使用し、@c
-和音に脚注を付ける場合は @code{\footnote} を使用してください。
-
-2 つのコマンドはどちらも 3 つの引数を取ります:
+自動脚注は 3 つの引数を取ります:
 脚注を付ける @var{レイアウト オブジェクト}、@c
-脚注の位置 @var{(x . y)}、@c
+脚注の位置 @samp{(x . y)}、@c
 それにページ下部の脚注に表示される @code{\markup} です。
 
-コマンド @code{\footnoteGrob} は脚注を付けるグラフィカル オブジェクトの
+コマンド @code{\footnote} は脚注を付けるグラフィカル オブジェクトの
 @emph{前に} 配置する必要があります:
 
 @lilypond[verbatim,quote,ragged-right,papersize=a8]
@@ -1114,10 +1107,10 @@ scoreTitleMarkup = \markup @{ \column @{
   \header { tagline = ##f }
   \relative c' {
     \footnote #'(0.5 . -2) #'NoteHead
-      \markup { The first note }
+      \markup { The first note } \default
     a'4 b8
     \footnote #'(0.5 . 1) #'NoteHead
-      \markup { The third note }
+      \markup { The third note } \default
     e c4 d4
   }
 }
@@ -1132,9 +1125,9 @@ scoreTitleMarkup = \markup @{ \column @{
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote #'(1 . -1.25) "Here is a C"
-    es-\footnote #'(2 . -0.25) \markup { \italic "An E-flat" }
-    g-\footnote #'(2 . 3) \markup { \bold "This is a G" }
+    c-\footnote #'(1 . -1.25) "Here is a C" \default
+    es-\footnote #'(2 . -0.25) \markup { \italic "An E-flat" } \default
+    g-\footnote #'(2 . 3) \markup { \bold "This is a G" } \default
     >1
   }
 }
@@ -1145,33 +1138,33 @@ scoreTitleMarkup = \markup @{ \column @{
 高い位置にある脚注は、リストでも上に来ます。
 }
 
-ここで、グラフィカル オブジェクトに自動脚注を付ける例をいくつか挙げ、@c
-脚注とタグラインやコピーライトとの位置関係を示します。
+ここで、グラフィカル オブジェクト動脚注を付ける例をいくつか挙げ、@c
+さらに脚注とタグラインやコピーライトとの位置関係を示します。
 
 @lilypond[verbatim,quote,ragged-right,papersize=a8]
 \book {
   \header { copyright = \markup { "Copyright 1970" } }
   \relative c' {
     \footnote #'(-3 . 0) #'DynamicText
-      \markup { \bold Forte }
+      \markup { \bold Forte } \default
 
     \footnote #'(0 . 1.5) #'Slur
-      \markup { A slur }
+      \markup { A slur } \default
     a'4\f(
 
     \footnote #'(0 . -2) #'Beam
-      \markup { Beam }
+      \markup { Beam } \default
     b8)[ e]
 
     \footnote #'(1 . -1) #'Stem
-      \markup  { \teeny { This is a stem } }
+      \markup  { \teeny { This is a stem } } \default
     c4
 
     \footnote #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { A cautionary accidental }
+      \markup \italic { A cautionary accidental } \default
 
     \footnote #'(0.5 . -0.5) #'TextScript
-      \markup \italic { Slow Down }
+      \markup \italic { Slow Down } \default
     dis?4_"rit."
   }
 }
@@ -1195,27 +1188,16 @@ scoreTitleMarkup = \markup @{ \column @{
 @unnumberedsubsubsec 手動脚注
 @translationof Manual footnotes
 
-@funindex \footnote
-@funindex \footnoteGrob
-@cindex footnotes, manual (手動脚注)
-
-手動脚注を作成するために 2 つのコマンドがあります。@c
-最上位の @code{\markup} と和音にに脚注を付ける場合は
-@code{\footnote} を使用し、@c
-個々のグラフィカル オブジェクト
-(それに @code{TextScripts} の @code{\markup})
-に脚注を付ける場合は @code{\footnoteGrob} を使用てください。
-
-グラフィカル オブジェクトに脚注を付ける場合、@c
-@code{\footnote} コマンドは 4 つの引数を取ります:
+手動脚注は 4 つの引数を取ります:
 脚注を付ける @var{レイアウト オブジェクト}、@c
-脚注の位置 @var{(x . y)}、@c
+脚注の位置 @samp{(x . y)}、@c
 それに 2 つの @code{\markup} コマンドです。@c
 2 つの @code{\markup} コマンドのうち、@c
 最初のコマンドは音符やグラフィカル オブジェクトに付ける脚注の印で、@c
 次のコマンドはページ下部の脚注です。
 
-コマンド @code{\footnoteGrob} を脚注を付けるグラフィカル オブジェクトの
+自動脚注と同様に、手動脚注 @code{\footnote} コマンドは@c
+脚注を付けるグラフィカル オブジェクトの
 @emph{後に} @code{TextScript} として配置する必要があります:
 
 @lilypond[verbatim,quote,ragged-right,papersize=a8]
@@ -1223,29 +1205,27 @@ scoreTitleMarkup = \markup @{ \column @{
   \header { tagline = ##f }
   \relative c' {
     a'4-\footnote
-          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" }
+          "1" #'(0.5 . -2) #'NoteHead \markup { \italic "1. The first note" } \default
     b8
     e-\footnote
-          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note"
+          \markup { \bold "2" } #'(0.5 . 1) #'NoteHead "2. The second note" \default
     c4
-    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano"
+    d\p-\footnote "3" #'(0.5 . -1) #'DynamicText "3. Piano" \default
   }
 }
 @end lilypond
 
-和音に脚注を付ける場合、@c
-@code{\footnote} を脚注を付ける音符の @emph{後に}
-@code{TextScript} として配置する必要があります:
+和音に手動脚注を付ける場合、以下のようにします:
 
 @lilypond[verbatim,quote,ragged-right,papersize=a8]
 \book {
   \header { tagline = ##f }
   \relative c' {
     <
-    c-\footnote "1" #'(1 . -1.25) "1. C"
+    c-\footnote "1" #'(1 . -1.25) "1. C" \default
     es-\footnote
-       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat"
-    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" }
+       \markup { \bold "b" } #'(2 . -0.25) "b. E-flat" \default
+    g-\footnote "3" #'(2 . 3) \markup { \italic "iii. G" } \default
     >1
   }
 }
@@ -1265,36 +1245,38 @@ scoreTitleMarkup = \markup @{ \column @{
   \relative c' {
     \footnote
       \markup { \teeny 1 } #'(-3 . 0) #'DynamicText
-      \markup { 1. \bold Forte }
+      \markup { 1. \bold Forte } \default
 
     \footnote
       \markup { \teeny b } #'(0 . 1.5) #'Slur
-      \markup { b. A slur }
+      \markup { b. A slur } \default
     a'4\f(
 
     \footnote
       \markup { \teeny 3 } #'(0 . -2) #'Beam
-      \markup { 3. Beam }
+      \markup { 3. Beam } \default
     b8)[ e]
 
     \footnote
       \markup { 4 } #'(1 . -1) #'Stem
-      \markup  { \bold 4. { This is a stem } }
+      \markup  { \bold 4. { This is a stem } } \default
     c4
 
     \footnote
-      \markup \concat \teeny { "sharp (v)" } #'(0 . 0.5) #'AccidentalCautionary
-      \markup \italic { v. A cautionary accidental }
+      \markup \concat \teeny { "sharp (v)" }
+          #'(0 . 0.5) #'AccidentalCautionary
+      \markup \italic { v. A cautionary accidental } \default
 
     \footnote
       \markup \concat \teeny { "a" } #'(0.5 . -0.5) #'TextScript
-      \markup \italic { a. Slow Down }
+      \markup \italic { a. Slow Down } \default
     dis?4_"rit."
 
     \breathe
     \footnote
-      \markup { \teeny \musicglyph #"rests.4" } #'(1.5 . -0.25) #'BreathingSign
-      \markup { \null }
+      \markup { \teeny \musicglyph #"rests.4" }
+          #'(1.5 . -0.25) #'BreathingSign
+      \markup { \null } \default
   }
 }
 @end lilypond
@@ -2351,7 +2333,7 @@ Portable Document Format (PDF) と PostScript (PS) です。@c
 コマンド ライン オプションを指定することにより、@c
 Scalable Vector Graphics (SVG), Encapsulated PostScript (EPS) それに
 Portable Network Graphics (PNG) 出力フォーマットが利用可能です。@c
-@rprogram{lilypond のコマンド ライン オプション} を参照してください。
+@rprogram{Basic command line options for LilyPond} を参照してください。
 
 
 @node 記譜フォントを置換する
@@ -2589,10 +2571,7 @@ MIDI ファイルの初期テンポを設定します:
 \score @{
   @var{...music...}
   \midi @{
-    \context @{
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 72 4)
-    @}
+    \tempo 4 = 72
   @}
 @}
 @end example
@@ -2925,10 +2904,7 @@ MIDI 出力の品質を著しく高めることができます。
   >>
   \layout {}
   \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 72 2)
-    }
+    \tempo 2 = 72
   }
 }
 @end lilypond
@@ -2995,10 +2971,7 @@ MIDI 最小/最大ボリューム プロパティが設定されていない場
   >>
   \layout { }
   \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 72 2)
-    }
+    \tempo 2 = 72
   }
 }
 @end lilypond