\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.75\in line-width = 7.0\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 = "From Greenland's Icy Mountains" poet = "Reginald Heber (1783-1826)" composer = "Lowell Mason, 1870 (1832-1915)" tagline = "Last update: 2009-04-03" } global = { \key c \major \time 4/4 \partial 4 } melody = { \global c'4 e'4 g'4 g'4 a'4 g'2 e'4 c'4 b4 c'4 f'4 e'4 e'2 (d'4) c'4 e'4 g'4 g'4 a'4 g'2 e'4 d'4 e'4 a'4 g'4 fis'4 g'2. g'4 c''4 g'8 (a'8) f'4 e'4 a'2 g'4 b'8 (f'8) c''4 g'4 g'8 (f'8) e'4 e'2 (d'4) c'4 e'4 g'4 g'4 a'4 g'2 e'4 c'4 d'4 f'4 e'4 d'4 c'2. \bar "|." } alto = \relative c' { \global \bar "|." } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global \bar "|." } verseOne = \lyricmode { \set stanza = "1. " From Green -- land's i -- cy moun -- tains, From In -- dia's cor -- al strand, Where Af -- rica's sun -- ny foun -- tains Roll down their gold -- en sand, From man -- "y an" an -- cient riv -- er, From man -- "y a" palm -- y plain, That call us to de -- liv -- er Their land from er -- ror's chain. } verseTwo = \lyricmode { \set stanza = "2. " What though the spi -- cy breez -- es Blow soft o'er Cey -- lon's isle, Though ev -- 'ry pros -- pect pleas -- es And on -- ly man is vile; In vain with lav -- ish kind -- ness The gifts of God are strown, The hea -- then in his blind -- ness Bows down to wood and stone. } verseThree = \lyricmode { \set stanza = "3. " Shall we, whose souls are light -- ed With wis -- dom from on high, Shall we to men be -- night -- ed The lamp of life de -- ny? Sal -- va -- tion! O sal -- va -- tion! The joy -- ful sound pro -- claim, Till earth's re -- mot -- est na -- tion Has learned Mes -- si -- ah's name. } verseFour = \lyricmode { \set stanza = "4. " Waft on, ye winds, His sto -- ry, And you, ye wa -- ters roll, Till, like a sea of glo -- ry, It spreads from pole to pole; Till o'er our ran -- somed na -- ture The Lamb for sin -- ners slain, Re -- deem -- er, King, Cre -- a -- tor, In bliss re -- turns to reign. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t s4 c2. f4 c2. f4 g4:7 c4 f4 c4 c2 g4:7 c4 c2. f4 c2. g4:7 a2:m g4 d4:7 g2. g4:7 c2 f4 c4 f2 c4 g4:7 c2 g4:7 c4 c2 g4:7 c4 c2. f4 c1 g4 f4 g2:7 c4 f4 c4 } \new Staff { \clef treble << \new Voice = "voicea" { \voiceOne \melody } \new Voice = "voiceb" { \voiceTwo \alto } >> } \new Lyrics { \lyricsto "voicea" \verseOne } \new Lyrics { \lyricsto "voicea" \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 { } }