\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 26) #(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 = "Rejoice, Ye Pure in Heart" poet = "Edward H. Plumptre, 1865 (1821-1891)" composer = "Arthur H. Messiter, 1883 (1834-1916)" meter= "MARION S.M.Ref." tagline = "Last update: 2009-04-03" } global = { \key f \major \time 4/4 \partial 4 } % Soprano = { c'4 f' f'4. e'8 f'4 a' a' g' c'' c'' c''4. bes'8 a'4 g' a'2 c'4 f' f'4. e'8 f'4 a' a' g' c'' g' g'4. e'8 e'4 d' c'2 c''4 c'' c'' f' bes' a' a' g' c'' c'' c'' f' bes' a' a' g' d'' d'' d'' c'' bes' a' bes'2 g'4 a'8 bes' c''4. f'8 f'4 g' a'2 d''4. d''8 d''4 c'' bes' a' bes'2 g'4 a'8 bes' c''4. f'8 f'4 g' f'2 } melody = { \global f'4 c''4 a'8 ( g'8 ) f'4 g'4 a'2. a'4 a'4 f'8 ( g'8 ) a'4 b'4 c''2. c''4 d''4 c''8 ( bes'8 ) a'4 a'4 a'8 ( g'8 ) ges'8 ( g'8 ) a'4 d'4 g'4 a'4 bes'4 a'4 g'2. c''4 c''2. c''4 c''2. c''4 bes'4 a'8 ( g'8 ) a'4 g'4 f'2. \bar "|." } alto = { \global \transpose c f { c'4 c' c'4. c'8 c'4 f' f' e' f' e' d' g'8 g' f'4 e' f'2 c'4 c' c'4. c'8 a4 f' f'2 e'4 d' e'4. c'8 c'4 b c'2 c'4 c' c' f' g' f' f' e' c' c' c' f' g' f' f' e' bes' bes' bes' a' g' ges' g'2 e'4 e' f'4. c'8 c'4 e' f'2 bes'4. bes'8 bes'4 a' g' ges' g'2 c'4 e' f'4. c'8 c'4 e' c'2 \bar "|." } } tenor = { \global \transpose c f { a4 a a4. g8 f4 c' c'2 c'4 c' d' d' c' c' c'2 a4 a a4. g8 f4 c' d'2 a4 g g <><>f e2 c'4 c' c' c' c' c' c'2 c'4 c' c' c' c' c' c'2 d'4 d' d' d' d' d' d'2 c'4 c' c'4. a8 a4 bes a2 d'4 d' d' c' <><>bes2 c'4 c' c'4. a8 a4 bes a2 \bar "|." } } bass = { \global \tranpose c f { f4 f f c8 c a,4 f, c2 a,4 a, bes, bes, c c f,2 f4 f f c8 c d4 c b,2 a,4 b, c e, f, g, c2 c'4 c' c' a e f c2 c'4 c' c' a e f c2 bes,4 bes, bes, bes, bes, d g2 bes4 ( bes ) a f8 f c4 c f,2 <><><><>bes, d g f e bes bes f8 f c4 c f2 \bar "|." } } verseOne = \lyricmode { \set stanza = "1. " Re -- joice ye pure in heart; Re -- joice, give thanks, and sing; Your glo -- rious ban -- ner wave on high, The cross of Christ your King. Re -- joice, re -- joice, re -- joice, Give thanks and sing. } verseTwo = \lyricmode { \set stanza = "2. " With voice as full and strong As o -- cean’s sur -- ging praise, Send forth the stur -- dy hymns of old, The psalms of an -- cient days. } verseThree = \lyricmode { \set stanza = "3. " With all the an -- gel choirs, With all the saints of earth, Pour out the strains of joy and bliss, True rap -- ture, no -- blest mirth. } verseFour = \lyricmode { \set stanza = "4. " Yes, on through life’s long path, Still chant -- ing as ye go; From youth to age, by night and day, In glad -- ness and in woe. } \score { << \set Score.tempoHideNote = ##t \tempo 4=100 \new ChoirStaff { << \chords { \set chordChanges = ##t s4 f2 f4 c4 f2. a4:7 d2:m d4:m g4:7 c1 bes2 d1 d2 g4:m f4 g4:m f4 c2. c4:7 f1 f1 bes4 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 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 { } }