\version "2.13.19" \header { title = "The Song of the Angels at the Nativity (C.M.)" piece = "Tate and Brady (1696)" composer = "William Knapp (1698-1768)" tagline = "" } #(set-default-paper-size "legal" 'landscape) stanzaOne = \lyricmode { While shep -- herds watch'd their flocks by night All seat -- ed on the ground The an -- gel of the Lord came down, And glo -- ry, glo -- ry, glo -- ry shone a -- round. And glo -- ry, glo -- ry, glo -- ry shone a -- round. } stanzaTwo = \lyricmode { While shep -- herds watch'd their flocks by night All seat -- ed on the ground The an -- gel of the Lord came down, And glo -- ry, glo -- ry, glo -- ry shone a -- round. And glo -- ry, glo -- ry shone a -- round. } stanzaThree = \lyricmode { While shep -- herds watch'd their flocks by night All seat -- ed on the ground The an -- gel of the Lord came down, And glo -- ry, glo -- ry shone a -- round. And glo -- ry, glo -- ry shone a -- round. } stanzaFour = \lyricmode { While shep -- herds watch'd their flocks by night All seat -- ed on the ground The an -- gel of the Lord came down, And glo -- ry, glo -- ry, glo -- ry shone a -- round. And glo -- ry, glo -- ry shone a -- round. } sopranoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 4/4 \relative c' { r2 d2 | g g | a b | c a | b fis | g4.( a8) b2 | b2 a2 | a1 | r2 a2 | g4.( a8 b4) g | d'4.( c8 b[ c]) d4 | e4( d) c( b) | a2. fis4 | g4.( fis8 g2 | a2.) a4 | b4.( c8 d4) d4 | g,4.( fis8 g8[ a] b4 | a b c) d4 | c4( b) a2 | b1 | r2 r4 g4 | a2. a4 | b4.( c8 d4) d4 | g,4.( fis8 g8[ a] b4 | a b c) d4 | c4( b) a2 | b1 } } altoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 4/4 \relative f { r2 b2 | d e | fis d | e d | d d | d b | g' e | fis1 | r2 d2 | d2. d4 | g2. g4 | e2 e2 | d2. d4 | d2. d4 | fis4.( g8 a4 fis | g4. a8 d,4) d4 | e4.( d8 c4 b4 | c d e8[ fis]) g4 | e2 d2( | d2) g4.( f8 | e4 d c) d4 | fis4.( g8 a4 fis | g4. a8 d,4) d4 | e4.( d8 c4 b4 | c d e8[ fis]) g4 | e2 d2 | d1 } } tenorMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 4/4 \relative g' { r2 g2 | b4.( a8) g2 | d'2 b | g fis | g a | b4.( a8) g2 | b cis | \break d1 | r2 d2 | b4.( c8 d4) b4 | g2. b4 | c4( b) a( g) | fis2. d4 | g4.( a8 b4. c8 | \break d1)( | d2.) b4 | c4.( b8 c4 d | e d c) b4 | a( g) fis2 | g1 | \break r2 r4 b4 | d1( | d2.) b4 | c4.( b8 c4 d | e d c) b4 | a( g) fis2 | g1 | \bar "|." } } bassMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef bass \key g \major \autoBeamOff \time 4/4 \relative f { r2 g2 | g4.( fis8) e2 | d2 g2 | c,2 d2 | g,2 d'2 | g4.( fis8) e2 | g2 a2 | d,1 | r2 d2 | g2. g4 | g4.( a8 g8[ fis]) e8[ d] | c2. c4 | d2. d4 | b4.( a8 g4) g4 | d'4.( e8 fis4 d4 | g4. a8 b4) g4 | c,4.( d8 e4 d4 | c b a) g4 | c2 d2 | g4.( f8 e4. d8 | c4 b a) g4 | d'4.( e8 fis4 d4 | g4. a8 b4) g4 | c,4.( d8 e4 d4 | c b a) g4 | c2 d2 | 1 } } \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 } }