]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/text.itely
Merge branch 'master' into translation
[lilypond.git] / Documentation / ja / notation / text.itely
index 16e28098217a222a69bbf4f691e250f08c5312a3..f9e9e13011144992cd88d897555bce964df3026c 100644 (file)
@@ -1,16 +1,17 @@
-@c -*- coding: utf-8; mode: texinfo; -*-
+@c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
+
 @ignore
-    Translation of GIT committish: ebe492ca408fb0d9abf80b94c56197eef8dc2f09
+    Translation of GIT committish: 76ee88f5adfc7bcd8eff487543e3605e43a93d80
 
     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.15.17"
+@c \version "2.19.21"
 
 
-@c Translators: Yoshiki Sawada
+@c Translators: Masamichi Hosoda, Yoshiki Sawada
 @c Translation status: post-GDP
 
 
@@ -69,8 +70,8 @@
 そのような指示は、@ref{Direction and placement} で説明する構文を用いて、@c
 手動で譜の上または下に配置することができます。
 
-@lilypond[quote,verbatim,relative=2]
-a8^"pizz." g f e a4-"scherz." f
+@lilypond[quote,verbatim]
+\relative { a'8^"pizz." g f e a4-"scherz." f }
 @end lilypond
 
 この構文は実際には短縮記法です。@c
@@ -78,9 +79,10 @@ a8^"pizz." g f e a4-"scherz." f
 @code{\markup} ブロックを用いて明示的に、@c
 より複雑なテキスト フォーマットを音符に付け加えることができます。
 
-@lilypond[quote,verbatim,relative=2]
-a8^\markup { \italic pizz. } g f e
-a4_\markup { \tiny scherz. \bold molto } f
+@lilypond[quote,verbatim]
+\relative {
+  a'8^\markup { \italic pizz. } g f e
+  a4_\markup { \tiny scherz. \bold molto } f }
 @end lilypond
 
 デフォルトでは、テキスト指示は音符の間隔に影響を与えません。@c
@@ -88,10 +90,12 @@ a4_\markup { \tiny scherz. \bold molto } f
 以下の例では、最初のテキスト文字列は音符の間隔に影響を与えていませんが、@c
 2 番目のテキスト文字列は影響を与えています。
 
-@lilypond[quote,verbatim,relative=2]
-a8^"pizz." g f e
-\textLengthOn
-a4_"scherzando" f
+@lilypond[quote,verbatim]
+\relative {
+  a'8^"pizz." g f e
+  \textLengthOn
+  a4_"scherzando" f
+}
 @end lilypond
 
 テキスト スクリプトだけでなく、@c
@@ -115,7 +119,6 @@ a4_"scherzando" f
 学習マニュアル:
 @rlearning{オブジェクトの配置}
 
-
 記譜法リファレンス:
 @ref{テキストをフォーマットする},
 @ref{Direction and placement},
@@ -127,20 +130,18 @@ a4_"scherzando" f
 内部リファレンス:
 @rinternals{TextScript}
 
-
 @cindex text outside margin (マージンからはみ出すテキスト)
 @cindex margin, text running over (マージンからはみ出すテキスト)
 @cindex text, keeping inside margin (テキストをマージン内に収める)
 @cindex lyrics, keeping inside margin (歌詞をマージン内に収める)
 
-
 @knownissues
 テキスト スクリプトと歌詞がマージンに収まることを保証するためのチェックは@c
 計算量を増やします。@c
 処理速度を上げる必要がある場合は、以下を用います:
 
 @example
-\override Score.PaperColumn #'keep-inside-line = ##f
+\override Score.PaperColumn.keep-inside-line = ##f
 @end example
 
 
@@ -158,23 +159,30 @@ a4_"scherzando" f
 以下の構文を用いることで、@c
 ある音符から他の音符までの範囲に作成することができます:
 
-@lilypond[verbatim,quote,relative=2]
-\override TextSpanner #'(bound-details left text) = "rit."
-b1\startTextSpan
-e,\stopTextSpan
+@lilypond[verbatim,quote]
+\relative {
+  \override TextSpanner.bound-details.left.text = "rit."
+  b'1\startTextSpan
+  e,\stopTextSpan
+}
 @end lilypond
 
+@cindex text spanners, formatting (テキスト スパナ フォーマット)
+@cindex formatting text spanners (テキスト スパナ フォーマット)
+
 @noindent
 譜刻される文字列はオブジェクト プロパティを通じてセットされます。@c
 デフォルトでは文字列はイタリック体で譜刻されます。@c
 しかしながら、@ref{テキストをフォーマットする} で記述されているように、@c
 @code{\markup} ブロックを用いることで他の書体にすることができます。
 
-@lilypond[quote,relative=2,verbatim]
-\override TextSpanner #'(bound-details left text) =
-  \markup { \upright "rit." }
-b1\startTextSpan c
-e,\stopTextSpan
+@lilypond[quote,verbatim]
+\relative {
+  \override TextSpanner.bound-details.left.text =
+    \markup { \upright "rit." }
+  b'1\startTextSpan c
+  e,\stopTextSpan
+}
 @end lilypond
 
 テキスト文字列と同様に、@c
@@ -192,7 +200,7 @@ e,\stopTextSpan
 @predefined
 @code{\textSpannerUp},
 @code{\textSpannerDown},
-@code{\textSpannerNeutral}.
+@code{\textSpannerNeutral}
 @endpredefined
 
 @knownissues
@@ -206,7 +214,6 @@ LilyPond が処理できるテキスト スパナは 1 ボイスにつき、1 
 @lilypondfile[verbatim,quote,texidoc,doctitle]
 {dynamics-custom-text-spanner-postfix.ly}
 
-
 @seealso
 記譜法リファレンス:
 @ref{Line styles},
@@ -227,7 +234,7 @@ LilyPond が処理できるテキスト スパナは 1 ボイスにつき、1 
 
 
 @cindex text marks (テキスト マーク)
-@cindex marks, tex (テキスト マーク)t
+@cindex marks, tex (テキスト マーク)
 @cindex text on bar line (小節線上のテキスト)
 @cindex coda on bar line (小節線上のコーダ)
 @cindex segno on bar line (小節線上のセーニョ)
@@ -245,10 +252,12 @@ LilyPond が処理できるテキスト スパナは 1 ボイスにつき、1 
 @c \mark needs to be placed on a separate line (it's not
 @c attached to an object like \markup is). -vv
 
-@lilypond[verbatim,quote,relative=2]
-c4
-\mark "Allegro"
-c c c
+@lilypond[verbatim,quote]
+\relative {
+  c''4
+  \mark "Allegro"
+  c c c
+}
 @end lilypond
 
 この構文を用いることで、@c
@@ -257,11 +266,13 @@ c c c
 @code{\markup} ブロックを用いてより複雑なテキスト フォーマットを@c
 付け加えることもできます:
 
-@lilypond[quote,verbatim,relative=1]
-<c e>1
-\mark \markup { \italic { colla parte } }
-<d f>2 <e g>
-<c f aes>1
+@lilypond[quote,verbatim]
+\relative {
+  <c' e>1
+  \mark \markup { \italic { colla parte } }
+  <d f>2 <e g>
+  <c f aes>1
+}
 @end lilypond
 
 @noindent
@@ -269,10 +280,12 @@ c c c
 この構文で適切なシンボル名を指定することによって、@c
 特殊な記号 -- コーダ、セーニョ、フェルマータなど -- を譜刻することが可能です:
 
-@lilypond[quote,verbatim,relative=2]
-<bes f>2 <aes d>
-\mark \markup { \musicglyph #"scripts.ufermata" }
-<e g>1
+@lilypond[quote,verbatim]
+\relative {
+  <bes' f>2 <aes d>
+  \mark \markup { \musicglyph #"scripts.ufermata" }
+  <e g>1
+}
 @end lilypond
 
 @noindent
@@ -282,26 +295,33 @@ c c c
 小節線の上に配置されたり、音符の間に配置されたりします。@c
 改行位置で指定した場合、そのマークは次の行の先頭に譜刻されます。
 
-@lilypond[quote,verbatim,relative=2]
-\mark "Allegro"
-c1 c
-\mark "assai" \break
-c  c
+@lilypond[quote,verbatim,ragged-right]
+\relative c'' {
+  \mark "Allegro"
+  c1 c
+  \mark "assai" \break
+  c  c
+}
 @end lilypond
 
+@funindex \markLengthOn
+@funindex markLengthOn
+@funindex \markLengthOff
+@funindex markLengthOff
+
+@predefined
+@code{\markLengthOn},
+@code{\markLengthOff}
+@endpredefined
 
 @snippets
 
 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
 {printing-marks-at-the-end-of-a-line.ly}
 
-@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
-{aligning-marks-with-various-notation-objects.ly}
-
 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
 {printing-marks-on-every-staff.ly}
 
-
 @seealso
 記譜法リファレンス:
 @ref{リハーサル記号},
@@ -378,7 +398,6 @@ c  c
 @code{\markuplist}
 @endpredefined
 
-
 @snippets
 
 @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
@@ -444,14 +463,16 @@ c  c
 マークアップ コマンドを保持することができます。@c
 そのようなコマンドは直後の表記にのみ影響を与えます。
 
-@lilypond[quote,verbatim,relative=2]
-a1-\markup intenso
-a2^\markup { poco \italic più forte  }
-c e1
-d2_\markup { \italic "string. assai" }
-e
-b1^\markup { \bold { molto \italic  agitato } }
-c
+@lilypond[quote,verbatim]
+\relative {
+  a'1-\markup intenso
+  a2^\markup { poco \italic più forte  }
+  c e1
+  d2_\markup { \italic "string. assai" }
+  e
+  b1^\markup { \bold { molto \italic  agitato } }
+  c
+}
 @end lilypond
 
 @cindex special characters in markup mode (マークアップ モードでの特殊文字)
@@ -472,10 +493,12 @@ c
 ダブル クォーテーション自体は、@c
 それ自体の前にバックスラッシュを置くことによって譜刻されます。
 
-@lilypond[quote,verbatim,relative=2]
-a1^"\italic markup..."
-a_\markup { \italic "... prints \"italic\" letters!" }
-a a
+@lilypond[quote,verbatim]
+\relative {
+  a'1^"\italic markup..."
+  a_\markup { \italic "... prints \"italic\" letters!" }
+  a a
+}
 @end lilypond
 
 表記をばらばらなものとして扱うには、@c
@@ -488,11 +511,13 @@ a a
 以下の例では、@c
 2 番目の @code{\markup} 表記は 1 番目の表記と同じように扱われています:
 
-@lilypond[quote,verbatim,relative=2]
-c1^\markup { \center-column { a bbb c } }
-c1^\markup { \center-column { a { bbb c } } }
-c1^\markup { \center-column { a \line { bbb c } } }
-c1^\markup { \center-column { a "bbb c" } }
+@lilypond[quote,verbatim]
+\relative c'' {
+  c1^\markup { \center-column { a bbb c } }
+  c1^\markup { \center-column { a { bbb c } } }
+  c1^\markup { \center-column { a \line { bbb c } } }
+  c1^\markup { \center-column { a "bbb c" } }
+}
 @end lilypond
 
 マークアップを変数に格納することができます。@c
@@ -507,22 +532,19 @@ allegro = \markup { \bold \large Allegro }
 }
 @end lilypond
 
-
 @noindent
 @ref{Text markup commands} に
 @code{\markup} 特有のコマンドの徹底したリストがあります。
 
-
 @seealso
 記譜法リファレンス:
 @ref{Text markup commands}
 
-コード断片集:
-@rlsr{Text}
-
 インストールされているファイル:
 @file{scm/markup.scm}
 
+コード断片集:
+@rlsr{Text}
 
 @knownissues
 マークアップ モードの構文エラーは混乱しやすいです。
@@ -545,19 +567,22 @@ allegro = \markup { \bold \large Allegro }
 
 マークアップ モードでは、基本的なフォント切り替えがサポートされています:
 
-@lilypond[quote,verbatim,relative=2]
-d1^\markup {
-  \bold { Più mosso }
-  \italic { non troppo \underline Vivo }
+@lilypond[quote,verbatim]
+\relative {
+  d''1^\markup {
+    \bold { Più mosso }
+    \italic { non troppo \underline Vivo }
+  }
+  r2 r4 r8
+  d,_\markup { \italic quasi \smallCaps Tromba }
+  f1 d2 r
 }
-r2 r4 r8
-d,_\markup { \italic quasi \smallCaps Tromba }
-f1 d2 r
 @end lilypond
 
 @cindex font size (フォント サイズ)
 @cindex text size (テキスト サイズ)
 
+@funindex \abs-fontsize
 @funindex \fontsize
 @funindex fontsize
 @funindex \smaller
@@ -567,38 +592,57 @@ f1 d2 r
 @funindex \magnify
 @funindex magnify
 
-文字のサイズもいくつかの方法で変更することができます:
-@itemize
-@item
-フォント サイズをあらかじめ定義されている標準サイズに設定することができます。
+フォント サイズをいくつかの方法でグローバル譜サイズとの相対値で変更することができます。
 
-@item
-フォント サイズを絶対値で設定することができます。
+フォント サイズをあらかじめ定義されているサイズに設定することができます:
 
-@item
-さらに、フォント サイズを現在の値からの相対値で設定することができます。
-@end itemize
+@lilypond[quote,verbatim]
+\relative b' {
+  b1_\markup { \huge Sinfonia }
+  b1^\markup { \teeny da }
+  b1-\markup { \normalsize camera }
+}
+@end lilypond
 
-@noindent
-以下の例は、これら 3 つの方法の使用例です:
+フォント サイズを前の値との相対関係で設定することができます:
 
-@lilypond[quote,verbatim,relative=1]
-f1_\markup {
-  \tiny espressivo
-  \large e
-  \normalsize intenso
+@lilypond[quote,verbatim]
+\relative b' {
+  b1_\markup { \larger Sinfonia }
+  b1^\markup { \smaller da }
+  b1-\markup { \magnify #0.6  camera }
 }
-a^\markup {
-  \fontsize #5 Sinfonia
-  \fontsize #2 da
-  \fontsize #3 camera
+@end lilypond
+
+フォント サイズをグローバル譜サイズによって設定されている値で拡大あるいは縮小させる@c
+ことができます:
+
+@lilypond[quote,verbatim]
+\relative b' {
+  b1_\markup { \fontsize #-2 Sinfonia }
+  b1^\markup { \fontsize #1 da }
+  b1-\markup { \fontsize #3 camera }
 }
-bes^\markup { (con
-  \larger grande
-  \smaller emozione
-  \magnify #0.6 { e sentimento } )
+@end lilypond
+
+さらに、フォント サイズをグローバル譜サイズとは無関係に、固定ポイント サイズに設定する@c
+ことができます:
+
+@lilypond[quote,verbatim]
+\relative b' {
+  b1_\markup { \abs-fontsize #20 Sinfonia }
+  b1^\markup { \abs-fontsize #8 da }
+  b1-\markup { \abs-fontsize #14 camera }
 }
-d c2 r8 c bes a g1
+@end lilypond
+
+テキストにスペースが含まれる場合、@c
+各スペースのサイズが他の文字のサイズに適したものになるので、@c
+引用符の内側にすべて置くのがベストです。
+
+@lilypond[quote,verbatim]
+\markup \fontsize #6 \bold { Sinfonia da camera }
+\markup \fontsize #6 \bold { "Sinfonia da camera" }
 @end lilypond
 
 @cindex subscript (下付き文字)
@@ -608,6 +652,8 @@ d c2 r8 c bes a g1
 @funindex super
 @funindex \sub
 @funindex sub
+@funindex \normal-size-super
+@funindex normal-size-super
 
 テキストを下付き文字あるいは上付き文字として譜刻することができます。@c
 デフォルトでは、それらは小さなサイズで譜刻されますが、@c
@@ -648,7 +694,7 @@ d c2 r8 c bes a g1
 すべての文字を提供しないものもあります。
 
 @c \concat is actually documented in Align (it is not
-@c a font-switching command). But we need it here. -vv
+@c a font-switching command).  But we need it here. -vv
 
 フォント切り替えやフォーマット コマンドの中には、@c
 単語の中で使用されると@c
@@ -693,7 +739,6 @@ d c2 r8 c bes a g1
 @funindex \larger
 @funindex larger
 
-
 @predefined
 @code{\teeny},
 @code{\tiny},
@@ -705,7 +750,6 @@ d c2 r8 c bes a g1
 @code{\larger}
 @endpredefined
 
-
 @seealso
 記譜法リファレンス:
 @ref{フォント},
@@ -713,15 +757,15 @@ d c2 r8 c bes a g1
 @ref{手動の繰り返し記号},
 @ref{フォント}
 
+インストールされているファイル:
+@file{scm/define-markup-commands.scm}
+
 コード断片集:
 @rlsr{Text}
 
 内部リファレンス:
 @rinternals{TextScript}
 
-インストールされているファイル:
-@file{scm/define-markup-commands.scm}
-
 @knownissues
 フォントのサイズ コマンド @code{\teeny}, @code{\tiny}, @code{\small},
 @code{\normalsize}, @code{\large} それに @code{\huge} を用いると、@c
@@ -762,14 +806,16 @@ d c2 r8 c bes a g1
 以下の例では、@c
 最初のマークアップと 2 番目のマークアップの揃えられ方はまったく同じです。
 
-@lilypond[quote,verbatim,relative=2]
-d1-\markup { poco }
-f
-d-\markup { \left-align poco }
-f
-d-\markup { \center-align { poco } }
-f
-d-\markup { \right-align poco }
+@lilypond[quote,verbatim]
+\relative {
+  d''1-\markup { poco }
+  f
+  d-\markup { \left-align poco }
+  f
+  d-\markup { \center-align { poco } }
+  f
+  d-\markup { \right-align poco }
+}
 @end lilypond
 
 @funindex \halign
@@ -777,14 +823,16 @@ d-\markup { \right-align poco }
 
 水平方向の揃え方は、数値を使って、微調整することができます:
 
-@lilypond[quote,verbatim,relative=2]
-a1-\markup { \halign #-1 poco }
-e'
-a,-\markup { \halign #0 poco }
-e'
-a,-\markup { \halign #0.5 poco }
-e'
-a,-\markup { \halign #2 poco }
+@lilypond[quote,verbatim]
+\relative {
+  a'1-\markup { \halign #-1 poco }
+  e'
+  a,-\markup { \halign #0 poco }
+  e'
+  a,-\markup { \halign #0.5 poco }
+  e'
+  a,-\markup { \halign #2 poco }
+}
 @end lilypond
 
 @noindent
@@ -815,21 +863,23 @@ a,-\markup { \halign #2 poco }
 以下の例では 2 つのケースを示しています。@c
 最後のマークアップはアンカ ポイントを持たず、それゆえ移動されません。
 
-@lilypond[quote,verbatim,relative=1]
-d2^\markup {
-  Acte I
-  \raise #2 { Scène 1 }
-}
-a'
-g_\markup {
-  \null
-  \lower #4 \bold { Très modéré }
-}
-a
-d,^\markup {
-  \raise #4 \italic { Une forêt. }
+@lilypond[quote,verbatim]
+\relative {
+  d'2^\markup {
+    Acte I
+    \raise #2 { Scène 1 }
+  }
+  a'
+  g_\markup {
+    \null
+    \lower #4 \bold { Très modéré }
+  }
+  a
+  d,^\markup {
+    \raise #4 \italic { Une forêt. }
+  }
+  a'4 a g2 a
 }
-a'4 a g2 a
 @end lilypond
 
 @funindex \general-align
@@ -844,22 +894,24 @@ a'4 a g2 a
 そのようなコマンドで移動させるオブジェクトの前には@c
 アンカ ポイントを置く必要があります:
 
-@lilypond[quote,verbatim,relative=1]
-d2^\markup {
-  Acte I
-  \translate #'(-1 . 2) "Scène 1"
-}
-a'
-g_\markup {
-  \null
-  \general-align #Y #3.2 \bold "Très modéré"
-}
-a
-d,^\markup {
-  \null
-  \translate-scaled #'(-1 . 2) \teeny "Une forêt."
+@lilypond[quote,verbatim]
+\relative {
+  d'2^\markup {
+    Acte I
+    \translate #'(-1 . 2) "Scène 1"
+  }
+  a'
+  g_\markup {
+    \null
+    \general-align #Y #3.2 \bold "Très modéré"
+  }
+  a
+  d,^\markup {
+    \null
+    \translate-scaled #'(-1 . 2) \teeny "Une forêt."
+  }
+  a'4 a g2 a
 }
-a'4 a g2 a
 @end lilypond
 
 @cindex multi-line markup (複数行にわたるマークアップ)
@@ -896,7 +948,6 @@ a'4 a g2 a
 
 @cindex centering text on the page (テキストをページの中央に揃える)
 @cindex text, centering on the page (テキストをページの中央に揃える)
-@cindex centering markup on the page (マークアップをページの中央に揃える)
 @cindex markup, centering on the page (マークアップをページの中央に揃える)
 
 @funindex \fill-line
@@ -946,7 +997,7 @@ a'4 a g2 a
     \line \bold { Acto I }
     \wordwrap \italic {
       (La escena representa el corral de una casa de
-      gitanos en el AlbaicÃ\83­n de Granada.  Al fondo una
+      gitanos en el Albaicín de Granada.  Al fondo una
       puerta por la que se ve el negro interior de
       una Fragua, iluminado por los rojos resplandores
       del fuego.)
@@ -958,7 +1009,7 @@ a'4 a g2 a
     \justify \italic {
       (Calle de Granada.  Fachada de la casa de Carmela
       y su hermano Manuel con grandes ventanas abiertas
-      a travÃ\83©s de las que se ve el patio
+      a través de las que se ve el patio
       donde se celebra una alegre fiesta)
     }
   }
@@ -971,7 +1022,6 @@ a'4 a g2 a
 
 @ref{Align} にテキスト揃えコマンドの徹底したリストがあります。
 
-
 @seealso
 学習マニュアル:
 @rlearning{オブジェクトを移動させる}
@@ -980,15 +1030,15 @@ a'4 a g2 a
 @ref{Align},
 @ref{テキスト マーク}
 
+インストールされているファイル:
+@file{scm/define-markup-commands.scm}.
+
 コード断片集:
 @rlsr{Text}
 
 内部リファレンス:
 @rinternals{TextScript}
 
-インストールされているファイル:
-@file{scm/define-markup-commands.scm}.
-
 
 @node マークアップ内部でのグラフィック記譜法
 @unnumberedsubsubsec マークアップ内部でのグラフィック記譜法
@@ -1138,8 +1188,8 @@ Flute quartet keeps very uneven time."
 このような機能を使う場合、以下で示すように、@c
 描画サイズを明示的に指定することを推奨します:
 
-@lilypond[quote,verbatim,relative=1]
-c1^\markup {
+@lilypond[quote,verbatim,fragment]
+c'1^\markup {
   \combine
     \epsfile #X #10 #"./context-example.eps"
     \with-dimensions #'(0 . 6) #'(0 . 10)
@@ -1155,17 +1205,21 @@ c1^\markup {
       closepath
       stroke"
   }
-c
+c'
 @end lilypond
 
 @ref{Graphic} にグラフィック特有のコマンドの徹底したリストがあります。
 
-
 @seealso
 記譜法リファレンス:
-@ref{Graphic},
+@ref{Align},
+Dimensions,
 @ref{編集者の注釈},
-@ref{Align}
+@ref{Graphic}
+
+インストールされているファイル:
+@file{scm/define-markup-commands.scm},
+@file{scm/stencil.scm}
 
 コード断片集:
 @rlsr{Text}
@@ -1173,10 +1227,6 @@ c
 内部リファレンス:
 @rinternals{TextScript}
 
-インストールされているファイル:
-@file{scm/define-markup-commands.scm},
-@file{scm/stencil.scm}
-
 
 @node マークアップ内部での音楽記譜法
 @unnumberedsubsubsec マークアップ内部での音楽記譜法
 
 音符と臨時記号はマークアップ コマンドを用いて入力することができます:
 
-@lilypond[quote,verbatim,relative=2]
-a2 a^\markup {
+@lilypond[quote,verbatim,fragment]
+a'2 a'^\markup {
   \note #"4" #1
   =
   \note-by-number #1 #1 #1.5
 }
-b1_\markup {
+b'1_\markup {
   \natural \semiflat \flat
   \sesquiflat \doubleflat
 }
 \glissando
-a1_\markup {
+a'1_\markup {
   \natural \semisharp \sharp
   \sesquisharp \doublesharp
 }
-\glissando b
+\glissando b'
 @end lilypond
 
 他の記譜オブジェクトもマークアップ モードの中で譜刻することができます:
 
-@lilypond[quote,verbatim,relative=1]
-g1 bes
-ees-\markup {
-  \finger 4
-  \tied-lyric #"~"
-  \finger 1
-}
-fis_\markup { \dynamic rf }
-bes^\markup {
-  \beam #8 #0.1 #0.5
-}
-cis
-d-\markup {
-  \markalphabet #8
-  \markletter #8
+@lilypond[quote,verbatim]
+\relative {
+  g1 bes
+  ees\finger \markup \tied-lyric #"4~1"
+  fis_\markup { \dynamic rf }
+  bes^\markup {
+    \beam #8 #0.1 #0.5
+  }
+  cis
+  d-\markup {
+    \markalphabet #8
+    \markletter #8
+  }
 }
 @end lilypond
 
@@ -1235,36 +1283,39 @@ d-\markup {
 @ref{The Feta font} に、@c
 音楽シンボルと音楽シンボル名の徹底したリストがあります。
 
-@lilypond[quote,verbatim,relative=2]
-c2
-c'^\markup { \musicglyph #"eight" }
-c,4
-c,8._\markup { \musicglyph #"clefs.G_change" }
-c16
-c2^\markup { \musicglyph #"timesig.neomensural94" }
+@lilypond[quote,verbatim]
+\relative {
+  c''2
+  c'^\markup { \musicglyph #"eight" }
+  c,4
+  c,8._\markup { \musicglyph #"clefs.G_change" }
+  c16
+  c2^\markup { \musicglyph #"timesig.neomensural94" }
+}
 @end lilypond
 
-@noindent
 テキストではない図柄を譜刻するもう 1 つの方法が
 @ref{フォントの説明} で記述されています。@c
 この方法はさまざまなサイズの波括弧を譜刻する場合に有用です。
 
 さらに、マークアップ モードは特定の楽器のためのダイアグラムをサポートします:
 
-@lilypond[quote,verbatim,relative=2]
-c1^\markup {
-  \fret-diagram-terse #"x;x;o;2;3;2;"
-}
-c^\markup {
-  \harp-pedal #"^-v|--ov^"
-}
-c
-c^\markup {
-  \combine
-    \musicglyph #"accordion.discant"
+@lilypond[quote,verbatim]
+\relative {
+  c''1^\markup {
+    \fret-diagram-terse #"x;x;o;2;3;2;"
+  }
+  c^\markup {
+    \harp-pedal #"^-v|--ov^"
+  }
+  c
+  c^\markup {
     \combine
-      \raise #0.5 \musicglyph #"accordion.dot"
-      \raise #1.5 \musicglyph #"accordion.dot"
+      \musicglyph #"accordion.discant"
+      \combine
+       \raise #0.5 \musicglyph #"accordion.dot"
+       \raise #1.5 \musicglyph #"accordion.dot"
+  }
 }
 @end lilypond
 
@@ -1282,37 +1333,38 @@ c^\markup {
 ネストされる @code{\score} ブロックには
 @code{\layout} ブロックを含める必要があります:
 
-@lilypond[quote,verbatim,relative=1]
-c4 d^\markup {
-  \score {
-    \relative c' { c4 d e f }
-    \layout { }
+@lilypond[quote,verbatim]
+\relative {
+  c'4 d^\markup {
+    \score {
+      \relative { c'4 d e f }
+      \layout { }
+    }
   }
+  e f |
+  c d e f
 }
-e f |
-c d e f
 @end lilypond
 
 @ref{Music} に、音楽記譜法関連のコマンドの徹底したリストがあります。
 
-
 @seealso
 記譜法リファレンス:
 @ref{Music},
 @ref{The Feta font},
 @ref{フォントの説明}
 
+インストールされているファイル:
+@file{scm/define-markup-commands.scm},
+@file{scm/fret-diagrams.scm},
+@file{scm/harp-pedals.scm}
+
 コード断片集:
 @rlsr{Text}
 
 内部リファレンス:
 @rinternals{TextScript}
 
-インストールされているファイル:
-@file{scm/define-markup-commands.scm},
-@file{scm/fret-diagrams.scm},
-@file{scm/harp-pedals.scm}.
-
 
 @node 複数ページにわたるマークアップ
 @unnumberedsubsubsec 複数ページにわたるマークアップ
@@ -1363,23 +1415,22 @@ c d e f
 @ref{Text markup list commands} に、@c
 マークアップ リスト コマンドの徹底したリストがあります。
 
-
 @seealso
 記譜法リファレンス:
-@ref{Text markup list commands},
-
-コード断片集:
-@rlsr{Text}
+@ref{Text markup list commands}
 
 拡張:
 @rextend{New markup list command definition}
 
+インストールされているファイル:
+@file{scm/define-markup-commands.scm}
+
+コード断片集:
+@rlsr{Text}
+
 内部リファレンス:
 @rinternals{TextScript}
 
-インストールされているファイル:
-@file{scm/define-markup-commands.scm}.
-
 @funindex \markuplist
 @funindex markuplist
 
@@ -1387,7 +1438,6 @@ c d e f
 @code{\markuplist}
 @endpredefined
 
-
 @node フォント
 @subsection フォント
 @translationof Fonts
@@ -1423,8 +1473,8 @@ FontConfig はシステムで利用可能なフォントを検出するために
 さまざまな LilyPond @code{feta} 非テキスト フォントを@c
 マークアップ モードの中で直接使用することが可能になります:
 
-@lilypond[quote,verbatim,relative=2]
-a1^\markup {
+@lilypond[quote,verbatim,fragment]
+a'1^\markup {
   \vcenter {
     \override #'(font-encoding . fetaBraces)
     \lookup #"brace120"
@@ -1452,25 +1502,31 @@ a1^\markup {
 -- @ref{Rotating objects} を参照してください。
 
 3 ファミリのテキスト フォントが利用可能になっています:
-@emph{roman} (serif) フォント
--- これはデフォルトでは New Century Schoolbook です --
-と、@emph{sans} フォントと単一幅の @emph{typewriter} フォント
--- これら 2 つのファミリは Pango のインストール時に決定されます --
-です。
+@itemize
+@item
+@emph{roman} (serif) フォントの@c
+デフォルトは LilyPond Serif (TeX Gyre Schola のエイリアス)です。
+@item
+@emph{sans} フォントの@c
+デフォルトは LilyPond Sans Serif (TeX Gyre Heros のエイリアス)です。
+@item
+@emph{typewriter} (monospaced) フォントの@c
+デフォルトは LilyPond Monospace (TeX Gyre Cursor のエイリアス)です。
+@end itemize
 
 それぞれのファミリには異なる形状とセットのフォントが保持されています。@c
 以下の例は、ファミリ、形状、セットそれにサイズを変更する様子を示しています。@c
 デフォルト サイズから変更する場合、@c
 @code{font-size} に提供する値が必要となります。
 
-@lilypond[quote,verbatim,relative=2]
-\override Score.RehearsalMark #'font-family = #'typewriter
+@lilypond[quote,verbatim,fragment]
+\override Score.RehearsalMark.font-family = #'typewriter
 \mark \markup "Ouverture"
-\override Voice.TextScript #'font-shape = #'italic
-\override Voice.TextScript #'font-series = #'bold
-d2.^\markup "Allegro"
-\override Voice.TextScript #'font-size = #-3
-c4^smaller
+\override Voice.TextScript.font-shape = #'italic
+\override Voice.TextScript.font-series = #'bold
+d''2.^\markup "Allegro"
+\override Voice.TextScript.font-size = #-3
+c''4^smaller
 @end lilypond
 
 @noindent
@@ -1506,7 +1562,6 @@ c4^smaller
 他のフォントを使用する方法は以下のセクションで説明されています:
 @ref{個々に登録するフォント} と @ref{ドキュメント全体のフォント}。
 
-
 @seealso
 記譜法リファレンス:
 @ref{The Feta font},
@@ -1525,14 +1580,14 @@ c4^smaller
 FontConfig に認識されている任意のフォントを@c
 楽譜の中で使用することができます:
 
-@lilypond[quote,verbatim,relative=2]
-\override Staff.TimeSignature #'font-name = #"Bitstream Charter"
-\override Staff.TimeSignature #'font-size = #2
+@lilypond[quote,verbatim,fragment]
+\override Staff.TimeSignature.font-name = #"Bitstream Charter"
+\override Staff.TimeSignature.font-size = #2
 \time 3/4
 
-a1_\markup {
-  \override #'(font-name . "Vera Bold")
-    { Vera Bold }
+a'1_\markup {
+  \override #'(font-name . "Bitstream Vera Sans,sans-serif, Oblique Bold")
+    { Vera Oblique Bold }
 }
 @end lilypond
 
@@ -1541,16 +1596,22 @@ a1_\markup {
 @cindex listing available fonts (利用可能なフォントをリストアップする)
 @cindex available fonts, listing (利用可能なフォントをリストアップする)
 
+@var{font-name} はカンマ区切りの @q{フォント} のリストと、@c
+スペース区切りの @q{スタイル} のリストを記述できます。@c
+リスト中の @q{フォント} がインストールされていて、@c
+要求されたグリフを含んでいれば、それが使われます。@c
+そうでないなら代わりにリストの @emph{次} のフォントが使われます。
+
 @funindex show-available-fonts
 
-以下のコマンドはオペレーティング システムで利用可能な@c
+lilypond を以下のオプションを付けて実行すると@c
+オペレーティング システムで利用可能な@c
 すべてのフォントのリストを表示します:
 
 @example
 lilypond -dshow-available-fonts x
 @end example
 
-
 @seealso
 記譜法リファレンス:
 @ref{フォントの説明},
@@ -1571,6 +1632,11 @@ lilypond -dshow-available-fonts x
 以下の例で示す方法に従ってフォント ファミリを指定することにより、@c
 @emph{roman}, @emph{sans} それに @emph{typewriter} フォント ファミリ@c
 として使用されるデフォルト フォントを変更することができます。@c
+この例ではグローバル譜サイズにセットされた値で自動的にフォントのサイズを@c
+伸縮しています。@c
+@ref{個々に登録するフォント} のように、@c
+カンマ区切りの @q{フォント} のリストを記述できます。@c
+しかし、フォント @q{スタイル} は記述できません。@c
 フォントについての説明は、@ref{フォントの説明} を参照してください。
 
 @cindex font families, setting (フォント ファミリを設定する)
@@ -1580,12 +1646,11 @@ lilypond -dshow-available-fonts x
 
 @lilypond[verbatim,quote]
 \paper  {
-  myStaffSize = #20
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Nimbus Sans"
+                          "Nimbus Sans,Nimbus Sans L"
                           "Luxi Mono"
-                           (/ myStaffSize 20)))
+                          (/ staff-height pt 20)))
 }
 
 \relative c'{
@@ -1599,7 +1664,6 @@ lilypond -dshow-available-fonts x
 @c we don't do Helvetica / Courier, since GS incorrectly loads
 @c Apple TTF fonts
 
-
 @seealso
 記譜法リファレンス:
 @ref{フォントの説明},