\version "2.10.11" \header { title = "175b. Highlands of Heaven. 6s & 7s." source = "The Sacred Harp (1991 Denson edition)" composer = "J. D. Arnold, 1869." 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 2/4 \set Staff.printPartCombineTexts = ##f } soprano = \relative g' { \sacredHarpHeads \set autoBeaming = ##f \repeat volta 2 { r4 c8 c | f4 f8 f | c4 d8 f | a4 f8 c | d f4. } r4 f8 f | c4 c8 c | c4 f8 f | c4 c8 c | d f4. r4 c8 c | f4 f8 f | c4 d8 f | a4 f8 c | d f4. } alto = \relative g' { \sacredHarpHeads \set autoBeaming = ##f \repeat volta 2 { r4 a8 f | a4 a8 bes | a4 a8 g | f4 f8 f | g a4. } r4 a8 a | f4 f8 a | g4 f8 g | a4 a8 a | g a4. r4 a8 f | a4 a8 bes | a4 a8 g | f4 f8 f | g a4. } tenor = \relative g' { \sacredHarpHeads \set autoBeaming = ##f \repeat volta 2 { r4 f8 a | c4 c8 d | c4 f,8 g | a4 a8 a | g f4. } r4 c'8 c | f4 a8 f | g4 c,8 d | f4 f8 f | d c4. r4 f,8 a | c4 c8 d | c4 f,8 g | a4 a8 a | g f4. } bass = \relative f { \sacredHarpHeads \set autoBeaming = ##f \repeat volta 2 { r4 f8 f | f4 f8 f | c4 d8 f | a4 f8 c | d f4. } r4 f8 f | a4 c8 a | g4 a8 g | f4 f8 c | d f4. r4 f8 f | f4 f8 f | c4 d8 f | a4 f8 c | d f4. } sopwords = << \lyricsto "sopvox" \context Lyrics = a { \set stanza = "1. " Sin -- ner, go, will you go, To the high -- lands of heav -- en; } \lyricsto "sopvox" \context Lyrics = b { Where the storms nev -- er blow, And the long sum -- mer's giv -- en? Where the bright bloom -- ing flow'rs Are their o -- dors e -- mit -- ting; And the leaves of the bow'rs On the breez -- es are flit -- ting. } >> tnrwords = << \lyricsto "tnrvox" \context Lyrics = e { \set stanza = "2. " Where the saints robed in white, Cleansed in life's flow -- ing foun -- tain, } \lyricsto "tnrvox" \context Lyrics = f { Shin -- ing, beau -- teous and bright, Shall in -- hab -- it the moun -- tain. Where the bright bloom -- ing flow'rs Are their o -- dors e -- mit -- ting; And the leaves of the bow'rs On the breez -- es are flit -- ting. } >> \score { \new ChoirStaff << \new Staff << \global \clef treble \new Voice = "sopvox" \soprano \new Lyrics \sopwords >> \new Staff << \global \clef treble \alto >> \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 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 \repeat unfold 2 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 2 \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g \repeat unfold 2 \unfoldRepeats { \tenor } } \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 73 4) } } }