]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/learning/common-notation.itely
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / ja / learning / common-notation.itely
index 085cf13722b460d1db376858bb2c9ac30d1b569a..18485c449c08afc4b5c5d8a20cf039f9987f2d52 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
 
 @ignore
-    Translation of GIT committish: c028761d49ac4820206806dbc58e9704a87b4a8
+    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.14.0"
+@c \version "2.17.11"
 
 @ignore
 Tutorial guidelines:  (different from policy.txt!)
@@ -215,8 +215,8 @@ aes4 c b c
 混乱してしまいましたか?@c
 以下のように考えてみてください:
 あなたがピアノを弾いているとします。@c
-黒鍵を押したいのであれば、音符名に @code{-is} や @code{-es} を付ける@c
-必要があるのです!
+黒鍵を押したいのであれば、音符名に @w{@code{-is}} や @w{@code{-es}}
+を付ける必要があるのです!
 
 すべての変化を明示的に付け加えることは入力時にちょっとした努力を@c
 要するかもしれません。@c
@@ -542,10 +542,10 @@ c2 d |
 分数として 2/3 を持ちます。
 
 @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
 
 
@@ -890,7 +890,8 @@ r4 <c e g> <c f a>2
 
 @lilypond[verbatim,quote,relative=2]
 r4 <c e g>~ <c f a>2 |
-<c e g>8[ <c f a> <c e g> <c f a>] <c e g>\>[ <c f a> <c f a> <c e g>]\! |
+<c e g>8[ <c f a> <c e g> <c f a>]
+  <c e g>8\>[ <c f a> <c f a> <c e g>]\! |
 r4 <c e g>8.\p <c f a>16( <c e g>4-. <c f a>) |
 @end lilypond
 
@@ -1034,11 +1035,6 @@ LilyPond での多声音楽はまだ説明していないコンセプトを用
 >>
 @end lilypond
 
-@warning{空白または改行によって最後の音節を閉じ波括弧と分けることが不可欠です。@c
-そうしなければ、波括弧は音節の一部と見なされ、@c
-原因の分かりづらいエラーを引き起こします。@c
-@rprogram{見かけ上 ../ly/init.ly のエラーとなる} を参照してください。}
-
 二重の山括弧 @w{@code{<< ... >>}} が楽曲全体を囲っていて、@c
 音楽と歌詞が同時進行することを示しています。
 
@@ -1357,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'' {
@@ -1420,7 +1416,8 @@ aFivePaper = \paper @{ paperheight = 21.0 \cm @}
 @end example
 
 ファイルが処理されると、タイトルと作曲者は楽譜の上に譜刻されます。@c
-タイトルについての更なる情報は、@ruser{Creating titles} を参照してください。
+タイトルについての更なる情報は、@ruser{Creating titles headers and footers}
+を参照してください。
 
 
 @node 絶対音符名