\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 = "O Worship The King" poet = "Robret Grant, 1833 (1779-1838)" composer = "J. Michael Haydn (1737-1806)" meter= "LYONS 10.10.11.11." tagline = "Last update: 2009-04-03" } global = { \key g \major \time 3/4 \partial 4 } % melody = { \time 3/4 \partial 4 { \key g \major d'4 g' g' a' b'2 g'4 c'' c'' b' a'2 d'8 c' g'4 g' a' b'2 c''4 d''8 c'' b'4 a' g'2 d'4 d' d' e' fis' fis' g' a' a' b' c''2 d'8 c' g'4 g' a' b' b' c'' d''8 c'' b'4 a' g'2 s4 \bar "|." } } % alto = { { \key g \major b4 d' d' d' d'2 d'4 c' d' d' d'2 d'8 c' b4 d' d' d'2 e'4 d'8 e' d'4 c' b2 d'4 d' d' cis' c' c' b a d' g' fis'2 d'8 c' b4 d' d' d' d' e' d'8 e' d'4 c' b2 s4 \bar "|." } } % tenor = { { \key g \major g4 b g fis g2 g4 g a g fis2 fis4 g g fis g2 g4 g g fis g2 fis4 fis fis g a a g fis fis g a2 fis4 g g fis g g g g g fis g2 s4 \bar "|." } } % bass = { { \key g \major g,4 g, b, d g2 b,4 e fis g d2 d4 g, b, d g2 e4 b,8 c d4 d g,2 d4 d d d d d d d d d d2 d4 g, b, d g g e b,8 c d4 d g,2 s4 \bar "|." } } melody = { \global d'4 g'4 g'4 a'4 b'2 g'4 c''4 c''4 b'4 a'2 d'4 g'4 g'4 a'4 b'2 c''4 d''8. (c''16) b'4 a'4 g'2 d'4 d'4 d'4 e'4 fis'4 fis'4 g'4 a'4 a'4 b'4 c''2 d'4 g'4 g'4 a'4 b'4 b'4 c''4 d''8. (c''16) b'4 a'4 g'2 \bar "|." } alto = { \global b4 d' d' d' d'2 d'4 c' d' d' d'2 d'8 c' b4 d' d' d'2 e'4 d'8 e' d'4 c' b2 d'4 d' d' cis' c' c' b a d' g' fis'2 d'8 c' b4 d' d' d' d' e' d'8 e' d'4 c' b2 s4 \bar "|." } tenor = { \global g4 b g fis g2 g4 g a g fis2 fis4 g g fis g2 g4 g g fis g2 fis4 fis fis g a a g fis fis g a2 fis4 g g fis g g g g g fis g2 s4 \bar "|." } bass = { \global g,4 g, b, d g2 b,4 e fis g d2 d4 g, b, d g2 e4 b,8 c d4 d g,2 d4 d d d d d d d d d d2 d4 g, b, d g g e b,8 c d4 d g,2 s4 \bar "|." } verseOne = \lyricmode { \set stanza = "1. " O wor -- ship the King, all glo -- rious a -- bove, And grate -- ful -- ly sing, His pow'r and His love; Our Shield and De -- fend -- er, the An -- cient of Days, Pa -- vil -- ioned in splen -- dor and gird -- ed with praise. } verseTwo = \lyricmode { \set stanza = "2. " O tell of His might, O sing of His grace, Whose robe is the light, whose can -- o -- py space; His char -- iots of wrath the deep thun -- der -- clouds form, And dark is His path on the wings of the storm. } verseThree = \lyricmode { \set stanza = "3. " Thy boun -- ti -- ful care, what tongue can re -- cite? It breathes in the air, it shines in the light; It streams from the hills, it de -- scends to the plain, And sweet -- ly dis -- tills in the dew and the rain. } verseFour = \lyricmode { \set stanza = "4. " Frail chil -- dren of dust, and fee -- ble as frail, In Thee do we trust, nor find Thee to fail; Thy mer -- cies, how ten -- der! how firm to the end! Our Mak -- er, De -- fend -- er, Re -- deem -- er, and Friend! } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t s4 g2 d4 g2. c2 g4 d2 d4:7 g2 d4 g2 c4 g2 d4:7 g2 d4 d2 a4 d2:7 g4 d2:7 g4 d2.:7 g2 d4 g2 c4 g2 d4:7 g2 } \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 { } }