ライオンは寝ている(The Lion Sleeps Tonight)

これは自信ないです。

lionsleeps03.midi 直
lionsleeps03.pdf 直

\version "2.14.2"

\header {
  title = "ライオンは寝ている"
  composer = "Tokens"
}

global = {
  \key g \major
  \numericTimeSignature
  \time 4/4
  \tempo 4=144
}

right = \relative c'' {
  \global
  % Music follows here.
  \override TupletNumber #'stencil = ##f
  \override TupletBracket #'stencil = ##f
  g4 \times 4/3 {a8} b8[~b8] a4 \times 2/3 {b8} |%1
  c4 \times 4/3 {b8} a8[~a8] g4 \times 2/3 {a8} |%2
  b4 a g b |%3
  a1 |%4
  \break
  d4 \times 4/3 {b8} a8[~a8] b4 \times 2/3 {d8} |%5
  c4 \times 4/3 {b8} a8[~a8] g4 \times 2/3 {a8} |%6
  b4 a g b |%7
  a1 |%8
  \break
  d1~ |%9
  d4 c4 d c |%10
  b  \times 4/3 {d,8} d8[~d8] d4 \times 2/3 {d8~}|%11
  d1 |%12
  \break
  d'1~ |%13
  d4 c4 d c |%14
  b4 \times 4/3 {d,8} d8[~d8] d4  \times 2/3  {d8~}|%15
  d1 |%16
  \bar ":|"
}

left = \relative c' {
  \global
  % Music follows here.
  g,1 |%1
  c |%2
  g |%3
  d'4 d, e fis |%4
  g1  |%6
  c  |%6
  g |%7
  d'4 c b a |%8
  g b d g |%9
  c,, e g c |%10
  g1 |%11
  d4 fis a d |%12
  g, b d g |% 130
  c,, e g c |%14
  g1|%15
  d4 fis a d |%16
  
}

\score {
  \new PianoStaff \with {
    instrumentName = "Piano"
  } <<
    \new Staff = "right" \with {
      midiInstrument = "acoustic grand"
    } \right
    \new Staff = "left" \with {
      midiInstrument = "acoustic grand"
    } { \clef bass \left }
  >>
  \layout { }
  \midi { }
}

p.s.
2014/03/16にファイルを入れ替えました。
リズムが大きく間違えていました。
midiを聞いてみて下さい。