\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 22) #(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 = "It May Be at Morn" poet = "H. L. Turner, 19th century" composer = "James McGranahan (1804-1907)" meter= "12.12.12.7.Ref." tagline = "Last update: 2009-04-03" } global = { \key c \major \time 3/4 \partial 4 } melody = { \global c,4 e,4 d,4 c,4 g,2 a,8. g,16 e,4 d,4 c,4 e,4 d,4 \fermata d,4 e,4 e,4 g,4 c2 d8. c16 b,4 c4 a,4 a,4 g,4 \fermata g,4 g,4 a,4 b,4 c2 b,8. c16 d4. c8 d4 e4 c4 c8. c16 c2 b,8. a,16 g,4 ( c4 ) b,4 c2. g,2 e,4 e,4 f,4 g,4 a,2 a,4 c2 c8. c16 c4 b,4 a,4 g,2 b,8. b,16 c4 c4 b,8. b,16 c4 c4 d8. d16 e4 c4 b,4 c2 e,8. e,16 g,4 f,4 d,4 c,2 \bar "|." } alto = \relative c' { \global } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global } verseOne = \lyricmode { \set stanza = "1. " It may be at morn, when the day is a -- wak -- ing, When sun -- light through dark -- ness and shad -- ow is break -- ing That Je -- sus will come in the full -- ness of glo -- ry To re -- ceive from the world His own. O Lord Je -- sus, how long, how long Ere we shout the glad song, Christ re -- turn -- eth! Hal -- le -- lu -- jah! Hal -- le -- lu -- jah! A -- men. Hal -- le -- lu -- jah! A -- men. } verseTwo = \lyricmode { \set stanza = "2. " It may be at mid -- day, it may be at twi -- light, It may be, per -- chance, that the black -- ness of mid -- night Will burst in -- to light in the blaze of His glo -- ry, When - Je -- sus re -- ceives His own. } verseThree = \lyricmode { \set stanza = "3. " Oh, joy! oh, de -- light! should we go with -- out dy -- ing, No sick -- ness, no sad -- ness, no dread and no cry -- ing. Caught up through the clouds with our Lord in -- to glo -- ry, When - Je -- sus re -- ceives His own. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t c2 c2 c2 c2 c2 c4 g2:7 c2 c2 c2 d2. d4 g4 g4:7 c2 c2 c4 g2 g2 c2 c4 f2. c2 g4:7 c2. c2. c2. f2. f2. f2. c2 g4 c2 g4 c2 g4 c2 g4:7 c2. g2 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 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 { } }