]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/simultaneous.itely
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / Documentation / ja / notation / simultaneous.itely
index 883005d595cb692fabf475ded26d2d0ac20d6ad0..3c673471c5dd081fa4ae2f071ac3e5a8ace8e853 100644 (file)
@@ -6,7 +6,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.17.6"
+@c \version "2.19.2"
 
 
 @c Translators: Yoshiki Sawada
@@ -64,7 +64,7 @@ LilyPond の中で多声部は同じ譜にある複数のボイスを参照し
 続くかもしれません:
 
 @lilypond[verbatim,quote,relative=2]
-<a c e>1\fermata <a c e>2-> <f a c e>4\prall <a c>8.^| <g c e>16-.
+<a c e>1\fermata <a c e>2-> <f a c e>4\prall <a c>8.^! <g c e>16-.
 @end lilypond
 
 和音の中にある音符自体にもアーティキュレーションや装飾を付けることができます。
@@ -96,7 +96,7 @@ LilyPond の中で多声部は同じ譜にある複数のボイスを参照し
 については @ref{Simultaneous expressions} を参照してください):
 
 @lilypond[verbatim,quote,relative=2]
-\grace { g8[( a b] }
+\grace { g8( a b }
 <> ) \p \< -. -\markup \italic "sempre staccato"
 \repeat unfold 4 { c4 e }  c1\f
 @end lilypond
@@ -171,7 +171,7 @@ LilyPond の中で多声部は同じ譜にある複数のボイスを参照し
 アーティキュレーション、マークアップ、スラー、連桁などを使うことができます。
 
 @lilypond[verbatim,quote,relative=2]
-<a c e>1\p^"text" q2\<( q8)[-| q8.]\! q16-1-2-3 q8\prall
+<a c e>1\p^"text" q2\<( q8)[-! q8.]\! q16-1-2-3 q8\prall
 @end lilypond
 
 和音繰り返しのシンボルは常に最後の和音を覚えているため、@c
@@ -409,7 +409,7 @@ warning: ignoring too many clashing note columns
   \new Voice = "first"
     { \voiceOne r8 r16 g e8. f16 g8[ c,] f e16 d }
   \new Voice= "second"
-    { \voiceTwo d16 c d8~ d16 b c8~ c16 b c8~ c16 b8. }
+    { \voiceTwo d16 c d8~ 16 b c8~ 16 b c8~ 16 b8. }
 >>
 @end lilypond
 
@@ -486,7 +486,7 @@ warning: ignoring too many clashing note columns
 <<
   { r8 r16 g e8. f16 g8[ c,] f e16 d }
   \\
-  { d16 c d8~ d16 b c8~ c16 b c8~ c16 b8. }
+  { d16 c d8~ 16 b c8~ 16 b c8~ 16 b8. }
 >>
 @end lilypond
 
@@ -1129,12 +1129,12 @@ instrumentTwo = \relative c' {
 \parallelMusic #'(voiceA voiceB voiceC) {
   % Bar 1
   r8 g'16 c'' e'' g' c'' e'' r8 g'16 c'' e'' g' c'' e'' |
-  r16 e'8.~   e'4            r16 e'8.~   e'4            |
+  r16 e'8.~   4              r16 e'8.~   4              |
   c'2                        c'2                        |
 
   % Bar 2
   r8 a'16 d'' f'' a' d'' f'' r8 a'16 d'' f'' a' d'' f'' |
-  r16 d'8.~   d'4            r16 d'8.~   d'4            |
+  r16 d'8.~   4              r16 d'8.~   4              |
   c'2                        c'2                        |
 
 }
@@ -1154,12 +1154,12 @@ instrumentTwo = \relative c' {
 \parallelMusic #'(voiceA voiceB voiceC) {
   % Bar 1
   r8 g16 c e g, c e r8 g,16 c e g, c e  |
-  r16 e8.~ e4       r16 e8.~  e4        |
+  r16 e8.~ 4        r16 e8.~  4         |
   c2                c                   |
 
   % Bar 2
   r8 a,16 d f a, d f r8 a,16 d f a, d f |
-  r16 d8.~  d4       r16 d8.~  d4       |
+  r16 d8.~  4        r16 d8.~  4        |
   c2                 c                  |
 
  }