\version "2.10.11" \header { title = "37t. Ester. L.M." source = "The Sacred Harp (1991 Denson edition)" composer = "John S. Terry, 1869." poet = "Hall's New Collection, 1804." tagline = \markup { \fill-line { "Copyright 2007, Reactor Core Hymn Repository" \with-url #"http://hymns.reactor-core.org/" "http://hymns.reactor-core.org/" } } } #(set-global-staff-size 16) #(set-default-paper-size "letter") \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } global = { \key f \major \time 3/4 \set Staff.printPartCombineTexts = ##f } soprano = \relative g' { \sacredHarpHeads \set autoBeaming = ##f r2 c4 | c8 a a4 c | c8 f f4 c | a8 a c4 c | f,8 f a2 | r4 c4 | a8 a c4 f | f8 d c4 c | d8 c f4 d | c8 c c2. \bar "|." } alto = \relative g' { \sacredHarpHeads \set autoBeaming = ##f r2 f4 | f8 f f4 c | f8 f c4 f | c'8 a a4 f | a8 a f2 | r4 c4 | f8 f f4 c' | a8 a f4 e | f8 e f4 a | c,8 f f2. } tenor = \relative g' { \sacredHarpHeads \set autoBeaming = ##f r2 f4 | a8 c c4 a | g8 f f4 c' | d8 f f4 c | d8 d c2 | r4 c4 | d8 d f4 c | d8 c f,4 g | a8 c c4 a | g8 f f2. } bass = \relative f { \sacredHarpHeads \set autoBeaming = ##f r2 f4 | d8 f f4 d | c8 c f4 f | a8 f f4 f | a8 a f2 | r4 f4 | d8 d f4 f | d8 f c4 c | a'8 g f4 d | c8 c f2. } sopwords = << \lyricsto "sopvox" \context Lyrics = a { \set stanza = "1. " Young la -- dies, all at -- ten -- tion give, You that in wick -- ed pleas -- ures live; One of your sex the oth -- er day Was called by death's cold hand a -- way. } \lyricsto "sopvox" \context Lyrics = b { \set stanza = "2. " This les -- son she has left for you To teach the care -- less what to do; To seek Je -- ho -- vah while you live, And ev -- er -- last -- ing hon -- ors give. } >> altwords = << \lyricsto "altvox" \context Lyrics = c { \set stanza = "3. " Her hon -- ored moth -- er she ad -- dressed While tears were stream -- ing down her breast; She grasped her ten -- der hands and said, "\"Re" -- mem -- ber me when I am "dead.\"" } \lyricsto "altvox" \context Lyrics = d { \set stanza = "4. " She called her fa -- ther to her bed, And thus in dy -- ing an -- guish said: "\"My" days on earth are at an end, My soul is sum -- moned to at -- tend. } >> tnrwords = << \lyricsto "tnrvox" \context Lyrics = e { \set stanza = "5. " Be -- fore Je -- ho -- vah's aw -- ful bar To hear my aw -- ful sen -- tence there; And now, dear Fa -- ther, do re -- pent, And read the ho -- ly Tes -- ta -- "ment.\"" } >> \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 \altwords >> \new Staff << \global \clef treble \new Voice = "tnrvox" \tenor \new Lyrics \tnrwords >> \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 5 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold 5 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 5 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold 5 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 5 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 5 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 5 \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g \repeat unfold 5 \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \repeat unfold 5 \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold 5 \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold 5 \unfoldRepeats { \bass } } >> \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 73 4) } } }