\version "2.12.3" \header { title = "For What It's Worth" composer = "Tim Chadburn" subtitle = "This is only the first half of the song." subsubtitle = "It has another verse and chorus which I haven't written up yet." } firstLine = \relative g' { ees8 g aes4 bes8 r4 r8 } secondLine = \relative g' { f8 g bes4 c8 } allPartOf = \relative g' { f8 g g bes c r4 r8 } thirdLine = \relative g' { r8 bes c bes r2 r8 bes ees d r4 r8 c d c d c ees4 c r8 bes c bes } \score { { << \new Staff { \key c \minor \tempo 4 = 130 \partial 8 \firstLine \firstLine \secondLine r4 r8 \secondLine \thirdLine r2 r4 r8 \firstLine \firstLine \allPartOf \secondLine \thirdLine r2 \thirdLine r1 \relative g'' { g4. c,8~ c c aes'4 g4. c,8~ c4 d ees8 d d c~ c bes c4 r2 bes g'4. c,8~ c4 aes' g4. c,8~ c4 r ees8 d4 c8~ c bes4 c8 r2 r4 c g'4. c,8~ c c aes'4 g4. c,8~ c c d4 ees8 d4 c8~ c bes c4 r2 bes4 bes g'4 c,8 c~ c c aes'4 g4 c,8 c~ c c d4 ees8 d4 c8~ c bes c16 d c8~ c bes4. %r2 bes4 bes } } \addlyrics { To walk your feet up -- on this earth To live your life for what it's worth And I know that it's right, it ne -- ver ne -- ver will be, ah __ _ _ To sleep in bursts, and wake in free Is all part of horde psy -- cho -- lo -- gy And I know that it's right, it ne -- ver ne -- ver will be, ah __ _ _ And I know that it's real, I'm hav -- ing prob -- lems with it, ah __ _ _ Stay out of my sight, if you don't wan -- na be re -- vealed 'Cos these are the days when no -- thing makes much sense I talk fas -- ter, I walk fas -- ter and spin -- ning in my grave Is the pre -- de -- cess -- or of my suc -- cess -- or, I'm cho -- king in the end __ _ _ _ } >> } \midi{} \layout{} }