\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 = "All Hail the Power of Jesus Name" poet = "Edward Perronet, 1779 (1726-1792)" composer = "Oliver Holden, 1793 (1765-1844)" meter= "CORNATION C.M." tagline = "Last update: 2009-04-03" } global = { \key f \major \time 4/4 \partial 4 } melody = { \global c'4 f'4 f'4 a'4 a'4 g'4 f' g'4 | a'4 g'4 f' a'4 g'4 f'2. | g'4 a'4 g'4 f'4 | a'4 c''8 ( bes'8 ) a'8 ( g'8 ) a'4 | c''4 c''2 c''2 d''2 c''4 ( b'4 ) c''2. a'4 c''4 a'4 f'4 | a'4 g'8 ( f'8 ) g' a'8 ( g'4 ) | f'4 c''2 bes'2 a'4. ( bes'8 g'4 ) g'4 f'2. \bar "|." } alto = \relative c' { \global } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global } verseOne = \lyricmode { \set stanza = "1. " All hail the power of Je -- sus’ name! Let an -- gels pros -- trate fall; Bring forth the roy -- al di -- a -- dem, and crown Him Lord of all. Bring forth the roy -- al di -- a -- dem, and crown Him Lord of all. } verseTwo = \lyricmode { \set stanza = "2. " Ye seed of Is -- rael’s cho -- sen race, ye ran -- somed from the fall, Hail Him Who saves you by His grace, and crown Him Lord of all. Hail Him Who saves you by His grace, and crown Him Lord of all. } verseThree = \lyricmode { \set stanza = "3. " Let ev -- ery kin -- dred, ev -- ery tongue, on this ter -- res -- trial ball, To Him all maj -- e -- sty as -- scribe, and crown Him Lord of all! To Him all maj -- e -- sty as -- scribe, and crown Him Lord of all! } verseFour = \lyricmode { \set stanza = "4. " O that, with yon -- der sa -- cred throng, we at His feet may fall, Join in the ev -- er -- last -- ing song, and crown Him Lord of all, Join in the ev -- er -- last -- ing song, and crown Him Lord of all, } \score { << \set Score.tempoHideNote = ##t \tempo 4=240 \new ChoirStaff { << \chords { \set chordChanges = ##t s4 f1 c2.:7 f4 c2:7 f4 c4:7 f2. c4:7 f1 f2. c4:7 f2 c2:7 d2:m g2 c1:7 f1 c2.:7 d4:m f2 bes2 f2 c2:7 f4 bes4 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 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 { } }