\version "2.12.3" \header { title = "I've Got A Heart" composer = "Tim Chadburn" } firstLinePair = \relative d'' { d d8 d b4 r8 a b4 d d8 cis r4 } secondLinePair = \relative d'' { d d8 d b4. g8 fis4 e } \score { { << \new Staff { \time 4/4 \key d \major \tempo 4 = 130 \repeat volta 2 { \firstLinePair \secondLinePair a' r \firstLinePair \secondLinePair d' r } \repeat volta 2 \relative a' { r2 r8 a d e fis2~ fis8 e d b a2 r r1 } \relative d'' { d4 d8 d b4 r b4 d d8 cis r4 } \secondLinePair d' r } \addlyrics { I've got a heart, the heart keeps beat -- ing I've got a heart, goes on and on I know it's wrong, it's al -- so che -- rished I know it's dead, __ _ af -- ter all And when it flies __ _ _ _ _ And when it falls, warts and all __ _ I'm try -- ing to re -- mem -- ber that } \addlyrics { I've got a face, the face keeps blee -- ding I'm try -- ing to re -- mem -- ber this I need to see the wrong an -- gel -- ic I'm try -- ing to re -- mem -- ber that And when it falls __ _ _ _ } >> } \layout{} \midi{} }