\version "2.7.17" 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 Score.timing = ##f \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 { << \new Staff { \chant } % \lyricsto "staff" \new Lyrics { \text } >> \layout { indent = 0 \context { \Voice \remove "Stem_engraver" } } }