X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=Documentation%2Fja%2Fmacros.itexi;h=0b7b0fe09bce92e94fb32e40507d55c481c5ec65;hb=6b5f6c6092cbefc6af4d20b7a2ff41acf988e18e;hp=1920529a3ae85c401950ca56194cf78264865ac1;hpb=a7210078ea5ed650743536c8fcd8b7291322d0e7;p=lilypond.git diff --git a/Documentation/ja/macros.itexi b/Documentation/ja/macros.itexi index 1920529a3a..0b7b0fe09b 100644 --- a/Documentation/ja/macros.itexi +++ b/Documentation/ja/macros.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea + Translation of GIT committish: d2e5da205b22062ef806481b3bb6a27a1807569a When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -11,6 +11,18 @@ @include version.itexi @include common-macros.itexi +@ignore +**************************** +MACRO DEFINITIONS GUIDELINES +**************************** + +This file should contain macro definitions which are common to all +languages, i.e. all macro definitions which do not contain text that +should be translated (namely text visible in the output). + +Macro definitions which contain text that should be translated in +translations should be in macros.itexi. +@end ignore @c ***** Displaying text ***** @@ -55,14 +67,42 @@ @end ifnothtml +@c do not translate the following macro -- it is used in +@c an untranslated manual. + +@ifhtml + +@macro advanced{TEXT} +@html +
+@end html +@strong{Advanced note:} \TEXT\ +@c keep the space for proper nesting of

+ +@html +
+@end html +@end macro + +@end ifhtml + +@ifnothtml + +@macro advanced{TEXT} +@quotation +@b{Advanced note:} \TEXT\ +@end quotation +@end macro + +@end ifnothtml + @macro docMain @cartouche このマニュアルと他のドキュメントの関係について、あるいは、このマニュアルを他の形式で読む方法についての情報は、@rwebnamed{マニュアル,マニュアル} を参照してください。 -マニュアルのいずれかを見失ってしまった場合、@w{@uref{http://@/www@/.lilypond@/.org/}} -にマニュアルがすべて揃っています。 +マニュアルのいずれかを見失ってしまった場合、@w{@uref{http://@/www@/.lilypond@/.org/}} にマニュアルがすべて揃っています。 @end cartouche @end macro @@ -72,18 +112,23 @@ @syncodeindex vr cp + + @c ***** Copyright stuff ***** @ifset FDL @copying @copyrightDeclare @quotation -GNU フリー文書利用許諾契約書バージョン 1.1 -またはフリー ソフトウェア財団によって発行されたその後のバージョンの約定に従う限り、このドキュメントを複製、変更する許可を与えます。変更不可部分はありません。この利用許諾契約書のコピーは「GNU フリー文書利用許諾契約書」という章に含まれています。 +GNU フリー文書利用許諾契約書バージョン 1.1 またはフリー ソフトウェア財団によって発行されたその後のバージョンの約定に従う限り、このドキュメントを複製、変更する許可を与えます。変更不可部分はありません。この利用許諾契約書のコピーは「GNU フリー文書利用許諾契約書」という章に含まれています。 @end quotation @end copying @end ifset + + + + @ifclear FDL @copying This document has been placed in the public domain. @@ -91,6 +136,7 @@ This document has been placed in the public domain. @end ifclear + @c ***** Title page ***** @ifnottex @node Top @@ -682,19 +728,19 @@ LilyPond バージョン @version{} 用 @macro exampleImage{IMAGE-FILE} @html
- - \IMAGE-FILE\ + + \IMAGE-FILE\

- (click to enlarge) + (クリックすると拡大します)

@end html @iftex -@image{examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png} +@image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png} @end iftex @ifinfo -@image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png} +@image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png} @end ifinfo @end macro