\include "english.ly" \version "2.7.14" barOne = { \once \override Staff.BarLine #'bar-size = #2 \bar "|" } barTwo = { \once \override Staff.BarLine #'extra-offset = #'(0 . 2) \once \override Staff.BarLine #'bar-size = #2 \bar "|" } chant = \relative c' { \set Staff.autoBeaming = ##f \set Score.timing = ##f \override Staff.Stem #'transparent = ##t \override Staff.TimeSignature #'transparent = ##t \key f \major \mark \markup {Antiphon \hspace #2 \italic{"Ps. 29"} } f8 g( a) f( d) f( g f4.) \barTwo f8 g( a) a4. \barOne a8 f g a c( d c) c4. \barTwo f,8( g) a( g) a f( g f4.) \bar "||" } text = \lyricmode { The Lord will reign for e -- ver; and will give his peo -- ple the gift of peace. } \score { << \context Voice = staff \chant \lyricsto "staff" \new Lyrics \text >> \layout{ indent = 0 } }