\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 = "The Wonder of It All" poet = "George Beverly Shea (1909- )" composer = "George Beverly Shea" meter= "WONDER OF IT ALL Irregular Ref." tagline = "Last update: 2009-04-03" } global = { \key bes \major \time 3/4 \partial 4 } melody = { \global f'8 f'8 f'4. f'8 f'4 f'4 ees'4 c'4 d'4 f'2 ~ f'2 bes'4 bes'4.~ bes'8 bes'4 bes'4 ( a'4 ) g'4 f'2.~ f'2 f'8 f'8 c''4. c''8 c''4 c''4 bes'4 c''4 d''2 d''8 c''8 bes'2 g'8 g'8 f'8 f'4. f'4 f'4 ~ f'2. f'8 f'8 f'4. f'8 f'8 ees'8 d'2 bes'4 bes'4. bes'8 bes'8 a'8 g'2 g'8 g'8 f'2 f'4 f'4 ( ees'4) c'4 d'2.~ d'2 f'8 f'8 d''4. d''8 d''8 c''8 bes'2 bes'4 bes'4. bes'8 bes'8 a'8 g'2 g'8 g'8 f'2 f'4 a'4 ( bes'4 ) c''4 bes'2. ~ bes'2 \bar "|." } alto = \relative c' { \global } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global } verseOne = \lyricmode { \set stanza = "1. " There's the won -- der of sun -- set at eve -- ning, The won -- der as sun -- rise I see, But the won -- der of won -- ders that thrills by soul Is the won -- der that God loves me. O, the wond -- der of it all! The wond -- der of it all! Just to think that God loves me. O, the wond -- der of it all! The wond -- der of it all! Just to think that God loves me. } verseTwo = \lyricmode { \set stanza = "2. " There's the won -- der of spring -- time and har -- vest, The sky, the stars, the sun; But the won -- der of won -- ders that thrill my soul Is a won -- der that's on -- ly be -- gun. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t } \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 { } }