]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/wind.itely
LSR updates
[lilypond.git] / Documentation / ja / notation / wind.itely
index cd9dea6efffc50ee1827c4c1998cd75e2fd875b3..8317cf945f15e36c3d1a26619c19da6013b67a88 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
 @ignore
-    Translation of GIT committish: cc3b9e1430f4cc9c54da7252e504f3d274a7ea17
+    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.16.0"
+@c \version "2.19.16"
 
 @c Translators: Yoshiki Sawada
 @c Translation status: post-GDP
@@ -60,7 +60,7 @@
 他の記譜要素を管楽器に適用することができます:
 
 @itemize
-@item 多くの管楽器は移調楽器です。@ref{楽器の移調} を参照してください。
+@item 多くの管楽器は移調楽器です。@ref{Instrument transpositions} を参照してください。
 @item スライド グリッサンドはトロンボーンの特徴ですが、@c
 他の管楽器でもキーやバルブのグリッサンドを演奏できます。@c
 @ref{グリッサンド} を参照してください。
@@ -196,9 +196,9 @@ LilyPond はスコティッシュ、ハイランド バグパイプ音楽のた
 
 現代音楽のなかには、@c
 C と F をフラットにするためクロス フィンガリングを使うものがあります。@c
-これは @code{cflat} や @code{fflat} で示すことができます。@c
+これは @code{c-flat} や @code{f-flat} で示すことができます。@c
 同様に、軽音楽のピブロホ ハイ G (piobaireachd high g) は、@c
-@code{gflat} で示すことができます。
+@code{g-flat} で示すことができます。
 
 @seealso
 コード断片集:
@@ -287,8 +287,8 @@ C と F をフラットにするためクロス フィンガリングを使う
 木管楽器のダイアグラムはマークアップとして作成します:
 
 
-@lilypond[verbatim,quote,relative=2]
-c1^\markup {
+@lilypond[verbatim,quote,fragment]
+c''1^\markup {
   \woodwind-diagram #'piccolo #'((lh . (gis))
                                  (cc . (one three))
                                  (rh . (ees)))
@@ -299,9 +299,9 @@ c1^\markup {
 できます:
 
 @c KEEP LY
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote,fragment]
 \textLengthOn
-c1^\markup {
+c''1^\markup {
   \center-column {
     "1/4 閉じる"
     \woodwind-diagram #'flute #'((cc . (one1q))
@@ -310,7 +310,7 @@ c1^\markup {
   }
 }
 
-c1^\markup {
+c''1^\markup {
   \center-column {
     "1/2閉じる"
     \woodwind-diagram #'flute #'((cc . (one1h))
@@ -319,7 +319,7 @@ c1^\markup {
   }
 }
 
-c1^\markup {
+c''1^\markup {
   \center-column {
     "3/4閉じる"
     \woodwind-diagram #'flute #'((cc . (one3q))
@@ -328,7 +328,7 @@ c1^\markup {
   }
 }
 
-c1^\markup {
+c''1^\markup {
   \center-column {
     "リング キーを閉じる"
     \woodwind-diagram #'flute #'((cc . (oneR))
@@ -337,7 +337,7 @@ c1^\markup {
   }
 }
 
-c1^\markup {
+c''1^\markup {
   \center-column {
     "完全に閉じる"
     \woodwind-diagram #'flute #'((cc . (oneF two))
@@ -349,8 +349,8 @@ c1^\markup {
 
 トリルはグレーで示します:
 
-@lilypond[verbatim,quote,relative=2]
-c1^\markup {
+@lilypond[verbatim,quote,fragment]
+c''1^\markup {
   \woodwind-diagram #'bass-clarinet
                     #'((cc . (threeT four))
                        (lh . ())
@@ -361,9 +361,9 @@ c1^\markup {
 様々なトリルを表示させることができます:
 
 @c KEEP LY
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote,fragment]
 \textLengthOn
-c1^\markup {
+c''1^\markup {
   \center-column {
     "1/4 閉じるとリング キーを閉じる"
     \woodwind-diagram #'flute #'((cc . (one1qTR))
@@ -372,7 +372,7 @@ c1^\markup {
   }
 }
 
-c1^\markup {
+c''1^\markup {
   \center-column {
     "リング キーを閉じると完全に閉じる"
     \woodwind-diagram #'flute #'((cc . (oneTR))
@@ -381,7 +381,7 @@ c1^\markup {
   }
 }
 
-c1^\markup {
+c''1^\markup {
   \center-column {
     "リング キーを閉じるとオープン"
     \woodwind-diagram #'flute #'((cc . (oneRT))
@@ -390,7 +390,7 @@ c1^\markup {
   }
 }
 
-c1^\markup {
+c''1^\markup {
   \center-column {
     "オープンと完全に閉じる"
     \woodwind-diagram #'flute #'((cc . (oneT))
@@ -399,7 +399,7 @@ c1^\markup {
   }
 }
 
-c1^\markup {
+c''1^\markup {
   \center-column {
     "1/4 閉じると3/4 閉じる"
     \woodwind-diagram #'flute #'((cc . (one1qT3q))