\version "2.10.11" \header { % title = "378b. Never Turn Back, L.M." title = "Never Turn Back" source = "The Sacred Harp (1991 Denson edition)" 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/" } } poet = "Anonymous" composer = "Anonymous" arranger = "J.P. Reese & F. E. Parkerson, 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" 'landscape) \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } global = { \key g \minor \time 3/4 \set Staff.printPartCombineTexts = ##f } soprano = \relative g' { \sacredHarpHeads \set autoBeaming = ##f \repeat volta 2 { r2 bes4 | d2 d4 | bes2 f'4 | d2 d4 | f8 ( d4. ) d4 | f8 g4. f4 | d2 f8 f | d2. } \repeat volta 2 { r2 f8 f | d2 bes8 bes | g2 d'8 d | bes4. ( c8 ) d4 | d2 d4 | f8 4. f4 | d2 f8 f | d2. } } alto = \relative g' { \sacredHarpHeads \set autoBeaming = ##f \repeat volta 2 { r2 f4 | g2 f4 | g2 f4 | g2 g4 | bes2 f4 | f8 g4. g8 [f] | f2 d8 d | d2. } \repeat volta 2 { r2 f8 f | g2 f8 f | g2 bes8 bes | g2 a4 | g2 g4 | a8 g4. f4 | f2 d8 d | d2. } } tenor = \relative g' { \sacredHarpHeads \set autoBeaming = ##f \repeat volta 2 { r2 f4 | g2 bes4 | g2 f8 [g] | bes2 bes4 | f2 bes4 | a8 g4. g8 [f] | d2 f8 f | g2. } \repeat volta 2 { r2 bes8 bes | d2 f8 f | d2 bes8 bes | d2 bes4 | bes ( g ) bes | a8 g4. g8 [f] | d2 f8 f | g2. } } bass = \relative f { \sacredHarpHeads \set autoBeaming = ##f \repeat volta 2 { r2 f4 | 2 f4 | bes8 ( g4. ) f4 | g2 g4 | bes2 f4 | f8 d4. d8 [f] | g2 d8 d | 2. } \repeat volta 2 { r2 f8 f | g2 f8 f | d2 f8 f | g2 f4 | g4 ( bes ) g | f8 d4. 8 [] | g2 d8 d | 2. } } sopwords = << \lyricsto "sopvox" \context Lyrics = a { \set stanza = "1. " When to that bless -- ed world I rise, I'll nev -- er turn back an -- y more; } \lyricsto "sopvox" \context Lyrics = b { And join the an -- thems in the skies, I'll nev -- er turn back an -- y more; An -- y more, an -- y more, An -- y more, my Lord: I'll nev -- er turn back an -- y more. } >> tnrwords = << \lyricsto "tnrvox" \context Lyrics = c { \set stanza = "1. " When to that bless -- ed world I rise, I'll nev -- er turn back an -- y more; } \lyricsto "tnrvox" \context Lyrics = d { And join the an -- thems in the skies, I'll nev -- er turn back an -- y more; An -- y more, an -- y more, An -- y more, my Lord: I'll nev -- er turn back an -- y more. } >> \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.0 \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'' \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g'' \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \unfoldRepeats { \soprano } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \unfoldRepeats { \alto } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef treble \transpose g' g \unfoldRepeats { \tenor } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \unfoldRepeats { \bass } } \new Staff { \set Staff.midiInstrument = #"church organ" \global \clef bass \transpose f f, \unfoldRepeats { \bass } } >> \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) } } }