\version "2.12.3" \include "english.ly" \header{ title = "Earth Angel" } \paper { #(set-paper-size "letter") } \score { << \time 4/4 \tempo 4 = 130 % chords \new ChordNames { \set ChordNames.midiInstrument = "acoustic grand" \transpose f f, \relative f { \chordmode { r1 f1 d1:m7 as1 c1 } } } % melody \new Staff { \set Staff.midiInstrument = #"acoustic grand" \relative f' { \clef treble r1 f2 \times 2/3 {f4 g4 a4} d,2 \times 2/3 {a'4 g4 f4} d2 \times 2/3 {r4 as4 d4} 1 } } % vocals \new Staff { \set Staff.midiInstrument = #"acoustic guitar (nylon)" \relative f { \clef bass r2 a2 f4 f2 c'4 a4 a2 d,4 f2. as4 \times 2/3 {a2 as8 a8 g2.} } } \addlyrics { earth an-gel earth an-gel ". . ." } % backing chorus \new Staff { \set Staff.midiInstrument = #"string ensemble 1" \relative f { \clef bass r2 a2 f1 d1 as1 c1 } } % drums \drums { r2 \ppppp \times 2/3 { hhc4 hhp4 hhp4} \times 2/3 {hhc4 hhp4 hhp4 hhc4 hhp4 hhp4} \times 2/3 {hhc4 hhp4 hhp4 hhc4 hhp4 hhp4} \times 2/3 {hhc4 hhp4 hhp4 hhc4 hhp4 hhp4} hhc1 } >> \layout {} \midi {} }