\version "2.13.19" \header { title = "Chesterfield (C.M.)" piece = "Philip Doddridge (1702-1751)" composer = "attr. Thomas Howeis (1734-1820)" 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. } 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. } stanzaThree = \lyricmode { \set stanza = "3." He comes the bro -- ken heart to bind, The bleed -- ing soul to cure, And with the trea -- sures of his grace to_en -- rich the hum -- ble poor. } stanzaFour = \lyricmode { \set stanza = "4." Our glad ho -- san -- nas, Prince of Peace, Your wel -- come shall pro -- claim, And heav'n's e -- ter -- nal arch -- es ring With yor be -- lov -- ed name. } sopranoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key f \major \autoBeamOff \time 6/4 \relative c'' { \partial 2. a4 a4 c4 | c2 f,4 f4( g4) e4 | f2 f4 g2 a4 | g2 g4 e2 e4 | a2 a4 g2 g4 | a2 a4 bes2 a4 | g2 a4 bes4( a4) g4 | a2. } } altoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key f \major \autoBeamOff \time 6/4 \relative f' { \partial 2. c4 c4 f4 | g4( e4) f4 d2 c4 | a2 c4 c2 d4 | c2 b4 c2 c4 | c2 f4 d2 e4 | e2 f4 f2 f4 | bes2 f4 d4( c4) c4 | c2. . } } tenorMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key f \major \autoBeamOff \time 6/4 \relative f' { \partial 2. c4 f4 a4 | c2 bes4 a4( bes4) g4| f2 a4 g4( c4) f,4 | e4( f4) d4 c2 g'4 | a4( g4) f4 bes4( a4) g4 | c4( bes4) a4 d2 f,4 | d4( bes'4) a4 a8[( g8] f4) e4 | f2. \bar "|." } } bassMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef bass \key f \major \autoBeamOff \time 6/4 \relative f { \partial 2. f4 f4 f4 | e4( c4) d4 bes2 c4 | f2 f4 e2 f4 | g2 g,4 c2 e4 | f2 d4 g,2 c4 | a2 d4 bes2 d4 | g,2 d'4 bes4( c4) c4 | a2. } } \score { << \new Voice = "one" { \sopranoMusic } \new Lyrics \lyricsto "one" \stanzaOne \new Voice = "two" { \altoMusic } \new Lyrics \lyricsto "two" \stanzaTwo << >> \new Voice = "three" { \tenorMusic } \new Lyrics \lyricsto "three" \stanzaThree \new Voice = "four" { \bassMusic } \new Lyrics \lyricsto "four" \stanzaFour >> \layout { indent = 0 \cm firstpagenumber = no papersize = a4 } }