]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/simultaneous.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / ja / notation / simultaneous.itely
index cac2798fc10f4cb0dd0c58695fd86de00c2756be..b15c17a18ed1d9b7b5f3c77e20cb06f959bb279b 100644 (file)
@@ -1,12 +1,12 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
 @ignore
-    Translation of GIT committish: 3c62ac104645533873bba800f7b0f371089f535a
+    Translation of GIT committish: c1b0482f63f881bd3f67845e5f76a3e04675ef2a
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.19.29"
 
 
 @c Translators: Yoshiki Sawada
@@ -17,7 +17,7 @@
 @section 同時進行する音符
 @translationof Simultaneous notes
 
-@lilypondfile[quote]{simultaneous-headword.ly}
+@lilypondfile[quote,ragged-right,line-width=16\cm]{simultaneous-headword.ly}
 
 楽譜の中で多声部は楽曲の 1 節の中にある複数のボイスを参照します。@c
 LilyPond の中で多声部は同じ譜にある複数のボイスを参照します。
@@ -56,21 +56,28 @@ LilyPond の中で多声部は同じ譜にある複数のボイスを参照し
 和音は @code{<} と @code{>} で 1 組のピッチを囲むことによって形成されます。@c
 和音の後には -- 普通の音符と同様に -- 演奏時間が続くかもしれません:
 
-@lilypond[verbatim,quote,relative=2]
-<a c e>1 <a c e>2 <f a c e>4 <a c>8. <g c e>16
+@lilypond[verbatim,quote]
+\relative {
+  <a' c e>1 <a c e>2 <f a c e>4 <a c>8. <g c e>16
+}
 @end lilypond
 
 さらに、和音の後には -- 普通の音符と同様に -- アーティキュレーションが@c
 続くかもしれません:
 
-@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-.
+@lilypond[verbatim,quote]
+\relative {
+  <a' c e>1\fermata <a c e>2-> <f a c e>4\prall <a c>8.^! <g c e>16-.
+}
 @end lilypond
 
 和音の中にある音符自体にもアーティキュレーションや装飾を付けることができます。
 
-@lilypond[verbatim,quote,relative=2]
-<a c\prall e>1 <a-> c-^ e>2 <f-. a c-. e-.>4 <a-+ c-->8. <g\fermata c e\turn>16
+@lilypond[verbatim,quote]
+\relative {
+  <a' c\prall e>1 <a-> c-^ e>2 <f-. a c-. e-.>4
+  <a-+ c-->8. <g\fermata c e\turn>16
+}
 @end lilypond
 
 しかしながら、いくつかの記譜要素
@@ -78,8 +85,30 @@ LilyPond の中で多声部は同じ譜にある複数のボイスを参照し
 は和音の中の音符ではなく、和音に付ける必要があります。@c
 そうしなければ、譜刻されません。
 
-@lilypond[verbatim,quote,relative=2]
-<a\f c( e>1 <a c) e>\f <a\< c e>( <a\! c e>) <a c e>\< <a c e> <a c e>\!
+@lilypond[verbatim,quote]
+\relative {
+  <a'\f c( e>1 <a c) e>\f <a\< c e>( <a\! c e>)
+  <a c e>\< <a c e> <a c e>\!
+}
+@end lilypond
+
+@c ここから L2100
+@cindex chords, empty (空の和音)
+@cindex placeholder events ()
+
+和音は和音に含まれる音符、アーティキュレーション、それに他の付属要素の@c
+コンテナにすぎません。@c
+従って、音符を持たない和音は演奏時間を持ちません。@c
+そのような和音に付属するアーティキュレーションは、後に続く音符や和音の@c
+タイミングで発生して、組み合わされます (そのような要素の複雑な組み合わせ@c
+については @ref{Simultaneous expressions} を参照してください):
+
+@lilypond[verbatim,quote]
+\relative {
+  \grace { g'8( a b }
+  <> ) \p \< -. -\markup \italic "sempre staccato"
+  \repeat unfold 4 { c4 e }  c1\f
+}
 @end lilypond
 
 @cindex relative pitch, chords (和音と相対ピッチ)
@@ -91,25 +120,26 @@ LilyPond の中で多声部は同じ譜にある複数のボイスを参照し
 和音の中にある残りの音符はすべて @emph{同じ和音の中にある}
 前の音符との相対関係になります。
 
-@lilypond[verbatim,quote,relative=2]
-<a c e>1 <f a c> <a c e> <f' a c> <b, e b,>
+@lilypond[verbatim,quote]
+\relative {
+  <a' c e>1 <f a c> <a c e> <f' a c> <b, e b,>
+}
 @end lilypond
 
 和音についての更なる情報は、@ref{Chord notation} を参照してください。
 
-
 @seealso
 音楽用語集:
 @rglos{chord}
 
 学習マニュアル:
-@rlearning{音符を組み合わせて和音にする}
+@rlearning{Combining notes into chords}
 
 記譜法リファレンス:
 @ref{Chord notation},
-@ref{アーティキュレーションと装飾},
-@ref{相対オクターブ入力},
-@ref{複数のボイス}
+@ref{Articulations and ornamentations},
+@ref{Relative octave entry},
+@ref{Multiple voices}
 
 コード断片集:
 @rlsr{Simultaneous notes}
@@ -133,6 +163,7 @@ LilyPond の中で多声部は同じ譜にある複数のボイスを参照し
 
 @end itemize
 
+
 @node 和音の繰り返し
 @unnumberedsubsubsec 和音の繰り返し
 @translationof Chord repetition
@@ -143,33 +174,41 @@ LilyPond の中で多声部は同じ譜にある複数のボイスを参照し
 入力の手間を省くために、前の和音を繰り返すための短縮記法があります。@c
 和音を繰り返すためのシンボルは @code{q} です:
 
-@lilypond[verbatim,quote,relative=2]
-<a c e>1 q <f a c>2 q
+@lilypond[verbatim,quote]
+\relative {
+  <a' c e>1 q <f a c>2 q
+}
 @end lilypond
 
 前の和音のピッチが複製されているだけなので、
 通常の和音と同様に、和音の繰り返しのシンボルにも演奏時間、@c
 アーティキュレーション、マークアップ、スラー、連桁などを使うことができます。
 
-@lilypond[verbatim,quote,relative=2]
-<a c e>1\p^"text" q2\<( q8)[-| q8.]\! q16-1-2-3 q8\prall
+@lilypond[verbatim,quote]
+\relative {
+  <a' c e>1\p^"text" q2\<( q8)[-! q8.]\! q16-1-2-3 q8\prall
+}
 @end lilypond
 
 和音繰り返しのシンボルは常に最後の和音を覚えているため、@c
 最後の和音の後に和音ではない音符や休符があったとしても、@c
 和音を繰り返すことができます。
 
-@lilypond[verbatim,quote,relative=2]
-<a c e>1 c'4 q2 r8 q8 |
-q2 c, |
+@lilypond[verbatim,quote]
+\relative {
+  <a' c e>1 c'4 q2 r8 q8 |
+  q2 c, |
+}
 @end lilypond
 
 しかしながら、和音繰り返しのシンボルは前の和音の中にある、あるいは付属している@c
 強弱記号、アーティキュレーション、あるいは装飾を持ち越しません。
 
-@lilypond[verbatim,quote,relative=2]
-<a-. c\prall e>1\sfz c'4 q2 r8 q8 |
-q2 c, |
+@lilypond[verbatim,quote]
+\relative {
+  <a'-. c\prall e>1\sfz c'4 q2 r8 q8 |
+  q2 c, |
+}
 @end lilypond
 
 それらのイベントを持ち越すには、@code{\chordRepeats} 関数を明示的に呼び出し、@c
@@ -177,9 +216,9 @@ q2 c, |
 これにより持ち越されるイベントはすでに和音 @code{q} に存在しているものだけです。
 
 @lilypond[verbatim,quote]
-\relative c'' {
+\relative {
   \chordRepeats #'(articulation-event)
-  { <a-. c\prall e>1\sfz c'4 q2 r8 q8-. } |
+  { <a'-. c\prall e>1\sfz c'4 q2 r8 q8-. } |
   q2 c, |
 }
 @end lilypond
@@ -205,8 +244,8 @@ q2 c, |
 \new Voice
 \relative c'' {
   \chordRepeats #'(articulation-event)
-  \relative c''
-  { <a-. c\prall e>1\sfz c'4 q2 r8 q8-. } |
+  \relative
+  { <a'-. c\prall e>1\sfz c'4 q2 r8 q8-. } |
   q2 c |
 }
 @end lilypond
@@ -219,7 +258,7 @@ q2 c, |
 @seealso
 記譜法リファレンス:
 @ref{Chord notation},
-@ref{アーティキュレーションと装飾}
+@ref{Articulations and ornamentations}
 
 インストールされているファイル:
 @file{ly/chord-repetition-init.ly}
@@ -238,30 +277,48 @@ q2 c, |
 以下の例は 1 つの譜の上にある同時進行表記を示しています:
 
 @c KEEP LY
-@lilypond[quote,verbatim,relative=2]
+@lilypond[quote,verbatim]
 \new Voice {  % 明らかに単一のボイスです
-  << { a4 b g2 } { d4 g c,2 } >>
+  << \relative { a'4 b g2 }
+     \relative { d'4 g c,2 } >>
 }
 @end lilypond
 
-@lilypond[quote,verbatim,relative=2]
-% 単一の音符で始まります
-a << {a4 b g}  {d4 g c,} >>
+@lilypond[quote,verbatim]
+\relative {
+  % 単一の音符で始まります
+  a' << \relative { a'4 b g }
+       \relative { d'4 g c, } >>
+}
 @end lilypond
 
 これは同時進行するセクションが同一のリズムを持つ場合に役に立ちます。@c
 しかしながら、異なる演奏時間を持つ音符を同じ符幹に取り付けようとすると@c
-エラーとなります。
+エラーとなります。@c
+@emph{単一の} @samp{Voice} の中にある音符、アーティキュレーション、@c
+それにプロパティの変更は収集され、音楽的な順序で譜刻されます:
+
+@lilypond[quote,verbatim]
+\relative {
+  <a' c>4-.  <>-. << c a >>  << { c-. <c a> } { a s-. } >>
+}
+@end lilypond
+
+同時に複数の符幹や連桁、あるいは異なる音符の演奏時間やプロパティが必要な@c
+場合、複数のボイスを使う必要があります。
+
 
 以下の例は、同時進行する表記が暗黙的に複数の譜を生成する様子を示しています:
 
 @c KEEP LY
-@lilypond[quote,verbatim,relative=2]
+@lilypond[quote,verbatim]
 % 単一の音符で始まりません
-<< {a4 b g2}  {d4 g2 c,4} >>
+<< \relative { a'4 b g2 }
+   \relative { d'4 g2 c,4 } >>
 @end lilypond
 
-ここでは、リズムが異なっていても問題ありません。
+ここでは、リズムが異なっていても問題ありません。@c
+異なるボイスだと解釈されるからです。
 
 @cindex collisions, clashing note columns (音符列の衝突)
 @cindex collisions, ignoring (衝突を無視する)
@@ -279,7 +336,7 @@ warning: ignoring too many clashing note columns
 以下でこのメッセージを表示させなくすることができます:
 
 @example
-\override NoteColumn #'ignore-collision = ##t
+\override NoteColumn.ignore-collision = ##t
 @end example
 
 しかしながら、これは警告を非表示にするだけでなく、@c
@@ -304,8 +361,8 @@ warning: ignoring too many clashing note columns
 を適用することによって入力されます。@c
 例えば以下のように:
 
-@lilypond[quote,relative=2,verbatim]
-\makeClusters { <g b>2 <c g'> }
+@lilypond[quote,verbatim]
+\relative \makeClusters { <g' b>2 <c g'> }
 @end lilypond
 
 通常の音符とクラスタを同じ譜に一緒にして配置することができます
@@ -313,7 +370,6 @@ warning: ignoring too many clashing note columns
 そのようなケースでは、通常の音符とクラスタの衝突を@c
 自動的に回避しようとする試みは行われません。
 
-
 @seealso
 音楽用語集:
 @rglos{cluster}
@@ -326,9 +382,7 @@ warning: ignoring too many clashing note columns
 @rinternals{ClusterSpannerBeacon},
 @rinternals{Cluster_spanner_engraver}
 
-
 @knownissues
-
 クラスタは少なくとも 2 つの和音を持つ場合にのみうまく譜刻されます。@c
 さもなければ、あまりにも狭く譜刻されます。
 
@@ -339,6 +393,7 @@ warning: ignoring too many clashing note columns
 
 クラスタは MIDI 出力を作り出しません。
 
+
 @node 複数のボイス
 @subsection 複数のボイス
 @translationof Multiple voices
@@ -371,17 +426,17 @@ warning: ignoring too many clashing note columns
 @funindex \oneVoice
 @funindex oneVoice
 
-@strong{@i{明示的にボイスをインスタンス化する}}
+@subsubsubheading 明示的にボイスをインスタンス化する
 
 単一の譜の中に複数の独立したボイスを配置するのに必要とされる基本的な構造が@c
 以下の例で示されています:
 
-@lilypond[quote,relative=3,verbatim]
+@lilypond[quote,verbatim]
 \new Staff <<
   \new Voice = "first"
-    { \voiceOne r8 r16 g e8. f16 g8[ c,] f e16 d }
+    \relative { \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. }
+    \relative { \voiceTwo d''16 c d8~ 16 b c8~ 16 b c8~ 16 b8. }
 >>
 @end lilypond
 
@@ -395,7 +450,7 @@ warning: ignoring too many clashing note columns
 向きに戻します。
 
 @c passage: 楽節
-@strong{@i{一時的に多声となる楽節 (passage)}}
+@subsubsubheading 一時的に多声となる楽節 (passage)
 
 一時的に多声となる楽節は以下のような構成で作成することができます:
 
@@ -413,10 +468,10 @@ warning: ignoring too many clashing note columns
 これと同様に、歌詞は多声セクションの前、最中、後に続いているボイスに@c
 代入されます:
 
-@lilypond[quote, verbatim, relative=2]
-<<
+@lilypond[quote,verbatim]
+\relative <<
   \new Voice = "melody" {
-    a4
+    a'4
     <<
       {
         \voiceOne
@@ -440,7 +495,7 @@ warning: ignoring too many clashing note columns
 ここで、@code{\voiceOne} と @code{\voiceTwo} コマンドはそれぞれのボイスの@c
 設定を定義するために必要とされています。
 
-@strong{@i{2 重バックスラッシュ構造}}
+@subsubsubheading 2 重バックスラッシュ構造
 
 @code{<< @{...@} \\ @{...@} >>} 構造
 -- この中では 2 つ (あるいはそれ以上) の表記が
@@ -454,11 +509,11 @@ warning: ignoring too many clashing note columns
 
 最初の例は以下のように書き換えることができます:
 
-@lilypond[quote,relative=3,verbatim]
+@lilypond[quote,verbatim]
 <<
-  { r8 r16 g e8. f16 g8[ c,] f e16 d }
+  \relative { r8 r16 g'' e8. f16 g8[ c,] f e16 d }
   \\
-  { d16 c d8~ d16 b c8~ c16 b c8~ c16 b8. }
+  \relative { d''16 c d8~ 16 b c8~ 16 b c8~ 16 b8. }
 >>
 @end lilypond
 
@@ -472,13 +527,13 @@ warning: ignoring too many clashing note columns
 しています。@c
 休符が 2 重に譜刻されることを避けるために、空白休符を使用しています。
 
-@lilypond[quote,relative=3,verbatim]
+@lilypond[quote,verbatim]
 <<
-  { r8 g g  g g f16 ees f8 d }
+  \relative { r8 g'' g  g g f16 ees f8 d }
   \\
-  { ees,8 r ees r d r d r }
+  \relative { ees'8 r ees r d r d r }
   \\
-  { d'8 s c s bes s a s }
+  \relative { d''8 s c s bes s a s }
 >>
 @end lilypond
 
@@ -486,7 +541,7 @@ warning: ignoring too many clashing note columns
 @rlearning{ボイスを明示的にインスタンス化する} で説明されているように、@c
 明示的に @code{Voice} コンテキストを作成しておくと賢明です。
 
-@strong{@i{ボイスの順序}}
+@subsubsubheading Voice の順序
 
 入力ファイルの中にある複数のボイスを譜刻する時、以下の順序で譜刻されます:
 
@@ -526,7 +581,7 @@ etc.
 @warning{歌詞、スパナ (スラー、タイ、強弱のヘアピン等) はボイスを @q{跨ぐ}
 ことはできません。}
 
-@strong{@i{同一のリズム}}
+@subsubsubheading 同一のリズム
 
 同じリズムを持ち、並行して進行する音楽を譜刻するという特殊なケースでは、@c
 並行する音楽を単一の @code{Voice} の中に組み込み、@c
@@ -534,10 +589,10 @@ etc.
 これを実現するには、並行する音楽を明示的にインスタンス化されたボイス内の@c
 同時進行音楽構造の中に置きます:
 
-@lilypond[quote,relative=2,verbatim]
+@lilypond[quote,verbatim]
 \new Voice <<
-  { e4 f8 d e16 f g8 d4 }
-  { c4 d8 b c16 d e8 b4 }
+  \relative { e''4 f8 d e16 f g8 d4 }
+  \relative { c''4 d8 b c16 d e8 b4 }
 >>
 @end lilypond
 
@@ -553,18 +608,18 @@ etc.
 @code{\oneVoice}
 @endpredefined
 
-コード断片集:
-@rlsr{Simultaneous notes}
-
 @seealso
 学習マニュアル:
-@rlearning{音楽を保持するボイス},
-@rlearning{ボイスを明示的にインスタンス化する}
+@rlearning{Voices contain music},
+@rlearning{Explicitly instantiating voices}
 
 記譜法リファレンス:
-@ref{打楽器の譜},
-@ref{不可視の休符},
-@ref{符幹}
+@ref{Percussion staves},
+@ref{Invisible rests},
+@ref{Stems}
+
+コード断片集:
+@rlsr{Simultaneous notes}
 
 
 @node ボイス スタイル
@@ -582,15 +637,15 @@ etc.
 
 ボイス毎に異なる色と形を与えて、容易に見分けられるようにすることができます:
 
-@lilypond[quote,relative=2,verbatim]
+@lilypond[quote,verbatim]
 <<
-  { \voiceOneStyle d4 c2 b4 }
+  \relative { \voiceOneStyle d''4 c2 b4 }
   \\
-  { \voiceTwoStyle e,2 e }
+  \relative { \voiceTwoStyle e'2 e }
   \\
-  { \voiceThreeStyle b2. c4 }
+  \relative { \voiceThreeStyle b2. c4 }
   \\
-  { \voiceFourStyle g'2 g }
+  \relative { \voiceFourStyle g'2 g }
 >>
 @end lilypond
 
@@ -605,11 +660,10 @@ etc.
 @code{\voiceNeutralStyle}
 @endpredefined
 
-
 @seealso
 学習マニュアル:
-@rlearning{私はボイスを聴いている},
-@rlearning{その他の情報源}
+@rlearning{I'm hearing Voices},
+@rlearning{Other sources of information}.
 
 コード断片集:
 @rlsr{Simultaneous notes}
@@ -654,18 +708,20 @@ etc.
 以下の例は 3 つの異なる状態を示しています
 -- 第 1 小節の 1, 3 拍目、それに第 2 小節の 1 拍目で自動マージが失敗しています。
 
-@lilypond[quote,verbatim,relative=2]
+@lilypond[quote,verbatim]
 <<
-  {
-    c8 d e d c d c4
+  \relative {
+    c''8 d e d c d c4
     g'2 fis
-  } \\ {
-    c2 c8. b16 c4
+  } \\
+  \relative {
+    c''2 c8. b16 c4
     e,2 r
-  } \\ {
+  } \\
+  \relative {
     \oneVoice
     s1
-    e8 a b c d2
+    e'8 a b c d2
   }
 >>
 @end lilypond
@@ -674,39 +730,43 @@ etc.
 -- 例外として、半音符と 4 分音符のマージはできません。@c
 第 1 小節の 1 拍目の符頭がマージされました:
 
-@lilypond[quote,verbatim,relative=2]
+@lilypond[quote,verbatim]
 <<
-  {
+  \relative {
     \mergeDifferentlyHeadedOn
-    c8 d e d c d c4
+    c''8 d e d c d c4
     g'2 fis
-  } \\ {
-    c2 c8. b16 c4
+  } \\
+  \relative {
+    c''2 c8. b16 c4
     e,2 r
-  } \\ {
+  } \\
+  \relative {
     \oneVoice
     s1
-    e8 a b c d2
+    e'8 a b c d2
   }
 >>
 @end lilypond
 
 第 1 小節の 3 拍目のように異なる付点を持つ符頭もマージすることができます:
 
-@lilypond[quote,relative=2,verbatim]
+@lilypond[quote,verbatim]
 <<
-  {
+  \relative {
     \mergeDifferentlyHeadedOn
     \mergeDifferentlyDottedOn
-    c8 d e d c d c4
+    c''8 d e d c d c4
     g'2 fis
-  } \\ {
-    c2 c8. b16 c4
+  } \\
+  \relative {
+    c''2 c8. b16 c4
     e,2 r
-  } \\ {
+  } \\
+  \relative {
     \oneVoice
     s1
-    e8 a b c d2
+    e'8 a b c d2
   }
 >>
 @end lilypond
@@ -721,21 +781,23 @@ etc.
 最上段にある @notation{g} を列から外し、@c
 @code{\mergeDifferentlyHeadedOn} を正しく機能させています。
 
-@lilypond[quote,relative=2,verbatim]
+@lilypond[quote,verbatim]
 <<
-  {
+  \relative {
     \mergeDifferentlyHeadedOn
     \mergeDifferentlyDottedOn
-    c8 d e d c d c4
+    c''8 d e d c d c4
     \shiftOn
     g'2 fis
-  } \\ {
-    c2 c8. b16 c4
+  } \\
+  \relative {
+    c''2 c8. b16 c4
     e,2 r
-  } \\ {
+  } \\
+  \relative {
     \oneVoice
     s1
-    e8 a b c d2
+    e'8 a b c d2
   }
 >>
 @end lilypond
@@ -762,10 +824,10 @@ etc.
 
 @c KEEP LY
 @lilypond[quote,verbatim]
-\new Staff \relative c'' {
+\new Staff \relative {
   %% 簡略化された入力
   <<
-    { f2  }  % 1: 最上段
+    { f''2  }  % 1: 最上段
     \\
     { g,2 }  % 2: 最下段
     \\
@@ -816,9 +878,9 @@ etc.
 @rglos{polyphony}
 
 学習マニュアル:
-@rlearning{同時に演奏する複数の音符},
-@rlearning{音楽を保持するボイス},
-@rlearning{オブジェクトの衝突}
+@rlearning{Multiple notes at once},
+@rlearning{Voices contain music},
+@rlearning{Real music example}
 
 コード断片集:
 @rlsr{Simultaneous notes}
@@ -831,14 +893,14 @@ etc.
 @cindex collisions, ignoring (衝突を無視する)
 
 @knownissues
-@code{\override NoteColumn #'ignore-collision = ##t} を使うと@c
+@code{\override NoteColumn.ignore-collision = ##t} を使うと@c
 異なるボイスにある符頭が異なる音符を不適切にマージします。
 
-@lilypond[quote,relative=1,verbatim]
+@lilypond[quote,verbatim,fragment]
 \mergeDifferentlyHeadedOn
-<< { c16 a' b a } \\ { c,2 } >>
-\override NoteColumn #'ignore-collision = ##t
-<< { c16 a' b a } \\ { c,2 } >>
+<< \relative { c'16 a' b a } \\ \relative { c'2 } >>
+\override NoteColumn.ignore-collision = ##t
+<< \relative { c'16 a' b a } \\ \relative { c'2 } >>
 @end lilypond
 
 @ignore
@@ -893,17 +955,17 @@ are at the same time differently dotted are not clear.
 個々のパート譜と結合譜で同じ変数が使用されています。
 
 @lilypond[quote,verbatim]
-instrumentOne = \relative c' {
-  c4 d e f |
+instrumentOne = \relative {
+  c'4 d e f |
   R1 |
   d'4 c b a |
   b4 g2 f4 |
   e1 |
 }
 
-instrumentTwo = \relative g' {
+instrumentTwo = \relative {
   R1 |
-  g4 a b c |
+  g'4 a b c |
   d4 c b a |
   g4 f( e) d |
   e1 |
@@ -970,28 +1032,28 @@ instrumentTwo = \relative g' {
 
 @itemize
 @item
-@code{\partcombineApart} と @code{\partcombineApartOnce} は@c
+@code{\partcombineApart} と @code{\once \partcombineApart} は@c
 音符を 2 つの別個のボイスとして譜刻します
 -- たとえ和音やユニゾンにできる場合であっても分けて譜刻します。
 
 @item
-@code{\partcombineChords} と @code{\partcombineChordsOnce} は@c
+@code{\partcombineChords} と @code{\once \partcombineChords} は@c
 音符を組み合わせて、和音として譜刻します。
 
 @item
-@code{\partcombineUnisono} と @code{\partcombineUnisonoOnce} は@c
+@code{\partcombineUnisono} と @code{\once \partcombineUnisono} は@c
 音符を組み合わせて、@qq{ユニゾン} として譜刻します。
 
 @item
-@code{\partcombineSoloI} と @code{\partcombineSoloIOnce} は@c
+@code{\partcombineSoloI} と @code{\once \partcombineSoloI} は@c
 ボイス 1 だけを譜刻して、@qq{Solo} のマークを付けます。
 
 @item
-@code{\partcombineSoloII} と @code{\partcombineSoloIIOnce} は@c
+@code{\partcombineSoloII} と @code{\once \partcombineSoloII} は@c
 ボイス 2 だけを譜刻して、@qq{Solo} のマークを付けます。
 
 @item
-@code{\partcombineAutomatic} と @code{\partcombineAutomaticOnce}は@c
+@code{\partcombineAutomatic} と @code{\once \partcombineAutomatic}は@c
 上記のコマンドの効果を終わらせ、標準の @code{\partcombine} に戻します。
 @end itemize
 
@@ -1001,11 +1063,11 @@ instrumentOne = \relative c' {
   \partcombineAutomatic e2^"auto" e |
   \partcombineChords e'2^"chord" e |
   \partcombineAutomatic c2^"auto" c |
-  \partcombineApart c2^"apart" \partcombineChordsOnce e^"chord once" |
+  \partcombineApart c2^"apart" \once \partcombineChords e^"chord once" |
   c2 c |
 }
-instrumentTwo = \relative c' {
-  c2 c |
+instrumentTwo = \relative {
+  c'2 c |
   e2 e |
   a,2 c |
   c2 c' |
@@ -1028,7 +1090,6 @@ instrumentTwo = \relative c' {
 @lilypondfile[verbatim,quote,texidoc,doctitle]
 {changing-partcombine-texts.ly}
 
-
 @seealso
 音楽用語集:
 @rglos{a due},
@@ -1045,13 +1106,12 @@ instrumentTwo = \relative c' {
 @rinternals{Voice}
 
 @knownissues
-
 すべての @code{\partcombine...} はボイスを 2 つだけ受け取ることができ、@c
 歌詞を処理するようには設計されていません。@c
 ボイスに歌詞が付けられている場合、パート結合は処理を停止します。
 
-@code{\partcombine} 関数を @code{\times} ブロックや @code{\relative} ブロック@c
-の中に置くことはできません。
+@code{\partcombine...} 関数を @code{\tuplet} ブロックや @code{\relative}
\83\96ã\83­ã\83\83ã\82¯ã\81®ä¸­ã\81«ç½®ã\81\8fã\81\93ã\81¨ã\81¯ã\81§ã\81\8dã\81¾ã\81\9bã\82\93ã\80\82
 
 @code{printPartCombineTexts} がセットされていて、ある小節で 2 つのボイスの@c
 音符が同じである場合、@c
@@ -1076,8 +1136,8 @@ instrumentTwo = \relative c' {
 があった場合、@c
 その @code{Voice} のイベントは無視されることを意味します。
 
-@ref{デフォルトのタブ譜} のタブ譜や @ref{自動連桁} の @emph{音符} に対して@c
-@code{\partcombine} を使う場合は、@c
+@ref{Default tablatures} のタブ譜や @ref{Automatic beams} の @emph{音符}
+に対して @code{\partcombine} を使う場合は、@c
 それぞれの @emph{既知の問題と警告} も参照してください。
 
 
@@ -1104,12 +1164,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                        |
 
 }
@@ -1129,12 +1189,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                  |
 
  }
@@ -1191,10 +1251,9 @@ global = {
 }
 @end lilypond
 
-
 @seealso
 学習マニュアル:
-@rlearning{変数を用いて楽曲を編成する}
+@rlearning{Organizing pieces with variables}
 
 コード断片集:
 @rlsr{Simultaneous notes}