\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 = "Yesterday, Today, Forever" poet = "Albert B. Simpson (1843-1919)" composer = "James H. Burke (19th Century)" tagline = "Last update: 2009-04-03" } global = { \key g \major \time 6/8 } melody = { \global d'4 d'8 d'8 (b8) d'8 g'4 a'8 b'4 g'8 e'4 g'8 fis'4 e'8 d'4. ~ d'4. d'4 d'8 d'8 (b8) d'8 g'4 a'8 b'4 g'8 a'4 a'8 a'8 (b'8) a'8 a'4. ~ a'4. c'4 c'8 c'8 (b8) a'8 b'4 b'8 b'8 (a'8) g'8 e'4 g'8 fis'4 e'8 d'4. ~ d'4. d'4 d'8 d'8 (b8) d'8 g'4 a'8 b'4 g'8 a'4 a'8 g'4 fis'8 g'4. ~ g'4. b'4 b'8 b'8 (a'8) g'8 g'4 g'8 a'8 (g'8) e'8 d'4 g'8 g'8 (a'8) b'8 a'4. ~ a'4. b'4 b'8 b'8 (a'8) g'8 g'4 g'8 a'8 (g'8) e'8 d'4 c'8 b'4 a'8 g'4. ~ g'4. g'4 d'8 e'4 fis'8 g'4. ~ g'4. b'4 b'8 b'8 (c'8) b'8 a'4. ~ a'4. d'4 b'8 b'8 (a'8) g'8 g'4 g'8 g'8 c'4 \fermata b'4 g'8 a'4 fis'8 g'4. ~ g'4. \bar "|." } alto = \relative c' { \global \bar "|." } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global \bar "|." } verseOne = \lyricmode { \set stanza = "1. " Oh, how sweet the glo -- rious mes -- sage, Sim -- ple faith may claim; Yes -- ter -- day, to -- day, for -- ev -- er, Je -- sus is the same. Still He loves to save the sin -- ful, Heal the sick and lame; Cheer the mourn -- er, still the tem -- pest; glo -- ry to His name. Yes -- ter -- day, to -- day, for -- ev -- er, Je -- sus is the same, All may change, but Je -- sus nev -- er! glo -- ry to His name. glo -- ry to His name, glo -- ry to His name; All may change, but Je -- sus nev -- er! glo -- ry to His name. } verseTwo = \lyricmode { \set stanza = "2. " He, who was the Friend of sin -- ners, seeks the lost one now. Sin -- ner come, and at His foot -- stool pen -- i -- tent -- ly bow. He Who said I?ll not con -- demn thee, go and sin no more, Speaks to thee that word of par -- don as in days of yore. } verseThree = \lyricmode { \set stanza = "3. " Oft on earth He healed the suf -- f'rer By His might -- y hand; Still our sick -- ness -- es and sor -- rows go at His com -- mand. He who gave His heal -- ing vir -- tue, to a wom -- an's touch; To the faith that claims His full -- ness, Still will give as much. } verseFour = \lyricmode { \set stanza = "4. " As of old He walked to Emma -- us, with them to a -- bide; So through all life?s way He walk -- eth ev -- er near our side. Soon a -- gain we shall be -- hold Him, Has -- ten Lord the day. But twill still be this same Je -- sus as He went a -- way. } \score { << \set Score.tempoHideNote = ##t \tempo 4=120 \new ChoirStaff { << \chords { \set chordChanges = ##t g2. g2. c4. d4.:7 g2. g2. g2. d2.:7 d2.:7 c2. g2. c4. d4.:7 g2. g2. g2. d2.:7 g4 c8 g4. g2. c2. g2. d2.:7 g2. c2. d2.:7 g2. g4. c4. g2. g2. d2.:7 g2. c2 a4:m g4. d4.:7 g4 c8 g4. } \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 { } } \version "2.5.29"