% Version: 1.2 % Last edit: March 25, 2006 % The music and words produced by this source code are believed % to be in the public domain in the United States. The source % code itself is covered by the Creative Commons Attribution- % NonCommercial license, % http://creativecommons.org/licenses/by-nc/2.5/ % Attribution: Geoff Horton \version "2.8.0" \include "english.ly" #(set-default-paper-size "letter") #(set-global-staff-size 20) title = "Ye watchers and ye holy ones" composer = \markup { "Cologne " \italic " Gesangbuch"} poet = "Alhelstan Riley" piece = "Vigiles et Sancti" meter = "88.44.88.44.444" arranger = "" world = { \key ef \major \time 3/2 \partial 2*1 } melody = \relative c' { \world ef2 | ef4 f g ef g af | 1 ef,2 | ef4 f g ef g af | 1 ef4 d | c2 bf ef4 d | c2 bf2 ef2 | ef4 bf bf af g af | 1 2 | 4 af g af | bf1 af4 g | f2 ef af4 g | f2 ef ef'4 d | c2 bf ef4 d | c2 bf af4 g | f1. | ef1 \bar "|." } alto = \relative c' { \world bf2 | ef1 ef2 | ef( d) ef | bf4 d ef2 ef | ef2( d) bf' | bf4 af g2 ef4 f | g f d2 bf'4 af | g2 ~ g4 f ef2 | ef( d) ef4 f | ef d ef ef2. | ef4 d g f ef2 ~ ef4 d ef2 ef ~ | ef4 d c2 g'4 f | g f d2 ~ 4 ~ c, ef | ef2 d1 | bf1 } tenor = \relative c' { \world g2 | g4 af bf g c2 | bf1 bf4 c | bf af bf2 c | bf1 ef2 | ef ef g,4 bf | bf a bf2 ef | ef ~ ef4 bf ~ bf af | f2 bf bf | bf ~ bf4 ef d c | bf1 c2 ~ | c4 bf bf2 c4 bf | c af g2 g4 bf ~ | bf a bf2 2( | g4) af f g af bf | c2 bf af | 1 } bass = \relative c { \world ef2 | ef2 ~ ef4 ef8 d c4 f | bf,2 bf'4 af g af | g f ef d c f | bf,2 bf'4 af g2 | af2 ef c4 d | ef f bf,2 g'4 f | ef d c d ef c | bf2 bf'4 af g af | g f ef c' bf af | g f ef d c bf | af2 g f4 g | af bf c2 c4 d | ef f bf,2 c4 d | ef f d e f g | af2 bf bf, | \small ef,1 } verseOne = \lyricmode { \set stanza = "1. " Ye watch -- ers and ye ho -- ly ones, Bright ser -- aphs, cher -- u -- bim, and thrones, Raise the glad strain, Al -- le -- lu -- ia! Cry out, do -- min -- ions prince -- doms, pow'rs, Vir -- tues, arch -- an -- gels, an -- gels' choirs, Al -- le -- lu -- ia, Al -- le -- lu -- ia Al -- le -- lu -- ia, Al -- le -- lu -- ia, Al -- le -- lu -- ia! } verseTwo = \lyricmode { \set stanza = "2. " O high -- er than the cher -- u -- bim, More glo -- rious than the ser -- a -- phim, Lead their prais -- es, Al -- le -- lu -- ia! Thou bear -- er of the-e -- ter -- nal Word, Most gra -- cious, mag -- ni -- fy the Lord, } \markup { \column { \fill-line { \large \bold \title } % title \fill-line { \caps \piece % piece \caps \composer % composer } \fill-line { \meter % meter \arranger % arranger } } } \score { \context ChoirStaff << \context Staff = upper << \context Voice = sopranos { \voiceOne << \melody >> } \context Voice = altos { \voiceTwo << \alto >> } \context Lyrics = one \lyricsto sopranos \verseOne \context Lyrics = two \lyricsto sopranos \verseTwo >> \context Staff = lower << \clef bass \context Voice = tenors { \voiceOne << \tenor >> } \context Voice = basses { \voiceTwo << \bass >> } >> >> \layout { \context { \Score % **** Turns off bar numbering \remove "Bar_number_engraver" } \context { \Lyrics % **** Prevents lyrics from running too close together \override LyricSpace #'minimum-distance = #0.6 % **** Makes the text of lyrics a little smaller \override LyricText #'font-size = #-1 % **** Moves lines of lyrics closer together \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1) } } } \markup { \normalsize { \fill-line { \line { "3. " \column { "Respond, ye souls in endless rest," "Ye patriarchs and prophets blest," " Alleluia, Alleluia!" "Ye holy twelve, ye martyrs strong," "All saints triumphant, raise the song" "Alleluia, Alleluia, Alleluia, Alleluia, Alleluia!" } } \hspace #3.0 \line { "4. " \column { "O friends, in gladness let us sing," "Supernal anthems echoing," " Alleluia, Alleluia!" "To God the Father, God the Son," "And God the Spirit, Three in One," "Alleluia, Alleluia, Alleluia, Alleluia, Alleluia!" } } } } } \markup { \fill-line { " " \column { \small \caps \poet % poet } } } %{ Per the _Hymnal 1940_, #599. Since the date for the words is 1919, they should be in the public domain in the US. Change log: 3-25-06 moved to 2.8 and current formatting %}