]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/chords.itely
Issue 5167/7: markup-partial regtest: use \markup function assignment
[lilypond.git] / Documentation / ja / notation / chords.itely
index ca86cbeff5611640cc40ece9ce1615770c66c8e1..d3035fe3cb5970a5cff66ea98a7c14e9401903e8 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.19.21"
+@c \version "2.19.28"
 
 @c Translators: Yoshiki Sawada
 @c Translation status: post-GDP
@@ -313,7 +313,7 @@ C の長三和音を作り出すということに注意してください。
 
 @lilypond[quote,verbatim]
 \chordmode {
-  c1:5.6 c:3.7.8 c:3.6.13
+  c1:3.5.6 c:3.7.8 c:3.6.13
 }
 @end lilypond
 
@@ -321,13 +321,13 @@ C の長三和音を作り出すということに注意してください。
 
 @lilypond[quote,verbatim]
 \chordmode {
-  c4:5.15 c:5.20 c:5.25 c:5.30
+  c4:3.5.15 c:3.5.20 c:3.5.25 c:3.5.30
 }
 @end lilypond
 
 @cindex chord steps, altering (和音の音を変化させる)
 
-和音の音は、数字の後ろに @code{+} または@code{-] を置くことで@c
+和音の音は、数字の後ろに @code{+} または@code{-} を置くことで@c
 変化させることができます。@c
 和音構造の一部として自動的に含まれる音を変化させるには、@c
 その音を追加して変化させます。
@@ -365,7 +365,7 @@ C の長三和音を作り出すということに注意してください。
 
 @lilypond[quote,ragged-right,verbatim]
 \chordmode {
-  c1:sus c:sus2 c:sus4 c:5.4^3
+  c1:5 c:sus2 c:sus4 c:5.4
 }
 @end lilypond
 
@@ -409,7 +409,7 @@ C の長三和音を作り出すということに注意してください。
 増和音が作り出されます。
 
 @lilypond[quote,ragged-right,verbatim]
-\chordmode { c1:5.5-.5+ }
+\chordmode { c1:3.5.5-.5+ }
 @end lilypond
 
 第二転回和音を作り出すには、低音を追加するしかありません。@c