\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 20) #(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 = "Trust and Obey" poet = "John Henry Sammis (1846-1919)" composer = "Daniel B. Towner (1850-1919)" meter= "6.6.9.6.6.9.Ref." tagline = "Last update: 2009-04-03" } global = { \key f \major \time 3/4 \partial 4 } melody = { \global f'8 g'8 a'4 a'4 g'4 f'2 f'8 a'8 c''4 c''4 bes'4 a'2 a'8 a'8 bes'4 d''4 bes'4 a'4 c''4 a'4 g'2 f'8 g'8 a'4 a'4 g'4 f'2 f'8 a'8 c''4 c''4 bes'4 a'2 a'8 a'8 bes'4 d''4 bes'4 a'4 f'4 g'4 f'2. c''4 g'4 c''4 a'2 a'8 a'8 d''4 a'4 c''4 bes'2 bes'8 bes'8 bes'4 a'4 g'4 a'4 c''4 f'8 g'8 a'4 f'4 g'4 f'2 \bar "|." } alto = { \global c'8 c'8 f'4 f'4 e'4 s2 s8 f'8 e'4 e'4 e'4 f'2 f'8 f'8 f'4 f'4 f'4 f'4 f'4 f'4 e'2 c'8 c'8 f'4 f'4 e'4 s2 s8 f'8 e'4 e'4 e'4 f'2 f'8 f'8 f'4 f'4 f'4 f'4 c'4 c'4 c'2. e'4 e'4 e'4 f'2 f'8 f'8 fis'4 fis'4 fis'4 g'2 g'8 g'8 g'4 f'4 e'4 f'4 f'4 \fermata s8 f'8 f'4 c'4 c'4 c'2 \bar "|." } tenor = { \global a8 bes8 c'4 c'4 bes4 a2 a8 c'8 c'4 g4 c'4 c'2 c'8 c'8 d'4 bes4 d'4 c'4 a4 c'4 c'2 a8 bes8 c'4 c'4 bes4 a2 a8 c'8 c'4 g4 c'4 c'2 c'8 c'8 d'4 bes4 d'4 c'4 a4 bes4 a2. g4 c'4 c'4 c'2 c'8 c'8 a4 d'4 d'4 d'2 c'8 c'8 c'4 c'4 c'4 c'4 a4 c'8 d'8 c'4 a4 bes4 a2 \bar "|." } bass = { \global f8 f8 f4 f4 c4 f2 f8 f8 c4 c4 c4 f2 f8 f8 bes4 bes4 bes4 f4 f4 f4 c2 f8 f8 f4 f4 c4 f2 f8 f8 c4 c4 c4 f2 f8 f8 bes4 bes4 bes4 c4 c4 c4 f2. c4 c4 c4 f2 f8 ees8 d4 d4 d4 g2 e8 d8 c4 c4 c4 f4 f4 \fermata a,8 bes,8 c4 c4 c4 f2 \bar "|." } verseOne = \lyricmode { \set stanza = "1. " When we walk with the Lord in the light of his word, What a glo -- ry He sheds on our way! While we do His good will, He a -- bides with us still, And with all who will trust and o -- bey. Trust and o -- bey, For there's no o -- ther way to be hap -- py in Jes -- us, but to trust and o -- bey. } verseTwo = \lyricmode { \set stanza = "2. " Not a shad -- ow can rise, Not a cloud in the skies, But his smile quick -- ly drives it a -- way; Not a doubt or a fear, not a sigh or a tear, can a -- bide while we trust and o -- bey. } verseThree = \lyricmode { \set stanza = "3. " Not a bur -- den we bear, Not a sor -- row we share, But our toil he doth rich -- ly re -- pay; Not a grief or a loss, Not a frown or a cross, But is blest if we trust and o -- bey. } verseFour = \lyricmode { \set stanza = "4. " But we ne -- ver can prove The de -- lights of his love, Un -- til all on the al -- tar we lay, For the fa -- vor he shows, And the joy He be -- stows, are for them who will trust and o -- bey. } verseFive = \lyricmode { \set stanza = "5. " Then in fel -- low -- ship sweet We will sit at His feet, Or we'll walk by His side in the way; What He says we will do, Where He says we will go, Ne -- ver fear, on -- ly trust and o -- bey. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t f4 f2 c4:7 f2. c2.:7 f2. bes2. f2. c2.:7 f2 c4:7 f2. c2.:7 f2. bes2. f2 c4:7 f2. c2.:7 f2. d2.:7 g2.:m c4:7 f4 c4:7 f2. f2 c4:7 f2. } \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 Lyrics { \lyricsto "voicea" \verseFive } \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 { } }