\version "2.10.11" \header { title = "360. The Royal Band. 12s & 11s." source = "The Sacred Harp (1991 Denson edition)" poet = "Mercer's Cluster, 1829." composer = "W. T. Power, 1850." } %sacredHarpHeads = \set shapeNoteStyles = ##(fa #f la fa #f la mi) sacredHarpHeads = \set shapeNoteStyles = ##(la mi fa #f la fa #f) #(set-global-staff-size 14) #(set-default-paper-size "letter") #(set-default-paper-size "letter" 'landscape) \paper { pagenumber = "yes" linewidth = 120\mm indent = 0\mm } global = { \key e \minor \time 6/8 \set Staff.printPartCombineTexts = ##f } soprano = \relative g' { \sacredHarpHeads \repeat volta 2 { r4. b | b8 e e a, a a | d e d b b b | e fis e d e d | b b b b4. } \repeat volta 2 { r4. d | b8 b b d b d | e e e d e d | b b b d e d | b b b b4. | b d8 b b | d d d e e e | b b b e fis e | d e d b b b | b2. } } alto = \relative g' { \sacredHarpHeads \repeat volta 2 { r4. e | e8 e e fis d d | fis e fis d e d | e d e fis e fis | d e e e4. } \repeat volta 2 { r4. a | e8 e e fis e a | b b b a e fis | e e e fis e fis | e e fis b4. | e, g8 b b | fis d d e e e | d e d e fis e | a e fis d e e | e2. } } tenor = \relative g' { \sacredHarpHeads \repeat volta 2 { r4. e | e8 b' b a fis fis | a b a fis e d | e fis a a b a | fis e e e4. } \repeat volta 2 { r4. a | b8 e e d b a | b b b d b a | b e e d b a | b b d e4. | e g8 e e | d b b a b a | fis e d e fis a | a b a fis e e | e2. } } bass = \relative f { \sacredHarpHeads \repeat volta 2 { r4. e | e8 e e d d d | d e d b b b | e fis e d e d | b b b e4. } \repeat volta 2 { r4. d | e8 e e g e d | e e e d d | e e e d e d | b b b e4. | b' g8 e e | d d d e e e | b b b e fis e | d e d b b b | e2. } } sopwords = << \lyricsto "sopvox" \context Lyrics = a { \set stanza = "1. " Ho -- san -- na to Je -- sus, my soul's fill'd with prais -- es, Come, O my dear breth -- ren, and help me to sing. } \lyricsto "sopvox" \context Lyrics = b { No mu -- sic so charm -- ing, no look is so warm -- ing, It gives life and comf -- ort and glad -- ness with -- in. Ho -- san -- na is ring -- ing: O how I love sing -- ing, There's noth -- ing so sweet as the sound of His name; The an -- gels in glo -- ry re -- peat the glad sto -- ry Of love which in Je -- sus is made known to man. } >> tnrwords = << \lyricsto "tnrvox" \context Lyrics = c { \set stanza = "2. " Ho -- san -- na to Je -- sus! my soul how it pleas -- es To see sin -- ners fall -- ing and cry -- ing to God; } \lyricsto "tnrvox" \context Lyrics = d { Then shout -- ing and prais -- ing, they cry, "\"'Tis" a -- maz -- ing; We've found peace and par -- don in Je -- sus' shed "blood!\"" Ho -- san -- na is ring -- ing, hark, how they are sing -- ing, "\"All" glo -- ry to Je -- sus, we've tast -- ed His "love!\"" The king -- dom of heav -- en to mor -- tals is giv -- en, And rolls through my soul from the man -- sions a -- bove. } >> \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 \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 79 4) } } }