\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 22) #(ly:set-option 'point-and-click #f) #(ly:set-option 'delete-intermediate-files #t) \paper { indent = #0 left-margin = 0.5\in line-width = 7.5\in top-margin = 0.25\in bottom-margin = 0.25\in % between-system-padding = 4\mm % between-system-space = 20\mm print-page-number = ##f print-first-page-number = ##f ragged-bottom = ##t } \header { subtitle = "It Is Well With My Soul" poet = "Horatio G. Spafford, 1876 (1829-1888)" composer = "Philip P. Bliss (1838-1876)" meter= "VILLE DU HAVRE 11.8.11.9.Ref" tagline = "Last update: 2009-04-03" } global = { \key c \major \time 4/4 \partial 4 } melody = { \global g'4 g'2 f'4 e'4 e'2 d'4 e'4 f'4 ( a'4 ) g'4 f'4 e'2. g'4 c''2 b'4 a'4 a'2 g'4 fis'4 g'2. g'4 c''2 c''4 b'4 a'2 a'4 a'4 d''2 d''4 c''4 b'2 a'4 g'4 c''2 c''4 c''4 c''2 b'4. c''8 c''2 \fermata g'4 g'4 g'1 ~ g'2 g'4 g'4 g'1 ~ g'2 e'4 g'4 a'2 a'4 c''4 c''2 b'4. c''8 c''2. \bar "|." } alto = { \global e'4 e'2 d'4 c'4 c'2 b4 c'4 b2 b4 d'4 c'2. e'4 e'2 e'4 e'4 e'2 d'4 d'4 d'2. f'4 e'2 e'4 g'4 f'2 f'4 g'4 f'2 f'4 fis'4 g'2 d'4 d'4 g'2 c'4 d'4 e'2 d'4. e'8 e'2 s2 s2 e'4 e'4 d'2 s2 s2 d'4 f'4 e'2 c'4 e'4 f'2 f'4 f'4 e'2 d'4. e'8 e'2. } tenor = { \global g4 g2 g4 g4 g2 g4 g4 g2 g4 g4 g2. g4 a2 gis4 a4 c'2 b4 a4 b2. b4 c'2 c'4 c'4 c'2 c'4 cis'4 d'2 d'4 d'4 d'2 c'4 b4 c'2 g4 a4 g2 g4. g8 g2 \fermata r2 r2 g4 c'4 b2 r2 r2 b4 d'4 c'2 g4 c'4 c'2 c'4 a4 g2 g4. g8 g2. \bar "|." } bass = { \global c4 c2 c4 c8 e8 g2 f4 e4 d2 g,4 b,4 c2. c4 a,2 b,4 c4 c2 d4 d4 g2. g4 c2 c4 e4 f2 f4 e4 d2 d4 d4 g2 g4 g8 f8 e2 e4 f4 g2 g,4. g,8 c2 s2 s2 c4 e4 g2 s2 s2 g,4 g,4 c2 c4 c4 f2 f4 f4 g2 g,4. g,8 c2. } verseOne = \lyricmode { \set stanza = "1. " When peace, like a ri -- ver, at -- tend -- eth my way, When sor -- rows like sea bil -- lows roll; What -- ev -- er my lot, thou hast taught me to say, It is well, it is well with my soul. It is well, With my soul, It is well, it is well, with my soul. } verseTwo = \lyricmode { \set stanza = "2. " Though Sa -- tan should buf -- fet, though tri -- als should come, Let this blest as -- sur -- ance con -- trol, That Christ has re -- gard -- ed my help -- less es -- tate, And hath shed his own blood for my soul. It is well, With my soul, } verseThree = \lyricmode { \set stanza = "3. " My sin, O, the joy of this glo -- ri -- ous thought! My sin, not in part but the whole Is nailed to the cross, and I bear it no more, Praise the Lord, praise the Lord, O my soul! } verseFour = \lyricmode { \set stanza = "4. " And, Lord, haste the day when my faith shall be sight, The clouds be rolled back as a scroll; The trump shall re -- sound, and the Lord shall de -- scend, Ev -- en so, it is well with my soul. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t g4 c1 c2 g4 c4 g2:7 g4 g4:7 c1 a2:m e4:7 a4:m a2:m g4 d4 g2. g4:7 c2. c4:maj7 f2. a4:7 d2.:m d4:7 g1 c2. f4:6 c2 g4. c8 c2 c2 c1 g1 g2. g4:7 c1 f1 c2 g4. c8 c2. } \new Staff { \clef treble << \new Voice = "voicea" { \voiceOne \melody } \new Voice = "voiceb" { \voiceTwo \alto } >> } \new Lyrics { \lyricsto "voicea" \verseOne } \new Lyrics { \lyricsto "voiceb" \verseTwo } \new Lyrics { \lyricsto "voicea" \verseThree } \new Lyrics { \lyricsto "voicea" \verseFour } \new Staff { \clef bass \set Staff.printPartCombineTexts = ##f \partcombine \tenor \bass } >> } >> \layout { \context { \Score \remove "Bar_number_engraver" } \context { \Lyrics \override LyricText #'font-size = #-1 } \context { \Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } } \midi { } }