かっこう


Cuckoo01.midi 直
Cuckoo01.pdf 直

\version "2.16.0"

\header {
  title = "かっこう"
  subtitle = "Cuckoo"
}

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

chordNames = \chordmode {
  \global
  % Chords follow here.
  \set chordChanges = ##t
  c2. c g:7 c
  g:7 g:7 c c
  c c g:7 c
}

melody = \relative c'' {
g4 e2
g4 e2
d4 c d
c2 r4 
\break
d d e 
f2 d4
e e f 
g2 e4
\break
g2 e4 g2 e4 f e d c2 r4
\bar "|."
}

verse = \lyricmode {
  % Lyrics follow here.
  
}

\score {
  <<
    \new ChordNames \with{midiInstrument = "blown bottle"}\chordNames
    \new Staff { \melody }
    \addlyrics { \verse }
  >>
  \layout { }
  \midi { }
}