世界に一つだけの花(部分)


sekainihitotsu01.midi 直
sekainihitotsu01.pdf 直

\version "2.16.0"

\header {
  title = "世界に一つだけの花"
  composer = "槇原敬之"
}

global = {
  \key c \major
  \numericTimeSignature
  \time 4/4
  \tempo 4=90
}

right = \relative c'' {
  \global
  % Music follows here.
  e,4^3 d8^2 c^1 c4 ^1s4 |%1
  d4^2 g^5 c,^1 s |%2
  e^3 d8^2 c^1 c4^1 s |%3
  \break
  d e c2~|%4
  c1 |%5
  \bar "||"
  c8 c16 c~ c8 g' \times 2/3{g4 f e} |%6
  \times 2/3 {d^2 e f} e d8 c |%7
  \break
  c8 c16 c~c8 e \times 2/3 {e4 d c} |%8
  c8 c16 c~ c8 d e4 d8 c |%9
  c c16 c~c8 g' \times 2/3 {g4 f e} |%10
  \break
  \times 2/3{d e f}e d8 c |%11
  c8 c16 c~c8 e \times2/3{e4 d c} |%12
  e4 d8 c c2 |%13
  \break
  c'8 c16 c~c8 g'\times2/3{g4 f e} |%14
  \times2/3{d e f}e d8 c |%15
  c c16 c~c8 e \times2/3{e4 d c} |%16
  \break
  c8 c16 c~c8 d e4 d |%17
  c8 c16 c~ c8 g' \times2/3{g4 f e} |%18
  \times2/3{d e f}e d8 c |%19
  \break
  c8 c16 c~c8 e\times2/3{e4 d c}|%20
  e4 d8 c c2 |%21
  \ottava #1
  c'8 c16 c~c8 e\times2/3{e4 d c} |%22
  e4_\markup{\italic rit.} d8^- c^- c2^\fermata
%  \ottava #0
  \bar "|."%}
}

left = \relative c' {
  \global
  % Music follows here.
  g2_2 e4_4 \stemUp g16_2 a_1
  \change Staff = "right" \stemDown c8^1 |%1
  \change Staff ="left"
  f,2_3 e4_4 \stemUp g16_2 a_1 \change Staff = "right" \stemDown c^1 d^2 |%2
  \change Staff ="left"
  g,2_2 e4_4 \stemUp g16_2 a_1
  \change Staff = "right" \stemDown c8^1 |%3
  \change Staff ="left"
  f,1~_3
  f1
  e2_5 f
  g_3 gis_2
  a_1 g!_3
  fis_4 g4_3 f!_4
  e2 f
  
  g gis 
  a fis
  g4 f! e2
  
  e4 e f f
  g g gis gis
  a a g! g
  fis fis g f!
  e e f f
  g g gis gis
  a a  fis fis
  g f! e2
  
  e2 f g4 f 
  e2^\fermata
  
}

\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 { }
}