]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/learning/common-notation.itely
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / ja / learning / common-notation.itely
index 44f77490e1a4fc4c8a8104c139e5bf0d076c8a6f..989f0443cd808a58efc7a7c2482624e7c9504971 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
 
 @ignore
-    Translation of GIT committish: f7630a9232be374298d88e1b8bdb85ead17a7572
+    Translation of GIT committish: c1b0482f63f881bd3f67845e5f76a3e04675ef2a
 
     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.16.0"
+@c \version "2.17.28"
 
 @ignore
 Tutorial guidelines:  (different from policy.txt!)
@@ -328,7 +328,7 @@ c4~( c8 d~ d4 e)
 使うことで音符に付け加えることができます:
 
 @lilypond[verbatim,quote,relative=2]
-c4-^ c-+ c-- c-|
+c4-^ c-+ c-- c-!
 c4-> c-. c2-_
 @end lilypond
 
@@ -530,22 +530,22 @@ c2 d |
 @cindex tuplets (連符)
 @cindex triplets (3 連符)
 
-@funindex \times
-@funindex times
+@funindex \tuplet
+@funindex tuplet
 
 音楽用語集: @rglos{note value}, @rglos{triplet}
 
-@notation{連符} は @code{\times} キーワードによって作成されます。@c
+@notation{連符} は @code{\tuplet} キーワードによって作成されます。@c
 これは 2 つの引数をとります: 分数と楽譜の断片です。@c
-楽譜の断片の演奏時間と分数が乗算されます。@c
-3 連符は表記された演奏時間の 2/3 の長さなので、@notation{3 連符} は@c
-分数として 2/3 を持ちます。
+分数の分母は通常の音符の数で、分子は連符の音符の数です。@c
+3 連符は 2 つの音符の代わりに 3 つの音符を演奏しますので、@notation{連符}
+の分数は 3/2 となります。
 
 @lilypond[verbatim,quote,relative=2]
-\times 2/3 { f8 g a }
-\times 2/3 { c8 r c }
-\times 2/3 { f,8 g16[ a g a] }
-\times 2/3 { d4 a8 }
+\tuplet 3/2 { f8 g a }
+\tuplet 3/2 { c8 r c }
+\tuplet 3/2 { f,8 g16[ a g a] }
+\tuplet 3/2 { d4 a8 }
 @end lilypond
 
 
@@ -570,7 +570,7 @@ c2 d |
 よっても作成されます:
 
 @lilypond[verbatim,quote,relative=2]
-c2 \grace { a32[ b] } c2 |
+c2 \grace { a32 b } c2 |
 c2 \appoggiatura b16 c2 |
 c2 \acciaccatura b16 c2 |
 @end lilypond
@@ -1035,11 +1035,6 @@ LilyPond での多声音楽はまだ説明していないコンセプトを用
 >>
 @end lilypond
 
-@warning{空白または改行によって最後の音節を閉じ波括弧と分けることが不可欠です。@c
-そうしなければ、波括弧は音節の一部と見なされ、@c
-原因の分かりづらいエラーを引き起こします。@c
-@rprogram{見かけ上 ../ly/init.ly のエラーとなる} を参照してください。}
-
 二重の山括弧 @w{@code{<< ... >>}} が楽曲全体を囲っていて、@c
 音楽と歌詞が同時進行することを示しています。
 
@@ -1358,7 +1353,7 @@ cello = \new Staff {
 楽曲のある部分が何度もリピートしている場合に入力の手間を省くことができます。
 
 @lilypond[verbatim,quote]
-tripletA = \times 2/3 { c,8 e g }
+tripletA = \tuplet 3/2 { c,8 e g }
 barA = { \tripletA \tripletA \tripletA \tripletA }
 
 \relative c'' {