\version "2.13.19" \header { title = "Raymond, C.M." composer = "Tune: John McCurry (1855); text: Philip Doddridge (1755)" tagline = "" } #(set-default-paper-size "legal" 'landscape) stanzaOne = \lyricmode { \set stanza = "1." Hark, the glad sound! The Sav -- ior comes, The Sav -- ior prom -- ised long; Let ev -- 'ry heart pre -- pare a throne And ev -- 'ry voice a song, And ev -- 'ry voice a song. Let ev -- 'ry heart pre -- pare a throne And ev -- 'ry voice a song. song. } stanzaOneB = \lyricmode { \set stanza = "1." Hark, the glad sound! The Sav -- ior comes, The Sav -- ior prom -- ised long; Let ev -- 'ry heart pre -- pare a throne And ev -- 'ry voice a song, } stanzaTwo = \lyricmode { \set stanza = "2." He comes the pris -- 'ners to re -- lease, In Sa -- tan's bond -- age held. The gates of brass be -- fore him burst, The i -- ron fet -- ters yield, The i -- ron fet -- ters yield. The gates of brass be -- fore him burst, The i -- ron fet -- ters yield. yield. } stanzaTwoB = \lyricmode { \set stanza = "2." He comes the pris -- 'ners to re -- lease, In Sa -- tan's bond -- age held. The gates of brass be -- fore him burst, The i -- ron fet -- ters yield, } sopranoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key f \major \autoBeamOff \time 4/4 \relative c'' { c2 a4 a | d c f f | c2. c4 | a g c d8[ c] | c2. r4 | r1 | r2. a8[ bes] | c4 c c a8[ c] | f4 f f e8[ d] | c4 c c d8[ e] | f4.( g8 f4) e8[ d] | c4 c4 c8[ a8] f8[ a] | c2. c4 | a a a c8[ d8] | f4 f f e8[ d] | c[ a] a[ g] d'4 c | c2. c1 } } altoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key f \major \autoBeamOff \time 4/4 \relative f' { f2 f4 f | f f f a | a2. a4 | f e f g | a2. r4 | r1 | r1 | r2. f8[ g8] | a4 a a 4 | a4 a a a | f f f f | e e e f | a a a a | c c c a8[ g] | f4 f f a8[ g] | f4 f f g | a2. a1 } } tenorMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key f \major \autoBeamOff \time 4/4 \relative c'' { c2 c4 c4 | a f a c | f2. f4 | c bes a d8[ bes] | c2. \repeat volta 2 { r4 | r2. a8[ bes8] | c4 c c c8[ bes8] | a4 a a a8[ bes8] | c2. c4 | f f f f | c c c a8[ g8] | g2. r4 | r2. c4 | f f f g8[ f8] | c4 c c bes8[ d8] | c8[ d] c[ bes] a4 g | } \alternative { { f2. } { f1 } } } } bassMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef bass \key f \major \autoBeamOff \time 4/4 \relative f { f2 f4 f4 | d f c c | f2. f4 | a f f g8[ f] | c2. c4 | f f f f8[ g] | a4 a a f | c2. c4 | f4 f f2( | f2.) c'4 | a a a f | c1( | c2.) 4 | f4 f f a8[ g] | a4 a a f8[ g] | a8[ bes] a[ g] f4 c4 | f2. f1 } } \paper { page-count = 1 } \score { << \new Voice = "one" { \sopranoMusic } \new Lyrics \lyricsto "one" \stanzaOne \new Lyrics \lyricsto "one" \stanzaTwo \new Voice = "two" { \altoMusic } \new Lyrics \lyricsto "two" \stanzaOne \new Lyrics \lyricsto "two" \stanzaTwo << >> \new Voice = "three" { \tenorMusic } \new Lyrics \lyricsto "three" \stanzaOne \new Lyrics \lyricsto "three" \stanzaTwo \new Voice = "four" { \bassMusic } \new Lyrics \lyricsto "four" \stanzaOneB \new Lyrics \lyricsto "four" \stanzaTwoB >> \layout { indent = 0 \cm firstpagenumber = no papersize = legal \context { \Lyrics \override LyricText #'font-size = #-1 } } }