X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fja%2Fusage%2Flilypond-book.itely;h=b4c61d0e700122c6abbcf534acccd094c4b1c659;hb=7ba0a22641cb0c7f5949d66a06d1e2e1fd0b3033;hp=fad18014612ea33cfcab0bc385d38684533a71a0;hpb=0960af56b761197555446c7ce36c36abf88fac03;p=lilypond.git diff --git a/Documentation/ja/usage/lilypond-book.itely b/Documentation/ja/usage/lilypond-book.itely index fad1801461..b4c61d0e70 100644 --- a/Documentation/ja/usage/lilypond-book.itely +++ b/Documentation/ja/usage/lilypond-book.itely @@ -715,12 +715,12 @@ as a domain. @item texidoc (Only for Texinfo output.) If @command{lilypond} is called with the @option{--header=@/texidoc} option, and the file to be processed is -called @file{foo@/.ly}, it creates a file @file{foo@/.texidoc} if there +called @file{foo.ly}, it creates a file @file{foo.texidoc} if there is a @code{texidoc} field in the @code{\header}. The @code{texidoc} option makes @command{lilypond-book} include such files, adding its contents as a documentation block right before the music snippet. -Assuming the file @file{foo@/.ly} contains +Assuming the file @file{foo.ly} contains @example \header @{ @@ -748,11 +748,11 @@ Most LilyPond test documents (in the @file{input} directory of the distribution) are small @file{.ly} files which look exactly like this. For localization purpose, if the Texinfo document contains -@code{@@documentlanguage @var{LANG}} and @file{foo@/.ly} header +@code{@@documentlanguage @var{LANG}} and @file{foo.ly} header contains a @code{texidoc@var{LANG}} field, and if @command{lilypond} is called with @option{--header=@/texidoc@var{LANG}}, then -@file{foo@/.texidoc@var{LANG}} will be included instead of -@file{foo@/.texidoc}. +@file{foo.texidoc@var{LANG}} will be included instead of +@file{foo.texidoc}. @item lilyquote (Only for Texinfo output.) This option is similar to quote, but only @@ -765,9 +765,9 @@ useful if you want to @code{quote} the music snippet but not the (Only for Texinfo output.) This option works similarly to @code{texidoc} option: if @command{lilypond} is called with the @option{--header=@/doctitle} option, and the file to be processed is -called @file{foo@/.ly} and contains a @code{doctitle} field in the -@code{\header}, it creates a file @file{foo@/.doctitle}. When -@code{doctitle} option is used, the contents of @file{foo@/.doctitle}, +called @file{foo.ly} and contains a @code{doctitle} field in the +@code{\header}, it creates a file @file{foo.doctitle}. When +@code{doctitle} option is used, the contents of @file{foo.doctitle}, which should be a single line of @var{text}, is inserted in the Texinfo document as @code{@@lydoctitle @var{text}}. @code{@@lydoctitle} should be a macro defined in the Texinfo document.