\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 26) #(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 = "Rejoice The Lord Is King" poet = "Charles Wesley (1707-1788)" composer = "John Darwall (1731-1789)" meter= "DARWALL'S 148th 6.6.6.6.8.8." tagline = "Last update: 2009-04-03" } global = { \key c \major \time 4/4 \partial 4 } melody = { \global c'4 e'4 c'4 g'4 e'4 c''2. b'4 a'4 g'4 f'4 e'4 d'2. d'4 e'4 c'4 a'4 g'4 fis'4 d'4 d''4 c''4 b'2 a'2 g'2. g'4 a'2 b'2 c''2. c'4 d'4 e'4 f'4 g'4 a'4 b'4 c''4 d''4 c''2 b'2 c''2. \bar "|." } alto = \relative c' { \global } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global } verseOne = \lyricmode { \set stanza = "1. " Re -- joice, the Lord is King! Your Lord and King a -- dore! Re -- joice, give thanks, and sing, And tri -- umph ev -- er -- more: Lift up your heart, lift up your voice! Re -- joice, a -- gain I say, re -- joice! } verseTwo = \lyricmode { \set stanza = "2. " Je -- sus, the Sav -- ior, reigns, The God of truth and love; When He had purged our stains, He took His seat a -- bove: } verseThree = \lyricmode { \set stanza = "3. " His king -- dom can -- not fail, He rules o'er earth and heaven; The keys of death and grave Are to our Je -- sus given: } verseFour = \lyricmode { \set stanza = "4. " Re -- joice, in glo -- rious hope! Our Lord the judge shall come, And take His ser -- vants up To their e -- ter -- nal home: } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t r4 c1 c1 f2 g2:7 g1 c2 a2:7 d2:7 g4 c4 g2 d2:7 g1 f2 g2:7 c1 d2:m f2 f2 c4 g4:7 c2 g2:7 c1 } \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 { } }