\version "2.11.34" \header { % title = "82t. Bound For Canaan. 7s & 6s." title = "Bound For Canaan" source = "The Sacred Harp (1991 Denson edition)" poet = "John Leland, 1793" composer = "" arranger = "E. J. King, 1844" tagline = \markup { \fill-line { \with-url #"http://creativecommons.org/licenses/by/2.5/ca/" "License: Creative Commons Attribution 2.5" "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" 'landscape) \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } global = { \key bes \major \time 4/4 \set Staff.printPartCombineTexts = ##f } soprano = \relative g' { \sacredHarpHeads r2 \repeat volta 2 { bes2 | bes4 bes d bes | f'2 f4 bes, | d d c c } \alternative { { bes2 \set Score.measurePosition = #(ly:make-moment 0 4) } { bes1 } } bes2 d4 f | bes, d bes2 | d4 bes c d | f g f ( d ) | bes2 bes | bes4 bes d bes | f'2 f4 bes,8 c | d4 d c c | bes1 } alto = \relative g' { \sacredHarpHeads r2 \repeat volta 2 { d | d4 d d ees | f2 f4 ees | d d f ees } \alternative { { d2 } { d1 } } g2 g4 f | g bes bes2 | bes4 bes a g | f bes f ( g ) | d2 d | d4 d d ees | f2 f4 ees8 f | d4 d f ees | d1 } tenor = \relative g' { \sacredHarpHeads r2 \repeat volta 2 { f | f4 f g bes | c2 c4 g | bes bes f g } \alternative { { f2 } { f1 } } ees'2 d4 c | bes d f2 | f4 d c bes | bes d bes ( g ) | f2 f | f4 f g bes | c2 c4 g8 a | bes4 bes f g | f1 } bass = \relative f { \sacredHarpHeads r2 \repeat volta 2 { 2 | bes,4 bes d ees | f2 f4 bes | g g f d } \alternative { { bes2 } { bes1 } } 2 g4 f | ees g bes2 | bes4 g f g | bes g f ( d ) | bes2 f' | bes,4 bes d ees | f2 f4 bes8 a | g4 g f d | bes1 } sopwords = << \lyricsto "sopvox" \context Lyrics = a { \set stanza = "1. " O when shall I see Je -- sus And reign with Him a -- bove, } \lyricsto "sopvox" \context Lyrics = b { And from the flow -- ing foun -- tain Drink ev -- er -- last -- ing love? _ I'm on my way to Can -- aan, I'm on my way to Can -- aan, I'm on my way to Can -- aan, To the new Je -- ru -- sa -- lem. } >> altwords = << \lyricsto "altvox" \context Lyrics = c { \set stanza = "2. " When shall I be de -- li -- vered From this vain world of sin, } \lyricsto "altvox" \context Lyrics = d { And with my bless -- ed Je -- sus Drink end -- less plea -- sures in? _ I'm on my way to Can -- aan, I'm on my way to Can -- aan, I'm on my way to Can -- aan, To the new Je -- ru -- sa -- lem. } >> tnrwords = << \lyricsto "tnrvox" \context Lyrics = e { \set stanza = "3. " But now am I a sol -- dier, My Cap -- tain's gone be -- fore; } \lyricsto "tnrvox" \context Lyrics = f { He's giv -- en me my or -- ders, And bids me not give o'er. _ I'm on my way to Can -- aan, I'm on my way to Can -- aan, I'm on my way to Can -- aan, To the new Je -- ru -- sa -- lem. } >> \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 treble \new Voice = "tnrvox" \tenor \new Lyrics \lyricsto "tnrvox" \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 3 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \repeat unfold 3 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 3 \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 3 \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \repeat unfold 3 \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g \repeat unfold 3 \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \repeat unfold 3 \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold 3 \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \repeat unfold 3 \unfoldRepeats { \bass } } >> \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) } } }