\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 20) #(ly:set-option 'point-and-click #t) #(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 = "Christ The Lord is Risen Today" poet = "Charles Wesley, 1739 (1800-1800)" composer = "Unknown (Lyra Davidica, 1708)" meter= "WORGAN 7.7.7.7.Alleluias" tagline = "Last update: 2009-04-03" } global = { \key c \major \time 4/4 } melody = { \global c'4 e'4 g'4 c'4 f'4 a'4 a'4 ( g'4 ) e'8 ( f'8 g'8 c'8 f'4 ) e'8 ( f'8 ) e'4 ( d'4 ) c'2 f'4 g'4 a'4 g'4 f'4 e'4 e'4 ( d'4 ) e'8 ( f'8 g'8 c'8 f'4 ) e'8 ( f'8 ) e'4 ( d'4 ) c'2 b'4 c''4 d''4 g'4 c''4 d''4 e''2 b'8 ( c''8 d''8 g'8 c''4 ) b'8 ( c''8 ) b'4 ( a'4 ) g'2 g'8 ( a'8 ) b'8 ( g'8 ) c''4 e'4 f'4 a'4 a'4 ( g'4 ) c''8 ( b'8 c''8 g'8 a'8 b'8 ) c''8 ( d''8 ) c''4 ( b'4 ) c''2 \bar "|." } alto = \relative c'{ \global c4 c | d c | c f | f( e) | c2(~ | c8 b) c4 | c( b) | c2 c4 c | c c | c8( b) c4 | c( b) | c2(~ | c8 b) c4 | c( b) | c2 d4 d | d g | g f | e2 | g2 ( ~ | g8 fis) g4 | g( fis) | g2 | b,8( c) d( b) | c4 c | c f | f( e) | e8( f g e | f4) e8( f) | e4( g8 f) | e2 \bar "|." } tenor = \relative c { \global e4 g | g e | f c'| c2 | g2~| g4 g8( f) | g4.( f8) | e2 | f4 e | f g | a8( f) g4 | g2 | g2~ | g4 g8( f)| g4.( f8) | e2 | g4. fis8 | g4 b | c4. b8 | c2 | d2 ~ | d4 d8( c) | d4.( c8) | b2 | g4 g | g g | f c' | c2 | c8( g c4~ | c8 g) c4 | c( d)| c2 \bar "|." } bass = \relative c { \global c4 c | b c | a f | c'2 | c8( d e4 | d) c8( a) | g2 | c2 | a4 c | f e | d e8( f) | g2 | c,8( d e4 | d) c8( a) | g2 | c2 g4 a | b g'8( f!) | e4 d | c2 | g'8(a b4 | a) g8( e) | d2 | g, | g'4 f! | e c8( b) | a4 f | c'2 | c8( d e c | f g) a( f) | g2 | c, \bar "|." } verseOne = \lyricmode { \set stanza = "1. " Christ, the Lord, is risen to -- day, Al -- le -- lu -- ia! Sons of men and an -- gels say, Al -- le -- lu -- ia! Raise your joys and tri -- umphs high, Al -- le -- lu -- ia! Sing, ye heavens, and earth, re -- ply, Al -- le -- lu -- ia! } verseTwo = \lyricmode { \set stanza = "2. " Lives a -- gain our glo -- rious King, Al -- le -- lu -- ia! Where, O death, is now thy sting? Al -- le -- lu -- ia! Once He died our souls to save, Al -- le -- lu -- ia! Where's thy vic -- to -- ry, O grave? Al -- le -- lu -- ia! } verseThree = \lyricmode { \set stanza = "3. " Love’s re -- deem -- ing work is done, Al -- le -- lu -- ia! Fought the fight, the bat -- tle won, Al -- le -- lu -- ia! Death in vain for -- bids Him rise, Al -- le -- lu -- ia! Christ hath o -- pened par -- a -- dise Al -- le -- lu -- ia! } verseFour = \lyricmode { \set stanza = "4. " Soar we now where Christ hath led, Al -- le -- lu -- ia! Fol -- lowing our ex -- alt -- ed Head, Al -- le -- lu -- ia! Made like Him, like Him we rise, Al -- le -- lu -- ia! Ours the cross, the grave, the skies, Al -- le -- lu -- ia! } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t c2 g2 f2 f4 c2 c4 f2 c4 g4:7 c2 f4 c4 f4 c4 f4 c2 g4:7 c2 f2 c4 g4:7 c2 g4 d4:7 g2 c4 g4 c2 g2 c4 g2 d4:7 g2 g2 c2 f2 f4 c2 c4 f2 c4 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 { } }