\version "2.12.2" \include "english.ly" \include "gregorian.ly" \header { title = "Octoëchos ~ Hynns of the Resurrection" subtitle = "Stichera on ''Lord, I Call'' ~ Tone 2" composer = "Great Vespers/Matins" poet = "Kievan Chant" } global = { \key g \major \override Staff.TimeSignature #'stencil = ##f \override Staff.BarLine #'stencil = ##f } move = { \bar "" \break } sopranoOne = \relative c'' { \global % Music follows here. a4 a a a a a a2 \divisioMinima a4 b b a g2 a g fs1 \finalis } sopranoTwo = \relative c'' { \global % Music follows here. a4(b) a4 a a a c b2 b4 a2 \divisioMinima a4 a a a a a a a a a g2(a b) a2 \divisioMinima a4 b c2 b4 a a a a b2 g \divisioMinima g4 g a b2 a4 g g g g g g g g g g2(fs) g a2 \divisioMaior a4 a g2 a4 b a2 \divisioMaxima a4 g b2 a4 a g2(a2) g f1 \finalis } altoOne = \relative c' { \global % Music follows here. } altoTwo = \relative c' { \global % Music follows here. } tenorOne= \relative c' { \global % Music follows here. } tenorTwo= \relative c' { \global % Music follows here. } bassOne = \relative c { \global % Music follows here. d4 d d d d d d2 \divisioMinima d4 g g d g2 fs2 g4 e d1 \finalis } bassOne = \relative c { \global % Music follows here. d2 d4 d d d d g2 g4 d2 \divisioMinima d4 d d d d d d d d d g2(fs4 g) d2 \divisioMinima a4 g c2 d4 d d d d g2 g \divisioMinima g4 g g g2 g4 g g g g g g g g g g2(d4) d d2 \divisioMaior d4 d g2 g4 g d2 \divisioMaxima d4 d g2 fs4 fs g2(fs) g4(e) d1 \finalis } verseOne = \lyricmode { % Lyrics follow here. Bring my soul out of pri -- son, that I may give thanks to Thy Name. } \verseTwo =\lyricmode { %Lyrics follow here. Come, __ let us wor -- ship the Word of God, be -- got -- ten of the Fa -- ther before all a -- ges; and in -- car -- nate of the Vir -- gin Ma -- ry; of His own will He suf -- fered the Cross and sub -- mit -- ted to bu -- ri -- al, then He rose from the dead; and saved me who had gone __ a -- stray! } \score { \transpose g f \new ChoirStaff << \new Staff \with { midiInstrument = " string ensemble 1 " instrumentName = \markup \center-column { "S" "A" } } << \new Voice = "soprano" { \voiceOne \sopranoOne } \new Voice = "alto" { \voiceTwo \altoOne } >> \new Lyrics \lyricsto "soprano" \verse \new Staff \with { midiInstrument = " string ensemble 1 " instrumentName = \markup \center-column { "T" "B" } } << \clef bass \new Voice = "tenor" { \voiceOne \tenorOne } \new Voice = "bass" { \voiceTwo \bassOne } >> >> \layout { ragged-last=##f } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } } \score { \transpose g f \new ChoirStaff << \new Staff \with { midiInstrument = " string ensemble 1 " instrumentName = \markup \center-column { "S" "A" } } << \new Voice = "soprano" { \voiceOne \sopranoTwo } \new Voice = "alto" { \voiceTwo \altoTwo } >> \new Lyrics \lyricsto "soprano" \verse \new Staff \with { midiInstrument = " string ensemble 1 " instrumentName = \markup \center-column { "T" "B" } } << \clef bass \new Voice = "tenor" { \voiceOne \tenorTwo } \new Voice = "bass" { \voiceTwo \bassTwo } >> >> \layout { ragged-last=##f } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } }