\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 23) #(ly:set-option 'point-and-click #f) #(ly:set-option 'delete-intermediate-files #t) \paper { indent = #0 left-margin = 0.75\in line-width = 7.0\in top-margin = 0.25\in bottom-margin = 0.25\in % between-system-padding = 4\mm % between-system-space = 20\mm print-page-number = ##f print-first-page-number = ##f ragged-bottom = ##t } \header { subtitle = "O Worship the Lord" poet = "J.S.B. Monsell (1811-1875)" composer = "Edwin Barnes, 1886 (1864-1930)" meter= "SOUTHAMPTON 12.10.12.10" tagline = "Last update: 2009-04-03" } global = { \key c \major \time 3/4 \partial 4 } melody = { \global g'4 g'4 g'4 a'4 g'2 c'8 d'8 e'4 e'4 d'4 e'8 f'8 g'2 a'4 a'4 a'4 g'4 g'4 e'4 e'4 e'4 fis'4 g'2 e'4 e'4 e'4 e'4 e'8 ( f'8 ) g'4 g'4 a'4 g'4 e'4 e'8 d'8 d'2 c''4 c''4 c''4 c''4 g'4 c'4 e'4 e'4 d'4 c'2. \bar "|." } alto = { \global e'4 e'4 e'4 c'4 e'2 g8 b8 c'4 c'4 b4 c'8 c'8 c'2 c'4 c'4 c'4 e'4 e'4 c'4 c'4 c'4 c'4 b2 c'4 c'4 c'4 c'4 c'4 c'4 e'4 f'4 e'4 c'4 c'8 b8 b2 e'4 e'4 ees'4 e'4 e'4 a4 c'4 c'4 b4 c'2. \bar "|." } tenor = { \global c'4 c'4 c'4 a8 b8 c'2 e8 f8 g4 g4 g4 g8 f8 e2 f4 f8 g8 a8 b8 c'4 c'4 g4 a4 a4 a4 g2 g4 g4 g4 g4 g8 f8 e4 c'4 c'4 c'4 g4 g8 g8 g2 g4 g4 c'4 g4 g4 e4 g4 g4 f4 e2. \bar "|." } bass = { \global c4 c4 c4 f4 c2 c8 c8 c4 c4 g,4 c8 c8 c2 f4 f4 f4 c4 c4 c4 a,4 a,4 d4 g,2 c4 c4 c4 c4 c4 c4 c4 c4 c4 c4 g,8 g,8 g,2 c4 c4 aes,4 g,4 g,4 a,4 g,4 g,4 g,4 c2. \bar "|." } verseOne = \lyricmode { \set stanza = "1. " O wor -- ship the Lord in the beau -- ty of ho -- li -- ness! Bow down be -- fore Him, His glo -- ry pro -- claim; With gold of o -- be -- dience, and in -- cense of low -- li -- ness, Kneel and a -- dore Him: the Lord is His Name! } verseTwo = \lyricmode { \set stanza = "2. " \skip 4 Low at His feet lay thy bur -- den of care -- ful -- ness, High on His heart He will bear it for thee, \skip 4 Com -- fort thy sor -- rows, and an -- swer thy prayer -- ful --ness, Gui -- ding thy steps as may best for thee be. } verseThree = \lyricmode { \set stanza = "3. " \skip 4 Fear not to en -- ter His courts in the slen -- der -- ness Of the poor wealth thou wouldst reck -- on as thine; \skip 4 Truth in its beau -- ty, and love in its ten -- der -- ness, These are the offer -- ings to lay on His shrine. } verseFour = \lyricmode { \set stanza = "4. " \skip 4 These, though we bring them in tremb -- ling and fear -- ful -- ness, He will ac -- cept for the Name that is dear; \skip 4 Mor -- nings of joy give for eve -- nings of tear -- ful -- ness, Trust for our tremb -- ling and hope for our fear. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t s4 c2 f4 c2 c2. g4 c2. f2 f4 c2. a2:m d4:7 g2 c2 c2 c2. f4 c2 g2. c2 gis4 c2 a4:m c2 g4:7 c2 } \new Staff { \clef treble << \new Voice = "voicea" { \voiceOne \melody } \new Voice = "voiceb" { \voiceTwo \alto } >> } \new Lyrics { \lyricsto "voicea" \verseOne } \new Lyrics { \lyricsto "voicea" \verseTwo } \new Lyrics { \lyricsto "voicea" \verseThree } \new Lyrics { \lyricsto "voicea" \verseFour } \new Staff { \clef bass \set Staff.printPartCombineTexts = ##f \partcombine \tenor \bass } >> } >> \layout { \context { \Score \remove "Bar_number_engraver" } \context { \Lyrics \override LyricText #'font-size = #-1 } \context { \Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } } \midi { } }