\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 24) #(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 Master, Let Me Walk with Thee" poet = "Washington Gladden, 1879 (1836-1918)" composer = "H. Percy Smith, 1874 (1825-1898)" meter= "MARYTON L.M." tagline = "Last update: 2009-04-03" } global = { \key c \major \time 3/4 } melody = { \global e'4 e'4 e'4 f'2 e'4 d'2 d'4 d'2. g'4 g'4 f'4 e'2 c''4 c''4 (b'4) a'4 g'2. g'4 a'4 g'4 c''2 b'4 b'4 (a'4) g'4 f'2 e'4 d'2 c'4 f'2 e'4 d'4 (a4) b4 c'2. \bar "|." } alto = \relative c' { \global \bar "|." } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global \bar "|." } verseOne = \lyricmode { \set stanza = "1. " O Mas -- ter, let me walk with Thee, In low -- ly paths of ser -- vice free; Tell me Thy se -- cret; help me bear The strain of toil, the fret of care. } verseTwo = \lyricmode { \set stanza = "2. " Help me the slow of heart to move By some clear, win -- ning word of love; Teach me the way -- ward feet to stay, And guide them in the home -- ward way. } verseThree = \lyricmode { \set stanza = "3. " O Mas -- ter, let me walk with Thee, Be -- fore the taunt -- ing Phar -- i -- see; Help me to bear the sting of spite, The hate of men who hide Thy light. } verseFour = \lyricmode { \set stanza = "4. " The sore dis -- trust of souls sin -- cere Who can -- not read Thy judg -- ments clear, The dull -- ness of the mult -- i -- tude, Who dim -- ly guess that Thou art good. } verseFive = \lyricmode { \set stanza = "5. " Teach me Thy pat -- ience; still with Thee In clo -- ser, dear -- er, comp -- a -- ny, In work that keeps faith sweet and strong, In trust that tri -- umphs o -- ver wrong. } verseSix = \lyricmode { \set stanza = "6. " In hope that sends a shin -- ing ray Far down the fu -- ture’s broad -- ening way, In peace that on -- ly Thou canst give, With Thee, O Mas -- ter, let me live. } \score { << \set Score.tempoHideNote = ##t \tempo 4=120 \new ChoirStaff { << \chords { \set chordChanges = ##t c2. f2 c4 d2.:m g2 g4:7 c2 f4 c2 a4:m d2.:7 g2 g2 f4 g4:7 c2 e2:m a2:m d2:m c4 g2 c4 f2 c4 d4:m f4 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 Lyrics { \lyricsto "voicea" \verseFive } \new Lyrics { \lyricsto "voicea" \verseSix } % \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 { } }