]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/input.itely
Run grand replace for 2015.
[lilypond.git] / Documentation / ja / notation / input.itely
index bd994424b7a7c9babde882a791b29960e331c253..89da58e23e362dd0cef831e46ee87e6e2ac03640 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.6"
+@c \version "2.19.2"
 
 
 @c Translators: Yoshiki Sawada
@@ -530,7 +530,7 @@ foo = @{ c4 d e d @}
 @item Scheme 表記要素を区切る空白。
 @item @code{lyricmode} モードの @code{\override} と @code{\set} コマンドの@c
 中にある単語を区切る空白。@c
-特に、@code{\override Score . LyricText #'font-size = #5} のように、@c
+特に、@code{\override Score.LyricText.font-size = #5} のように、@c
 コマンドの中のドットとイコール記号の前後、コマンド全体の前後に@c
 空白を挿入することを忘れないで下さい。
 
@@ -2231,7 +2231,7 @@ portuguese = \lyricmode {
   à vo -- cê uma can -- ção legal
 }
 
-\relative  {
+\relative c'  {
   c2 d e f g f e
 }
 \addlyrics { \bulgarian }
@@ -2286,7 +2286,7 @@ Unicode U+03BE の文字を入力します
   }
   \addlyrics { O \markup { \concat { Ph \char ##x0153 be! } } }
 }
-\markup { "Copyright 2008--2012" \char ##x00A9 }
+\markup { "Copyright 2008--2015" \char ##x00A9 }
 @end lilypond
 
 @cindex copyright sign (著作権記号)
@@ -2961,8 +2961,8 @@ midiMinimumVolume + (midiMaximumVolume - midiMinimumVolume) * fraction
       \set Staff.midiInstrument = #"flute"
       \new Voice \relative c''' {
         r2 g\mp g fis~
-        fis4 g8 fis e2~
-        e4 d8 cis d2
+        4 g8 fis e2~
+        4 d8 cis d2
       }
     }
     \new Staff {
@@ -3012,8 +3012,8 @@ MIDI 出力の品質を著しく高めることができます。
       \set Staff.midiMaximumVolume = #0.9
       \new Voice \relative c''' {
         r2 g\mp g fis~
-        fis4 g8 fis e2~
-        e4 d8 cis d2
+        4 g8 fis e2~
+        4 d8 cis d2
       }
     }
     \new Staff {
@@ -3081,8 +3081,8 @@ MIDI 最小/最大ボリューム プロパティが設定されていない場
       \set Staff.midiInstrument = #"flute"
       \new Voice \relative c''' {
         r2 g\mp g fis ~
-        fis4 g8 fis e2 ~
-        e4 d8 cis d2
+        4 g8 fis e2 ~
+        4 d8 cis d2
       }
     }
     \new Staff {