\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 = "Let All Things Now Living" poet = "Katherine K. Davis (1892-1980)" composer = "Traditional Welsh Melody" tagline = "Last update: 2009-04-03" } global = { \key f \major \time 3/4 \partial 4 } melody = { \global c'4 f'4 a'4 c''8 ( bes'8 ) a'4 f'4 f'4 g'4 bes'8 ( a'8 ) g'8 ( f'8 ) e'4 c'4 c'4 f'4 a'8 ( g'8 ) f'8 ( e'8 ) d'4 bes4 d'4 c'4 f'4 e'4 f'2 c'4 f'4 a'4 c''8 ( bes'8 ) a'4 f'4 f'4 g'4 bes'8 ( a'8 ) g'8 ( f'8 ) e'4 c'4 c'4 f'4 a'8 ( g'8 ) f'8 ( e'8 ) d'4 bes4 d'4 c'4 f'4 e'4 f'2 a'8 ( bes'8 ) c''4 a'8 ( bes'8 ) c''8 ( d''8 ) c''4 bes'4 a'4 bes'4 g'8 ( a'8 ) bes'8 ( c''8 ) bes'4 a'4 g'4 a'4 f'8 ( g'8 ) a'8 ( bes'8 ) a'4 g'4 f'4 e'4 c''4 b'4 c''2 c'4 f'4 a'4 c''8 ( bes'8 ) a'4 f'4 f'4 g'4 bes'8 ( a'8 ) g'8 ( f'8 ) e'4 c'4 c'4 f'4 a'8 ( g'8 ) f'8 ( e'8 ) d'4 bes4 d'4 c'4 f'4 e'4 f'4 \bar "|." } alto = \relative c' { \global \bar "|." } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global \bar "|." } verseOne = \lyricmode { \set stanza = "1. " Let all things now liv -- ing a song of thanks -- giv -- ing To God the Cre -- a -- tor tri -- um -- phant -- ly raise, Who fash -- ioned and made us, pro -- tect -- ed and stayed us, Who guid -- eth us on to the end of our days. His ban -- ners are o'er us, His light goes be -- fore us, A pil -- lar of fire shin -- ing forth in the night, 'Til shad -- ows have van -- ished and dark -- ness is ban -- ished, As for -- ward we trav -- el from light in -- to light. } verseTwo = \lyricmode { \set stanza = "2. " His law He en -- forc -- es: the stars in their cours -- es, The sun in His or -- bit, o -- be -- dient -- ly shine; The hills and the moun -- tains, the riv -- ers and foun -- tains, the deeps of the o -- cean pro -- claim Him di -- vine, We too should be voic -- ing our love and re -- joic -- ing, With glad ad -- or -- ra -- tion a song let us raise, 'Til all things now liv -- ing u -- nite in thanks -- giv -- ing To God in the high -- est, ho -- san -- na and praise. } \score { << \set Score.tempoHideNote = ##t \tempo 4=120 \new ChoirStaff { << \chords { \set chordChanges = ##t c4:7 f2 f4 a2:m d4:m g2:m g4:m c2 c4:7 f2 f4 bes2. f2 c4:7 f2 c4:7 f2 f4 a2:m d4:m g2.:m c2 c4:7 f2. bes2. f2 c4:7 f2 c4:7 f2 f2 f2 c2:7 c2:7 c2:7 f2 f2. d4:m c4 c4 g4:7 c2 c4:7 f2. a2:m d4:m g2.:m c2 c4:7 f2. bes2. f2 c4:7 f4 } \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 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 { } }