\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 = "Worthy, Worthy Is the Lamb" poet = "Rev. 5:12" composer = "Arranged" meter= "WORTHY 7.7.7.3.Ref." tagline = "Last update: 2009-04-03" } global = { \key c \major \time 4/4 } melody = { \global c''4 c''4 c''4 c''4 b'4 a'4 g'2 a'4 a'4 a'4 a'4 g'4 f'4 e'2 c''4 c''4 c''4 c''4 b'4 a'4 g'2 a'8 ( b'8 c''4 ) b'8 ( c''8 d''4 ) c''2. r4 g'4. e'8 c''4. b'8 a'2 g'4 r4 f'4 e'4 d'4 g'4 e'2 c'4 r4 g'4. e'8 c''4. b'8 a'2 g'4 r4 a'8 ( b'8 c''4 ) b'8 ( c''8 d''4 ) c''2. r4 \bar "|." } alto = { \global e'4 f'4 g'4 a'4 g'4 f'4 e'2 f'4 f'4 f'4 c'4 c'4 d'4 s2 e'4 f'4 g'4 a'4 g'4 f'4 e'2 f'8 ( g'8 a'4 ) d'8 ( e'8 f'4 ) e'2. r4 e'4. c'8 e'4. g'8 f'2 e'4 r4 s4 s4 s4 s4 s2 s4 s4 e'4. c'8 e'4. g'8 f'2 e'4 r4 f'8 ( g'8 a'4 ) d'8 ( e'8 f'4 ) e'2. r4 } tenor = { \global c'4 c'4 c'4 c'4 g4 a8 b8 c'2 c'4 c'4 c'4 c'4 g4 a8 b8 c'2 c'4 c'4 c'4 c'4 g4 a8 b8 c'2 c'2 g2 g2. r4 c'4. g8 g4. c'8 c'2 c'4 r4 f4 e4 d4 g4 e2 c4 r4 c'4. g8 g4. c'8 c'2 c'4 r4 c'2 g2 g2. r4 \bar "|." } bass = { \global c4 d4 e4 f4 s4 s8 s8 s2 f4 g4 a4 f4 e4 d4 c2 c4 d4 e4 f4 s4 s8 s8 s2 f2 s2 c2. r4 c4. c8 c4. c8 c2 c4 r4 s4 s4 s4 s4 s2 s4 s4 c4. c8 c4. c8 c2 c4 r4 f2 s2 c2. r4 } verseOne = \lyricmode { \set stanza = "1. " Wor -- thy, wor -- thy is the Lamb, Wor -- thy, wor -- thy is the Lamb; Wor -- thy, wor -- thy is the Lamb, That was slain. Glo -- ry, hal -- le -- lu -- jah! Praise Him, hal -- le -- lu -- jah! Glo -- ry, hal -- le -- lu -- jah! To the Lamb! } verseTwo = \lyricmode { \set stanza = "2. " Sav -- ior, let Thy king -- dom come! Now the power of sin con -- sume; Bring Thy blest mil -- len -- ni -- ium, Ho -- ly Lamb. } verseThree = \lyricmode { \set stanza = "3. " Thus may we each mo -- ment feel, Love Him, serve Him, praise Him still, Till we all on Zi -- on's hill See the Lamb. } \score { << \set Score.tempoHideNote = ##t \tempo 4=100 \new ChoirStaff { << \chords { \set chordChanges = ##t c2 g2 f2 c2 f2 c2 f4 g4 c2 c2 g2 f2 c2 f2 g2 c2:sus4 c2 c1 f2 c2 g1 c1 c1 f2 c2 f2 g2 c2:sus4 c2 } \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 { } }