\version "2.10.16" #(set-global-staff-size 17) \include "english.ly" \header { title = "Christ, from whom all blessings flow" poet = "Charles Wesley (1707–1788)" composer = "Orlando Gibbons (1583–1625)" piece = "Canterbury 77 77" copyright = "Typeset 2007 by Matthew Collett for the Auckland Catholic Music Schola—www.schola.org.nz" } \layout { indent = 0.0\cm \context { \Score \override BarNumber #'padding = #2 } } signature = { \key d \major \time 4/4 } sopMusic = << \relative { fs4 g a b e, e fs2 a4 b cs d b b a2 fs4 g a b g fs e2 a4 g8( fs) e4 d e e d2 \bar "|." } >> altoMusic = << \relative { d4 d d d d cs d2 e4 d cs fs e e cs2 d4 d e b b8( cs) d4 cs2 e4 d cs d d cs d2 } >> tenorMusic = << \relative { a4 b a g8( fs) e4 a a2 a4 gs a a a gs a2 a4 b a b b a a2 a4 a a8( g) fs4 b a8( g) fs2 } >> bassMusic = << \relative { d,4 b fs g a a d2 cs4 b a d e e a,2 d4 b cs ds e fs8( g) a2 cs,4 d a b g a d2 } >> verseOne = \lyricmode { \set stanza = "1." Christ, from whom all bless -- ings flow, per -- fect -- ing the saints be -- low, Hear us, who thy na -- ture share, who thy mys -- tic bo -- dy are. } verseTwo = \lyricmode { \set stanza = "2." Join us, in one spi -- rit join, let us still re -- ceive of thine; Still for more on thee we call, thou who fill -- est all in all. } verseThree = \lyricmode { \set stanza = "3." Move and ac -- tu -- ate and guide, di -- verse gifts to each di -- vide; Placed ac -- cord -- ing to thy will, let us all our work ful -- fill; } verseFour = \lyricmode { \set stanza = "4." Ne -- ver from thy ser -- vice move, need -- ful to each oth -- er prove; Use the grace on each be -- stowed, tem -- pered by the art of God. } verseFive = \lyricmode { \set stanza = "5." Ma -- ny are we now, and one, we who Je -- sus have put on; There is nei -- ther bond nor free, male nor fe -- male, Lord, in thee. } verseSix = \lyricmode { \set stanza = "6." Love, like death, hath all des -- troyed, ren -- dered all dis -- tinc -- tions void; Names and sects and par -- ties fall; thou, O Christ, art all in all! } \score { << \new ChoirStaff << \new Staff << \clef treble \signature \new Voice = "sopranos" { \voiceOne \sopMusic } \new Voice = "altos" { \voiceTwo \altoMusic } >> \new Lyrics \lyricsto "sopranos" { \verseOne } \new Lyrics \lyricsto "sopranos" { \verseTwo } \new Lyrics \lyricsto "sopranos" { \verseThree } \new Lyrics \lyricsto "sopranos" { \verseFour } \new Lyrics \lyricsto "sopranos" { \verseFive } \new Lyrics \lyricsto "sopranos" { \verseSix } \new Staff << \clef bass \signature \new Voice = "tenors" { \voiceOne \tenorMusic } \new Voice = "basses" { \voiceTwo \bassMusic } >> >> >> }