]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/usage/updating.itely
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / ja / usage / updating.itely
index ad4b4c47a4dbdeb80b7e48ea2a98fc64b410017f..a161dee60b4ac891fc5b464cd6ec78d91045e08c 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
 
 @ignore
-    Translation of GIT committish: 42ae342ba877dc8f26cabb5cc3937a6d3cdb4066
+    Translation of GIT committish: fabcd22c8f88ea9a87241597f1e48c0a9adbfc6e
 
     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.16.0"
 
 @c Translators: Yoshiki Sawada
 @c Translation status: post-GDP
@@ -134,20 +134,30 @@ Windows ユーザはこれらのコマンドを @q{コマンド プロンプト}
 convert-ly [@var{option}]@dots{} @var{filename}@dots{}
 @end example
 
-
 以下のオプションを与えることができます:
 
 @table @code
+@item -d,--diff-version-update
+@code{\version} を最新に更新します。最新バージョンよりも大きい場合は@c
+何もしません。
+
 @item -e,--edit
-Apply the conversions direct to the input file, modifying it
-in-place.
+入力ファイルに直接変換を適用して、それをその場で変更します。
 
 @item -f,--from=@var{from-patchlevel}
 変換元のバージョンをセットします。@c
 これがセットされていない場合、@c
 @command{convert-ly} は入力ファイルの中にある
 @code{version} 文字列を基に推測します。@c
-例: @code{--from=2.10.25}
+例: @option{--from=2.10.25}
+
+@item -h, --help
+ヘルプ (使い方) を表示します。
+
+@item -l @var{loglevel}, --loglevel=@var{loglevel}
+出力の饒舌さを @var{loglevel} にセットします。@c
+取り得る値は、大文字で、@code{PROGRESS} (デフォルト), @code{NONE},
+@code{WARNING}, @code{ERROR}, それに @code{DEBUG} です。
 
 @item -n,--no-version
 通常、@command{convert-ly} は @code{\version} インジケータを@c
@@ -157,13 +167,14 @@ in-place.
 @item -s, --show-rules
 すべての変換を表示して、終了します。
 
-@item --to=@var{to-patchlevel}
-変換先のバージョンをセットします。@c
-デフォルトは利用可能な最新バージョンです。@c
-例: @code{--to=2.12.2}
+@item -t, --to=@var{to-patchlevel}
+変換先のバージョンを明示してセットします。@c
+明示されない場合は、デフォルトで最新バージョンにセットします。
+
+@example
+convert-ly --to=2.14.1 myfile.ly
+@end example
 
-@item -h, --help
-使用方法についてのヘルプを表示します。
 @end table
 
 texinfo ファイルの中にある LilyPond 断片を更新するには@c