\version "2.10.0" \header { title = "The Christian Warfare (12-11 12-11)" piece = "Anon." composer = "Southern Harmony, 1835." } #(set-default-paper-size "letter" 'landscape) stanzaOne = \lyricmode { \set stanza = "1." I find my- self placed in a state of pro- ba- tion, Which God has com- mand- ed us well to im- prove. And I am re- solved to re- gard all His pre- cepts, And on in the way of o- be- d'ence to move. I know I must go through great trib- u- la- tion, And man- y sore con- flicts on ev- er- y hand; But grace will sup- port and - com- fort my spir- it, And I shall be a- ble for- ev- er to stand. } stanzaTwo = \lyricmode { \set stanza = "2." I'm called to con- tend with the pow- ers of dark- ness, And man- y sore con- flicts I have to pass through. O Je- sus be with me in ev- er- y bat- tle, And help me my en- e- mies all to sub- due. If Thou, gra- cious Lord, will on- ly be with me, To aid and di- rect me, then all will be right; A- poll- yon, with all his - pow- er- ful forc- es, In Thy name and Thy strength shall soon put to flight. } sopranoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key c \major \autoBeamOff \time 6/4 \relative c'' { c2. c4 a4 a4 | g2. g2 a4 | c4 e4 e4 d4 e2 | g2. g4 g4 g4 | e4 g4 g4 f4 d4 b4 | c1. c2. c4 a4 a4 | g2. g2 a4 | c4 e4 e4 d4 e2 | g2. g4 g4 g4 | e4 g4 g4 f4 d4 b4 | c1. g'2. g4 e4 c4 | d2. g,2. | c4 g4 g4 a4 c2 | g2. g4 g4 g4 | a4 c4 g4 c4 d4 e4 | g2. g2. | d4 e4 c4 g2. | c2\( d4\) e4 e4 d4 | e4 g2 g2. | g4 g4 g4 e4 g4 e4 | f4 d4 b4 c2. } } altoMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key c \major \autoBeamOff \time 6/4 \relative f' { g2. e4 e4 e4 | g2. e2 e4 | g4 g4 g4 a4 g2 | e2. d4 e4 d4 | e4 d4 e4 d4 d4 d4 | e1. | g2. e4 e4 e4 | g2. e2 e4 | g4 g4 g4 a4 g2 | e2. d4 e4 d4 | e4 d4 e4 d4 d4 d4 | e1. | g2. g4 g4 g4 | g2. g2. | e4 d4 e4 e4 g2 | g2. d4 d4 d4 | e4 e4 d4 e4 d4 e4 | d2. g2. | e4 e4 e4 d2. | e2. e4 e4 g4 | e4 e2 e2. | d4 e4 d4 e4 d4 e4 | f4 d4 d4 e2. } } tenorMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef treble \key c \major \autoBeamOff \time 6/4 \relative c'' { c2. g4 a4 c4 | d2. e2 d4 | c4 c4 g4 a4 c2 | c2. d4 c4 d4 | e4 d4 c4 a4 g4 g4 | g1. c2. g4 a4 c4 | d2. e2 d4 | c4 c4 g4 a4 c2 | c2. d4 c4 d4 | e4 d4 c4 a4 g4 g4 | g1. \bar "|:" c2. d4 e4 f4 | g2. d2. | e4 d4 c4 a4 c2 | c2. d4 d4 d4 | e4 g4 d4 e4 d4 c4 | d2. g,2. | g4 a4 c4 d2. | e2\( d4\) c4 c4 g4 | a4 c2 c2. | d4 c4 d4 e4 d4 c4 | a4 g4 g4 g2. \bar ":|" } } bassMusic = { \sacredHarpHeads \set shapeNoteStyles = ##(fa #f la fa #f la mi) \clef bass \key c \major \autoBeamOff \time 6/4 \relative c { 2. g'4 e4 g4 | g2. g2 a4 | c4 c4 g4 e4 g2 | g2. g4 g4 g4 | a4 a4 g4 c4 e,4 g4 | c,1. | 2. g'4 e4 g4 | g2. g2 a4 | c4 c4 g4 e4 g2 | g2. g4 g4 g4 | a4 a4 g4 c4 e,4 g4 | c,1. | 2. 4 4 4 | g'2. g2. | c4 b4 a4 e4 g2 | g2. c4 b4 a4 | c4 g4 a4 c4 b4 a4 | g2. 2. | 4 4 4 g2. | g2\( a4\) c4 g4 a4 | e4 g2 g2. | g4 g4 g4 a4 a4 g4 | c4 e,4 g4 c,2. | } } \score { << \new Voice = "one" { \sopranoMusic } \new Lyrics \lyricsto "one" \stanzaOne \new Voice = "two" { \altoMusic } << >> \new Voice = "three" { \tenorMusic } \new Lyrics \lyricsto "three" \stanzaTwo \new Voice = "four" { \bassMusic } >> \layout { indent = 0 \cm firstpagenumber = no papersize = a4 } }