\version "2.8.8" #(set-global-staff-size 24) #(set-default-paper-size "letter") #(ly:set-option 'point-and-click #f) \header { title = "My Maker and My King" poet = "Anne Steele (1716-1778)" composer = "Unknown" meter= "EL KADER S.M." style = "Hymn" tagline = "Typeset with LilyPond - November 23, 2006" } \score { << \chords { \set chordChanges = ##t c2 c4 f4 g4:7 c2 c2 g2 g2 c1 c2 f4 g4:7 c2 c2 g2 d2 g1 c1 c1 f2 d2:m g2 g2:7 c2 } \new Voice { \autoBeamOff \time 4/4 \clef treble \key c \major g'4 g'4 g'4 a'4 b'4 c''2 e'2 d'4 e'4 f'4 g'4 e'2. g'4 g'4 g'4 a'4 b'4 c''4 c''4 b'4 a'4 g'4 g'4 b'4 a'4 g'2. g'4 c''4 c''4 g'4 g'4 e'4 g'4 c''4 g'4 a'2 d''2 d''2 c''4 ( b'4 ) c''2. } \addlyrics { \set stanza = "1. " My Mak -- er and my King, To Thee my all I owe; Thy sov -- ereign boun -- ty is the spring Whence all my bless -- ings flow; Thy sov -- ereign boun -- ty is the spring Whence all my bless -- ings flow. } \addlyrics { \set stanza = "2. " The crea -- ture of Thy hand, On Thee a -- lone I live; My God, Thy ben -- e -- fits de -- mand More praise than I can give. My God, Thy ben -- e -- fits de -- mand More praise than I can give. } \addlyrics { \set stanza = "3. " Lord, what can I im -- part When all is Thine be -- fore? Thy love de -- mands a thank -- ful heart; The gift, a -- las! how poor. Thy love de -- mands a thank -- ful heart; The gift, a -- las! how poor. } \addlyrics { \set stanza = "4. " O! let Thy grace in -- spire My soul with strength di -- vine; Let ev -- ery word and each de -- sire And all my days be Thine. Let ev -- ery word and each de -- sire And all my days be Thine. } >> \layout { } \midi { } }