\version "2.10.11" \header { title = "359b. The Bride's Farewell. 8,7." source = "The Sacred Harp (1991 Denson edition)" poet = "Miss M. L. Beevor, ca. 1840" composer = "H. S. Reese, 1869." } %sacredHarpHeads = \set shapeNoteStyles = ##(fa #f la fa #f la mi) %sacredHarpHeads = \set shapeNoteStyles = ##(la mi fa #f la fa #f) #(set-global-staff-size 16) #(set-default-paper-size "letter") \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } global = { \key d \major \time 3/4 \set Staff.printPartCombineTexts = ##f } soprano = \relative g' { \sacredHarpHeads \set autoBeaming = ##f r2 a4 | d2 fis4 | a,2. | d4 a fis' | d2. | fis2 fis4 | d2 d4 | 2 4 | 2 d,8 fis8 | d2 fis8. [e16] | 2 b,4 | d d2~ | d4 r a | d2 d8 fis | d2 4 | 2. \bar "|." } alto = \relative g' { \sacredHarpHeads \set autoBeaming = ##f r2 fis4 | a2 b8 [cis] | d2. | fis4 e d | a2. | d2 fis,4 | a2 a4 | b2 cis4 | d2 fis8 d | a2 b8. [cis16] | d2 e4 | fis a2~ | a4 r fis, | a2 fis'8 d | a'2 fis4 | d2. } bass = \relative f { \sacredHarpHeads \set autoBeaming = ##f r2 d4 | a2 b4 | d2. | d4 a a' | d,2. | a'2 fis4 | d2 d4 | g2 a4 | d,2 g8 fis | d2 fis8. [e16] | d2 g4 | a a2~ | a4 r d, | d2 g8 fis | a2 a,4 | d2. } sopwords = << \lyricsto "sopvox" \context Lyrics = a { \set stanza = "1. " Fare -- well, Moth -- er, tears are stream -- ing Down thy pale and ten -- der cheek; I in gems and ro -- ses gleam -- ing, Scarce this sad fare -- well can speak. } \lyricsto "sopvox" \context Lyrics = b { \set stanza = "2. " Fare -- well, Moth -- er, now I leave you, Griefs and hopes my bos -- om swell; One to trust who may de -- ceive me: Fare -- well, Moth -- er, fare you well. } >> altwords = << \lyricsto "altvox" \context Lyrics = c { \set stanza = "1. " Fare -- well, Moth -- er, tears are stream -- ing Down thy pale and ten -- der cheek; I in gems and ro -- ses gleam -- ing, Scarce this sad fare -- well can speak. } \lyricsto "altvox" \context Lyrics = d { \set stanza = "2. " Fare -- well, Moth -- er, now I leave you, Griefs and hopes my bos -- om swell; One to trust who may de -- ceive me: Fare -- well, Moth -- er, fare you well. } >> \score { \new ChoirStaff << \new Staff << \global \clef treble \new Voice = "sopvox" \soprano \new Lyrics \sopwords >> \new Staff << \global \clef treble \new Voice = "altvox" \alto \new Lyrics \lyricsto "altvox" \altwords >> \new Staff << \global \clef bass \bass >> >> \layout { \context { \Score \remove "Bar_number_engraver" \override PaperColumn #'keep-inside-line = ##t } \context { \ChoirStaff \accepts "Lyrics" } \context { \Lyrics \override LyricSpace #'minimum-distance = #1.2 \override LyricText #'self-alignment-X = #LEFT \consists "Bar_engraver" \consists "Separating_line_group_engraver" \override BarLine #'transparent = ##t } } } \score { << \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold 2 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold 2 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 2 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold 2 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 2 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g \repeat unfold 2 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \repeat unfold 2 \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold 2 \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold 2 \unfoldRepeats { \bass } } >> \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) } } }