\version "2.16.0" \include "english.ly" \include "gregorian.ly" \layout { \context{ \Score \override SpacingSpanner #'packed-spacing = ##f } \context{ \Lyrics \override LyricHyphen #'minimum-distance = #2.2 \override LyricSpace #'minimum-distance = #0.8 } } \header { title = \markup { \override #'(font-name . "URW Chancery L") \fontsize #5.0 \bold { "The Anaphora" } } poet = \markup { \override #'(font-name . "Arial Black") \fontsize #1.75 \bold { "Kievan Chant" } } composer = \markup { \override #'(font-name . "Arial Black") \fontsize #1.75 \bold { "arr. by Michael Dykes" } } } % #(set-global-staff-size 22) global = { \key f \major \override Staff.NoteHead #'style = #'altdefault \override Staff.TimeSignature #'stencil = ##f %\override Staff.BarLine #'stencil = ##f \set Score.defaultBarType = "empty" \bar "|." } move = { \bar "" \break } soprano = \relative c' { \global % Music follows here. f4 f f f e f g2 g4 f e f\breve \bar "|." } bass = \relative c { \global % Music follows here. f4 f f f c c c2 c4 c c f\breve \bar "|." } verse = \lyricmode { % Lyrics follow here. A mer -- cy of peace, a sac -- ri -- fice of praise. } \score { \new ChoirStaff << \new Staff \with { midiInstrument = "string ensemble 1" instrumentName = \markup \center-column { "S/T"} } << \new Voice = "soprano" { \voiceOne \soprano } >> \new Lyrics \lyricsto "soprano" \verse \new Staff \with { midiInstrument = "string ensemble 1" instrumentName = \markup \center-column { "A/B" } } << \clef bass \new Voice = "bass" { \voiceTwo \bass } >> >> \layout { ragged-last=##t #(layout-set-staff-size 22) } \midi { \tempo 4 = 150 } } %{ convert-ly (GNU LilyPond) 2.16.0 convert-ly: Processing `'... Applying conversion: 2.15.7, 2.15.9, 2.15.10, 2.15.16, 2.15.17, 2.15.18, 2.15.19, 2.15.20, 2.15.25, 2.15.32, 2.15.39, 2.15.40, 2.15.42, 2.15.43, 2.16.0 %}