\version "2.12.2" \include "english.ly" \include "gregorian.ly" \header { title = "Octoëchos ~ Hymns of the Resurrection" subtitle = "Prokeimenon ~ Tone 1" composer = "Divine Liturgy" poet = "Znamenny Chant" } global = { \key f \major \time 7/4 \override Staff.TimeSignature #'stencil = ##f \override Staff.BarLine #'stencil = ##f } move = { \bar "" \break } soprano = \relative c'' { \global % Music follows here. f,4 f f f f g a2 a4 a a2 \divisioMaxima a2 g4(f g2) f4(a) a g g8(f e4 f e) d2 c1 \finalis f4 f2 f4 g a2 a \divisioMaxima a4 a g f g2 f4(a) a g g8(f e4) f e d2 c1 \finalis } alto = \relative c' { \global % Music follows here. f4 f f f f c f2 f4 f f2 \divisioMaxima f2 c1 f2 f4 c c2(f4 c4) d2 c,1 \finalis f4 f2 f4 f f2 f \divisioMaxima f4 f c c c2 f f4 c c2 f4 c d2 c1 \finalis } tenor = \relative c' { \global % Music follows here. f,4 f f f f g a2 a4 a a2 \divisioMaxima a2 g4(f g2) f4(a) a g g8(f e4 f e) d2 c1 \finalis f4 f2 f4 g a2 a \divisioMaxima a4 a g f g2 f4(a) a g g8(f e4) f e d2 c1 \finalis } bass = \relative c { \global % Music follows here. f4 f f f f c f2 f4 f f2 \divisioMaxima f2 c1 f2 f4 c c2(f4 c4) d2 c,1 \finalis f4 f2 f4 f f2 f \divisioMaxima f4 f c c c2 f f4 c c2 f4 c d2 c1 \finalis } verse = \lyricmode { % Lyrics follow here. Let Thy mer -- cy be up -- on us, O Lord, as we __ have __ set our hope __ on Thee. My mouth shall speak wis -- dom, and the me -- di -- ta -- tion __ of my heart un -- der -- stand -- ing. } \score { \new ChoirStaff << \new Staff \with { midiInstrument = " string ensemble 1 " instrumentName = \markup \center-column { "S" "A" } } << \new Voice = "soprano" { \voiceOne \soprano } \new Voice = "alto" { \voiceTwo \alto } >> \new Lyrics \lyricsto "soprano" \verse \new Staff \with { midiInstrument = " string ensemble 1 " instrumentName = \markup \center-column { "T" "B" } } << \clef bass \new Voice = "tenor" { \voiceOne \tenor } \new Voice = "bass" { \voiceTwo \bass } >> >> \layout { ragged-last=##f } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } }