[translations] Doc-ja: Add ja-NR |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: translations <translations@xxxxxxxxxxx>
- Subject: [translations] Doc-ja: Add ja-NR
- From: Yoshiki Sawada <sawada.yoshiki@xxxxxxxxx>
- Date: Sat, 26 Feb 2011 18:39:51 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=fs5h9UahEt4YDZXpiImddGX7vJgMaS2E1M064wsQXvE=; b=EbTS2vUNOsJtzKteDfmdcArmLAaXlBk1wItrS1roOsj2cypDrD1EtT2GSXAOlnuITg 3ZMBaIiRF7UDk8R/yeEc/IJ9b8LKb3Rq1HBiv/qjXu2cBH91ED8ysPsVqFsvQonQX6VV FhPlZ5nsVAkz38N1IB4/AYq1VHivdyq9slBXM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HlthkDx1n/DBL8cZ0gH5EQdWuYf9sTg7sHyZbizuqJm8IShYFXz03HUz0EVLU2RgOn 3hFQP6oBiFPl+MNLghV0/ohhTjilsG1p1aLde2Te6OOZse5VrHvb0MIpJnsXN1BmftIj 9bRMcRUh2J82kncRIM7DpZsaTIvDHNNO7IGlE=
Hello,
I send a patch for adding Japanese NR.
I followed indications of "Adding a Texinfo manual" in CG except for skeleton-update.
Please check and apply my patch.
Thanks,
Yoshiki Sawada (Japan)
From a793e437c7804f08690b947ed9b72ab6017cdd27 Mon Sep 17 00:00:00 2001
From: Yoshiki Sawada <sawada.yoshiki@xxxxxxxxx>
Date: Sat, 26 Feb 2011 18:33:37 +0900
Subject: [PATCH 2/2] Doc-ja: Add ja-NR
Doc-ja: Adding Documentation/ja/notation.tely
---
Documentation/ja/GNUmakefile | 2 +-
Documentation/ja/notation.tely | 123 +++++++++++++++++++++++++++++++++
Documentation/ja/notation/GNUmakefile | 5 ++
3 files changed, 129 insertions(+), 1 deletions(-)
create mode 100644 Documentation/ja/notation.tely
create mode 100644 Documentation/ja/notation/GNUmakefile
diff --git a/Documentation/ja/GNUmakefile b/Documentation/ja/GNUmakefile
index 3c04591..e6e9466 100644
--- a/Documentation/ja/GNUmakefile
+++ b/Documentation/ja/GNUmakefile
@@ -1,6 +1,6 @@
ISOLANG = ja
depth = ../..
-SUBDIRS = web learning texidocs usage included
+SUBDIRS = web learning texidocs usage included notation
STEPMAKE_TEMPLATES = documentation
LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
NO_PDF_FILES = 1
diff --git a/Documentation/ja/notation.tely b/Documentation/ja/notation.tely
new file mode 100644
index 0000000..7c5e97a
--- /dev/null
+++ b/Documentation/ja/notation.tely
@@ -0,0 +1,123 @@
+@c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
+@ignore
+ Translation of GIT committish: 2c3bd5e85d39155e3e6804f9818722bef483056d
+
+ When revising a translation, copy the HEAD committish of the
+ version that you are working on. See TRANSLATION for details.
+@end ignore
+
+@setfilename lilypond-notation.info
+@settitle LilyPond 記譜法リファレンス
+@documentencoding UTF-8
+@documentlanguage ja
+@afourpaper
+
+@macro manualIntro
+このマニュアルは LilyPond バージョン @version{} で提供される@c
+すべての記譜法についての参照を提供します。@c
+このマニュアルは、読み手が @rlearningnamed{Top,学習マニュアル} で@c
+扱っている題材に慣れ親しんでいることを前提としています。
+@end macro
+
+@c `Notation Reference' was born 1999-10-11 with git commit 940dda0...
+@macro copyrightDeclare
+Copyright @copyright{} 1999--2009 by 著作者一同
+@end macro
+
+
+@set FDL
+@include macros.itexi
+
+@c don't remove this comment.
+@ignore
+@omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
+@omfdescription Notation Reference of the LilyPond music engraving system
+@omftype user manual
+@omfcategory Applications|Publishing
+@omflanguage English
+@end ignore
+
+@c Translators: Yoshiki Sawada
+@c Translation status: post-GDP
+
+@lilyTitlePage{記譜法リファレンス}
+
+
+@ifnottex
+
+@menu
+* Musical notation:: ほとんどすべての楽譜作成で使用される記譜法
+* Specialist notation:: 特別な目的でのみ使用される記譜法
+* General input and output:: LilyPond 入力についての一般的な情報
+* Spacing issues:: 出力の表示
+* Changing defaults:: 出力の調整
+
+付録
+
+* Notation manual tables:: 表と図
+* Cheat sheet:: LilyPond 構文についての要約
+* LilyPond 文法:: LilyPond 構文解析プログラムのための構文ダイアグラム
+* GNU Free Documentation License:: このドキュメントの使用許諾書
+* LilyPond コマンド インデックス::
+* LilyPond インデックス::
+@end menu
+
+@docMain
+@end ifnottex
+
+@contents
+
+@include notation/notation.itely
+@include notation/specialist.itely
+
+@include notation/input.itely
+@include notation/spacing.itely
+
+@include notation/changing-defaults.itely
+
+
+@include notation/notation-appendices.itely
+@include notation/cheatsheet.itely
+
+
+
+@node LilyPond 文法
+@appendix LilyPond 文法
+@translationof LilyPond grammar
+
+この付録は、構文解析プログラムからの出力である、LilyPond 文法についての記述です。
+
+@verbatiminclude ly-grammar.txt
+
+
+@include fdl.itexi
+
+
+@node LilyPond コマンド インデックス
+@appendix LilyPond コマンド インデックス
+@translationof LilyPond command index
+
+このインデックスは、すべての LilyPond コマンドとキーワードをリストアップしていて、@c
+それらの使い方について説明しているマニュアルのセクションへのリンクがあります。@c
+各リンクは 2 つのパートに分かれています。@c
+最初のパートは、マニュアルの中でコマンドあるいはキーワードが出現する場所@c
+へのリンクです。@c
+2 番目のパートは、マニュアルの中でコマンドあるいはキーワードが出現するセクションの@c
+先頭へのリンクです。
+
+@printindex ky
+
+@node LilyPond インデックス
+@appendix LilyPond インデックス
+@translationof LilyPond index
+
+すべての LilyPond コマンドとキーワードに加えて、@c
+このインデックスは、それらに関連する音楽用語や単語をリストアップしていて、@c
+そのトピックスについて説明しているマニュアルのセクションへのリンクがあります。@c
+各リンクは 2 つのパートに分かれています。@c
+最初のパートは、マニュアルの中でトピックスが出現する場所へのリンクです。@c
+2 番目のパートは、マニュアルの中でトピックスが出現するセクションの先頭へのリンクです。
+
+@printindex cp
+
+@bye
diff --git a/Documentation/ja/notation/GNUmakefile b/Documentation/ja/notation/GNUmakefile
new file mode 100644
index 0000000..425cc1d
--- /dev/null
+++ b/Documentation/ja/notation/GNUmakefile
@@ -0,0 +1,5 @@
+depth = ../../..
+
+LOCALSTEPMAKE_TEMPLATES = ly
+
+include $(depth)/make/stepmake.make
--
1.7.0.4