]> 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 2fec9f83c049d49397db2c07af992255475cb061..18485c449c08afc4b5c5d8a20cf039f9987f2d52 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.16.0"
+@c \version "2.17.11"
 
 @ignore
 Tutorial guidelines:  (different from policy.txt!)
@@ -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
 
 
@@ -1353,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'' {