\version "2.13.19" \header { title = "Deck the Halls with Boughs of Sorrow" piece = "English Tradtional" composer = "Arr. William Houser (1848)" tagline = "" } #(set-default-paper-size "legal" 'landscape) stanzaOne = \lyricmode { \set stanza = "1." Deck the halls with boughs of hol -- ly, Fa la la la la la la. Don we now our gay ap -- par -- el, Fa la la, la la la, la la la. Troll the an -- cient Yule -- tide ca -- rol, Fa la la la la la la! } stanzaIchi = \lyricmode { ‘Tis the sea -- son to be jol -- ly, Fa la la la la la la. } stanzaTwo = \lyricmode { \set stanza = "2." See the blaz -- ing Yule be -- fore us, Fa la la la la la la! Fol -- low me in mer -- ry mea -- sure, Fa la la, la la la, la la la! While I tell of Yule -- tide trea -- sure, Fa la la la la la la! } stanzaNi = \lyricmode { Strike the harp and join the chor -- us, Fa la la la la la la! } stanzaThree = \lyricmode { \set stanza = "3." Fast a -- way the old year pass -- es, Fa la la la la la la! Sing we joy -- ous all to -- geth -- er, Fa la la, la la la, la la la! Heed -- less of the wind and weath -- er. Fa -- a la la la, la la la! } stanzaSan = \lyricmode { Hail the new, ye lads and lass -es, Fa la la la la la la! } stanzaFour = \lyricmode { } sopranoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 2/4 \relative c'' { e4 e4 | d8[ b8] a4 | b4 b8[ c8] | b4 a4 | b4. a8 | d4. c8 | b4 b4 | b2 | b8[ fis8] g8[ a8] | b4 b4 | d4 d8[ b8] | a4 a4 | d8 c8 b8[ a8] | b8 c8 d4 | b4 b4 | b2 | e4 e4 | d8[ b8] a4 | b b8[ c8] | b4 d4 | e4. d8 | d4. c8 | b4 b | b2 | } } altoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 2/4 \relative f' { e4 e4 | d8[ e8] d4 | e4 e8[ d8] | e4 fis4 | e4. d8 | g4. fis8 | e4 d4 | e2 | e8[ d8] e4 | d4 d4 | d4 d8[ e8] | e4 e4 | e8 fis8 g4 | fis8 e8 d4 | e4 e4 | e2 | e4 e4 | d8[ e8] fis4 | e e8[ d8] | g4 fis4 | e4. fis8 | d4. fis8 | e4 d4 | e2 | } } tenorMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key g \major \autoBeamOff \time 2/4 \relative g' { \bar "|:" b4 a8[ b8] | fis8[ e8] d4 | e e8[ fis8] | g4 a | b4. c8 | b4. a8 | g8[ e8] fis4 | e2 | \bar ":|:" b'8[ a8] b8[ c8] | d4 d4 | b4 b4 | e4 e4 | b8 a8 b8[ c8] | d8 e8 fis4 | e4 b4 | e2 | b4 a8[ b8] | fis8[ e8] d4 | e4 e8[ fis8] | g4 a4 | b8\( e4\) a,8 | b4. a8 | g8[ e8] fis4 | e2 | \bar ":|" } } bassMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef bass \key g \major \autoBeamOff \time 2/4 \relative f { e4 e4 | b'4 a4 | g4 g8[ fis8] | e4 d4 | e4. fis8 | g4. fis8 | e4 b | e2 | e4 e8[ fis8] | g4 g8 a | b4 g4 | a4 a4 | g8 fis8 e8[ fis8] | fis8 a8 b4 | b,4 b4 | e2 | e4 e4 | b'4 a4 | g4 g8[ fis8] | e4 d4 | e4. fis8 | g4. fis8 | e4 b4 | e2 | } } \score { << \new Voice = "one" { \sopranoMusic } \new Lyrics \lyricsto "one" \stanzaOne \new Lyrics \lyricsto "one" \stanzaIchi \new Voice = "two" { \altoMusic } \new Lyrics \lyricsto "two" \stanzaTwo \new Lyrics \lyricsto "two" \stanzaNi << >> \new Voice = "three" { \tenorMusic } \new Lyrics \lyricsto "three" \stanzaThree \new Lyrics \lyricsto "three" \stanzaSan \new Voice = "four" { \bassMusic } \new Lyrics \lyricsto "four" \stanzaFour >> \layout { indent = 0 \cm firstpagenumber = no papersize = a4 } }