\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 { title = "All Glory, Laud and Honor" poet = "Theodulph of Orleans (750-821)" composer = "Melchior Teschner, 1613 (1584-1635)" meter= "" tagline = "Last update: 2009-04-03" } global = { \key a \major \time 4/4 \partial 4 } % melody = { \time 4/4 { \key bes \major bes4 f' f' g' a' bes'2 bes'4 d'' c'' bes' bes' a' bes'2. bes4 f' f' g' a' bes'2 bes'4 d'' c'' bes' bes' a' bes'2. bes'4 d'' d'' c'' bes' a' g' f' a' bes' a' g' g' f'2. f'4 d' f' g' f' f' ees' d' f' ees' d' c' c' bes2. \bar "|." } } % alto = { { \key bes \major bes4 c' bes bes ees' ees' d'8 c' d'4 f' f'8 ees' d'4 c' c' d'2. bes4 c' bes bes ees' ees' d'8 c' d'4 f' f'8 ees' d'4 c' c' d'2. d'4 f' g' g' e' f' e' c' f' d' f' f' e' f'2. c'4 bes bes bes bes c' a bes bes bes bes bes a bes2. \bar "|." } } % tenor = { { \key bes \major d4 f d ees f f2 f4 bes a bes g f f2. d4 f d ees f f2 f4 bes a bes a f f2. f4 bes8 a bes4 c' c' c' bes a d' bes c' d' c'8 bes a2. f4 f f ees d f2 f4 f g f f4. ees8 d2. \bar "|." } } % bass = { { \key bes \major bes,4 a, bes, ees c bes,2 bes,4 bes f g ees f bes,2. bes,4 a, bes, ees c bes,2 bes,4 bes f g f f bes,2. bes,4 bes8 a g f e4 c f c f d g, a, bes, c f,2. a,4 bes, d ees bes, a, f, bes, d ees bes, f,4. f,8 bes,2. \bar "|." } } melody = { \global a4 e'4 e'4 fis'4 gis'4 a'2 a'4 cis''4 b'4 a'4 a'4 gis'4 a'2. a4 e'4 e'4 fis'4 gis'4 a'2 a'4 cis''4 b'4 a'4 a'4 gis'4 a'2. a'4 cis''4 cis''4 b'4 a'4 gis'4 fis'4 e'4 gis'4 a'4 gis'4 fis'4 fis'4 e'2. e'4 cis'4 e'4 fis'4 e'4 e'4 ( d'4 ) cis'4 e'4 d'4 cis'4 b4 b4 a2. \bar "|." } alto = \relative c' { \global } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global } verseOne = \lyricmode { \set stanza = "1. " All glo -- ry, laud and hon -- or, To Thee, Re -- deem -- er, King, To Whom the lips of chil -- dren Made sweet ho -- san -- nas ring. Thou art the King of Is -- ra -- el, Thou Da -- vid's roy -- al Son, Who in the Lord's Name com -- est, The King and Bless -- ed One. } verseTwo = \lyricmode { \set stanza = "2. " The com -- pa -- ny of an -- gels Are prais -- ing Thee on High, And mor -- tal men and all things Cre -- a -- ted make re -- ply. The peo -- ple of the He -- - -- brews With palms be -- fore Thee went; Our praise and prayer and an -- thems Be -- fore Thee we pre -- sent. } verseThree = \lyricmode { \set stanza = "3. " To Thee, be -- fore Thy pas -- sion, They sang their hymns of praise; To Thee, now high ex -- alt -- ed, Our mel -- o -- dy we raise. Thou didst ac -- cept their prais -- - -- es; Ac -- cept the prayers we bring, Who in all good de -- light -- est, Thou good and gra -- cious King. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t s4 a2 d4 e4 a1 e4 a2 e4 a1 a2 d4 e4 a1 e4 a2 e4 a1 a2 b2:7 e1 fis2:m b2:7 e1 a2 d4 a4 e2.:7 a4 d4 a4 e2:7 a2. } \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 { } }