X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fja%2Fnotation%2Finput.itely;h=46003a4226df6c1c79bdc4feaa4b8f30558f72c3;hb=9f0d17f6f078d4a7df1205a05f13bc171a522dbb;hp=887f5d5ea31a7fb2b2159a4527f73f0ffdd7ba5e;hpb=d36171e34d236d890f5dc511b895037188c6c7cb;p=lilypond.git diff --git a/Documentation/ja/notation/input.itely b/Documentation/ja/notation/input.itely index 887f5d5ea3..46003a4226 100644 --- a/Documentation/ja/notation/input.itely +++ b/Documentation/ja/notation/input.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.19.21" +@c \version "2.19.22" @c Translators: Yoshiki Sawada @@ -596,10 +596,10 @@ book が単一の score しか持たない場合、@c } \score { - \new Staff \relative g, { + \new Staff \relative { \clef bass \key g \major - \repeat unfold 2 { g16( d' b') a b d, b' d, } | + \repeat unfold 2 { g,16( d' b') a b d, b' d, } | \repeat unfold 2 { g,16( e' c') b c e, c' e, } | } \header { @@ -608,7 +608,7 @@ book が単一の score しか持たない場合、@c } \score { - \new Staff \relative b { + \new Staff \relative { \clef bass \key g \major \partial 16 b16 | @@ -1015,7 +1015,7 @@ scoreTitleMarkup = \markup @{ \column @{ { s1 } \header { piece = "RONDEAU" - composer = "François Couperin" + composer = "François Couperin" } } } @@ -1090,9 +1090,9 @@ scoreTitleMarkup = \markup @{ \column @{ 以下の構文を用います: @example -@code{variable} = @code{\markup} @{ +variable = \markup @{ ... - @code{\on-the-fly} #@var{procedure} @var{markup} + \on-the-fly #@var{procedure} @var{markup} ... @} @end example @@ -1155,9 +1155,9 @@ scoreTitleMarkup = \markup @{ \column @{ できます。例えば、 @example - @code{\on-the-fly #first-page} - @code{\on-the-fly #last-page} - @code{@{ \markup ... \fromproperty #'header: ... @}} + \on-the-fly #first-page + \on-the-fly #last-page + @{ \markup ... \fromproperty #'header: ... @} @end example これは、出力が単一のページかどうかを判断します。 @@ -1656,7 +1656,7 @@ book のページ数が 10 から 99 までの範囲であるのなら、ゲー } tocAct = -#(define-music-function (parser location text) (markup?) +#(define-music-function (text) (markup?) (add-toc-item! 'tocActMarkup text)) @end verbatim @@ -1671,7 +1671,7 @@ tocAct = } tocAct = -#(define-music-function (parser location text) (markup?) +#(define-music-function (text) (markup?) (add-toc-item! 'tocActMarkup text)) \book { @@ -2188,7 +2188,7 @@ LilyPond は UTF-8 エンコーディング LilyPond は多言語テキストを、Pango ライブラリを用いて、@c レイアウトして描画します。 -Lilypond は入力のエンコーディング変換をまったく行いません。@c +LilyPond は入力のエンコーディング変換をまったく行いません。@c これは非 ASCII 文字を含むすべてのテキスト -- タイトル、歌詞テキストあるいは演奏指示 -- を UTF-8 でエンコードして入力する必要があるということを意味します。@c @@ -2216,6 +2216,17 @@ FT_Get_Glyph_Name () error: invalid argument @c KEEP LY @lilypond[quote] %c No verbatim here as the code does not display correctly in PDF +% Font settings for Cyrillic and Hebrew +% Linux Libertine fonts contain Cyrillic and Hebrew glyphs. +\paper { + #(define fonts + (set-global-fonts + #:roman "Linux Libertine O,serif" + #:sans "Linux Biolinum O,sans-serif" + #:typewriter "Linux Libertine Mono O,monospace" + )) +} + % キリル文字 bulgarian = \lyricmode { Жълтата дюля беше щастлива, че пухът, който цъфна, замръзна като гьон. @@ -2440,12 +2451,14 @@ showLastLength = R1*5 スキップするということに注意してください。@c くれぐれも注意してください。 -@lilypond[quote,relative=2,ragged-right,verbatim] -c8 d -\set Score.skipTypesetting = ##t -e8 e e e e e e e -\set Score.skipTypesetting = ##f -c8 d b bes a g c2 +@lilypond[quote,ragged-right,verbatim] +\relative { + c''8 d + \set Score.skipTypesetting = ##t + e8 e e e e e e e + \set Score.skipTypesetting = ##f + c8 d b bes a g c2 +} @end lilypond 多声の音楽では、@code{Score.skipTypesetting} はすべてのボイスと譜に@c @@ -2473,7 +2486,7 @@ Portable Network Graphics (PNG) 出力フォーマットが利用可能です。 @subsection 記譜フォントを置換する @translationof Replacing the notation font -LilyPond で使用される Feta フォントの代わりに Gonville に使うことができます。@c +LilyPond で使用される Emmentaler フォントの代わりに Gonville に使うことができます。@c Gonville は以下からダウンロードできます: @example @uref{http://www.chiark.greenend.org.uk/~sgtatham/gonville/ ,http://www.chiark.greenend.org.uk/~sgtatham/gonville/} @@ -2485,7 +2498,7 @@ Gonville のサンプル小節です: @c for the font comparison. -gp @sourceimage{Gonville_after,,,} -LilyPond の Feta フォントのサンプル小節です: +LilyPond の Emmentaler フォントのサンプル小節です: @sourceimage{Gonville_before,,,} @@ -2497,12 +2510,15 @@ ZIP ファイルをダウンロードして、伸張します。@c -- 更なる情報は、@rlearning{Other sources of information} を参照してください。@c 既存の @code{fonts} ディレクトリを @code{fonts_orig} にリネームして、@c @code{lilyfonts} ディレクトリを @code{fonts} にリネームします。@c -Feta フォントに戻すには、@code{fonts_orig} を @code{fonts} に戻します。 +Emmentaler フォントに戻すには、@code{fonts_orig} を @code{fonts} に戻します。 @seealso 学習マニュアル: @rlearning{Other sources of information} +記譜法リファレンス: +@ref{The Emmentaler font}. + @knownissues Gonville では @q{古代の音楽} を記譜することはできません。@c Gonville フォント ファミリーでは、@c