]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/usage/lilypond-book.itely
Doc-ja: update NR and others
[lilypond.git] / Documentation / ja / usage / lilypond-book.itely
index 96c03db9433f2948fb192c1c812b39074a63f5a7..e0f3f4bf69b70557f5ad2cf0290df37464f852cb 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
 
 @ignore
-    Translation of GIT committish: cf90af135bc70b57f69fd3e09a9b29814c6358e4
+    Translation of GIT committish: c1b0482f63f881bd3f67845e5f76a3e04675ef2a
 
     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.14.0"
+@c \version "2.17.11"
 
 @c Translators: Yoshiki Sawada
 
@@ -95,7 +95,7 @@ Windows や Mac OS X のコマンド ラインを用いて @code{lilypond-book}
 
 \begin{lilypond}
 \relative c' {
-  c2 e2 \times 2/3 { f8 a b } a2 e4
+  c2 e2 \tuplet 3/2 { f8 a b } a2 e4
 }
 \end{lilypond}
 
@@ -108,9 +108,9 @@ Windows や Mac OS X のコマンド ラインを用いて @code{lilypond-book}
 大きな楽譜例は別のファイルに配置して、\verb+\lilypondfile+ で
 インポートすることができます。
 
-\lilypondfile[quote,noindent]{screech-boink.ly}
+\lilypondfile[quote,noindent]{screech-and-boink.ly}
 
-(必要があれば、@file{screech-boink.ly} をこのファイルと同じディレクトリ
+(必要があれば、@file{screech-and-boink.ly} をこのファイルと同じディレクトリ
 にある任意の @file{.ly} に置き換えてください。)
 
 \end{document}
@@ -157,7 +157,7 @@ Texinfo で処理されるため、上記の例とはレイアウトが少し異
 
 @lilypond
 \relative c' {
-  c2 e2 \times 2/3 { f8 a b } a2 e4
+  c2 e2 \tuplet 3/2 { f8 a b } a2 e4
 }
 @end lilypond
 
@@ -170,7 +170,7 @@ c'4 f16
 大きな楽譜例は別のファイルに配置して、@code{\lilypondfile} で
 インポートすることができます。
 
-@lilypondfile[quote,noindent]{screech-boink.ly}
+@lilypondfile[quote,noindent]{screech-and-boink.ly}
 
 デフォルトあるいはカスタムの @code{tagline} が必要であれば、
 楽譜コード断片全体を @code{\book @{ @}} 構造で囲んでください。
@@ -189,6 +189,7 @@ c'4 f16
 
 @page
 
+
 @node 楽譜とテキストを統合する
 @section 楽譜とテキストを統合する
 @translationof Integrating music and text
@@ -644,8 +645,8 @@ LilyPond 断片を組み込む場合、DocBook ドキュメントとの適合を
   <textobject>
     <programlisting language="lilypond" role="fragment verbatim staffsize=16 ragged-right relative=2">
 \context Staff \with @{
-  \remove Time_signature_engraver
-  \remove Clef_engraver@}
+  \remove "Time_signature_engraver"
+  \remove "Clef_engraver"@}
   @{ c4( fis) @}
     </programlisting>
   </textobject>
@@ -1164,6 +1165,7 @@ LilyPond ブロックの最初の @code{\score} だけが処理されます。
 そうしないと、@qq{Output would overwrite input file} のようなエラー
 メッセージが表示されて、終了します。
 
+
 @node lilypond-book テンプレート
 @section lilypond-book テンプレート
 @translationof lilypond-book templates
@@ -1206,7 +1208,6 @@ LilyPond 断片を Texinfo に組み込むことができます。@c
 \input texinfo @c -*-texinfo-*-
 @@node Top
 @@top
-@translationof Top
 
 Texinfo テキスト
 
@@ -1424,4 +1425,4 @@ LaTeX ファイルのヘッダ中に以下を記述します:
 @translationof Alternative methods of mixing text and music
 
 @command{lilypond-book} を使わずにテキストと楽譜を組み合わせる方法を
-@ref{LilyPond output in other programs} で説明しています。.
+@ref{LilyPond output in other programs} で説明しています。