\paper { % page-top-space = 3\mm system-count = #4 } #(set-global-staff-size 16) \include "english.ly" \header { title = "I did in heart rejoice" poet = "Psalm 122" composer = "Giles Farnaby (1563–1640)" piece = "5th French Tune (in tenor)" arranger = \markup{ "from Thomas Ravenscroft's" \italic{Whole Book of Psalms} "(1621)" } copyright = "Typeset by Matthew Collett for the Auckland Catholic Music Schola — www.schola.org.nz" % tagline = ##f } \layout { indent = 0.0\cm } signature = { \key f \major \time 4/4 } sopMusic = << \relative { a'2 g4 f bf bf a2 | bf2 g4 g g g g2 | \set Score.measureLength = #(ly:make-moment 6 4) %\time 6/4 f4 f'4. ef8 d2 c4 \set Score.measureLength = #(ly:make-moment 4 4) %\time 4/4 c4. bf8 a2 | f'2 e4 f f d d2 | c2 ef4 ef d c c2 | \set Score.measureLength = #(ly:make-moment 6 4) c2 d4 f4. e8 c4 \set Score.measureLength = #(ly:make-moment 4 4) d c a2 | d2 c4 bf a8( f) g4 a2 a2 b4 c c b c2 | \set Score.measureLength = #(ly:make-moment 6 4) a2 a4. c8 bf4 a \set Score.measureLength = #(ly:make-moment 4 4) g g fs2 | f'2 f4 e e d e2 | f2 d4 bf c c c2 | d2 bf4 c d c d c a1 \bar "|." } >> altoMusic = << \relative { c4. d8( e4) f g g c,2 | d2 c4 b e d e2 | c2 d4. e8 f4 f f e f2 | a2 c4 bf a g fs2 | f2 g4 a f f e2 | f4. a8 g4 f d8( e) f4~f e4 f2 | a2 a4 d, c8( d4) e8 f2 | e4. fs8( g4) g a g g2 f2 e4 e f f d d d2 | d2 c8 d( e f) g4 g g2 | a2 bf4. f8 g4 g a2 | bf2 f4 a g8 f f2 e4 f1 } >> tenorMusic = << \relative { f,2 c'4 c d e f2 | f2 e4 d c b c2 | a2 a4 f bf a g g f2 | c'2 c4 d c bf a2 | a2 c4 c bf a g2 | a2 bf4 a f a g g f2 | f2 f4 g a bf c2 | c2 d4 e f d c2 | c2 c4 c d c bf bf a2 | f2 a4 c c b c2 | c2 d4 f f e f2 | f2 d4 c bf a g g f1 } >> bassMusic = << \relative { f,2 e4 a g g f2 | bf,2 c4 g' e8( f) g4 c,2 | f4.( ef8) d4. c8 bf4 f' c c f2 | f2 a4 d, f g d2 | f2 ef4 c d f c2 | f2 bf,4 d4. c8 a4 bf c f2 | d4. e8( f4) bf,4 f'8( d) g4 f2 | a2 g4 c, f g c,2 | f2 a4 a d, f g g d2 | d4. e8( f4) c8 d( e f) g4 c,2 | f2 bf,4 d c c f2 | bf,2 bf4 f' d f bf, c f1 } >> verseOne = \lyricmode { \set stanza = "1." I did in heart re -- joice to hear the peo -- ples voice, in of -- fer -- ing so will -- ing -- ly: For let us up say they, and in the Lord's house pray, thus spake the folk full lov -- ing -- ly, Our feet that wan -- dered wide shall in thy gates a -- bide, O thou Je -- ru -- sa -- lem full fair, which art so seem -- ly set, much like a ci -- ty neat, the like where -- of is not else -- where. } verseTwo = \lyricmode { \set stanza = "2." The tribes with one ac -- cord, the tribes of God the Lord, are thi -- ther bent their way to take: So God be -- fore did tell, that there his Is -- ra -- el their pra -- yers should to -- ge -- ther make. For there are thrones e -- rect, and that for this re -- spect, to set forth jus -- tice or -- der -- ly: Which thrones' right to main -- tain to Da -- vid's house per -- tain, his folk to judge ac -- cord -- ing -- ly. } verseThree = \lyricmode { \set stanza = "3." To pray let us not cease, for Jer -- u -- sa -- lem's peace: thy friends God pros -- per migh -- ti -- ly. Peace be thy walls a -- bout, and pros -- per thee through -- out thy pla -- ces eke con -- tin -- ual -- ly. I wish thy pros -- p'rous state, for my poor breth -- ren's sake that com -- fort have by means of thee. God's house doth me al -- lure, thy wealth for to pro -- cure, so much al -- ways as lieth in me. } \score { << \new ChoirStaff << \new Staff << \clef treble \signature \new Voice = "sopranos" { \voiceOne \sopMusic } \new Voice = "altos" { \voiceTwo \altoMusic } >> \new Devnull = "tune" { \tenorMusic } \new Lyrics \lyricsto "tune" { \verseOne } \new Lyrics \lyricsto "tune" { \verseTwo } \new Lyrics \lyricsto "tune" { \verseThree } \new Staff << \clef bass \signature \new Voice = "tenors" { \voiceOne \tenorMusic } \new Voice = "basses" { \voiceTwo \bassMusic } >> >> >> } \version "2.10.16"