\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 = "God the Omnipotent" poet = "Henry F. Chorley, 1842 (1808-1872) John Ellerton, 1870 (1826-1893)" composer = "Alevis Lwoff, 1833 (1798-1870)" meter= "RUSSIAN HYMN 11.10.11.10" tagline = "Last update: 2009-04-03" } global = { \key c \major \time 4/4 } melody = \relative c'' { \global g'2 a'4 a'4 g'4. e'8 c'2 c''2 b'4 a'4 g'2 a'2 f'2 g'4 g'4 e'2 e'4 fis'4 g'2 fis'4 fis'4 e'1 f'2 e'4 d'4 e'2 e'4 e'4 c''4. ( b'8 ) a'4 gis'4 a'2 g'2 c''2 b'4 a'4 g'2 g'4 f'4 e'2 d'2 c'1 \bar "|." } alto = \relative c' { \global } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global } verseOne = \lyricmode { \set stanza = "1. " God the Om -- nip -- o -- tent! King, who or -- dain -- est Thun -- der Thy clar -- ion, the light -- ning Thy sword; Show forth Thy pit -- y on high where Thou reign -- est; Give to us peace in our time, O Lord. } verseTwo = \lyricmode { \set stanza = "2. " God the all -- mer -- ci-- ful! earth hath for -- sak -- en Meek -- ness and mer -- cy, and slight -- ed Thy word; Let not Thy wrath in its ter -- rors a -- wak -- en; Give to us peace in our time, O Lord. } verseThree = \lyricmode { \set stanza = "3. " God the All right -- eous One! man hath de -- fied Thee; Yet to e -- ter -- ni -- ty stand -- eth Thy word; False -- hood and wrong shall not tar -- ry be -- side Thee; Give to us peace in our time, O Lord. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t c2 f2 c2 a2:m f2 g4:7 f4 c2 a2:7 d2:m g2 c2. b4:7 e2:m b2:7 e1:m g2:7 c4 g4:7 c1 a2.:m e4:7 a2:m g2 c2 g4 f4 c2. f4 c2 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 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 { } }