\header { title = "Stanza Test" } \include "stanza-number-every-line.ly" verses = \new Voice = "verses" \relative c' { \time 4/4 \key c \major a4 b4 c4 d4 | e2 f2 \bar "||" } wordsOne = \new Lyrics \with \numberLyrics 1 \lyricsto "verses" { Here are some words to sing } wordsTwo = \new Lyrics \with \numberLyrics 2 \lyricsto "verses" { And line up with them -- selves } wordsThree = \new Lyrics \with \numberLyrics 3 \lyricsto "verses" { See the stanz -- as line up in place } \score { << \new Staff{ \verses } \wordsOne \wordsTwo \wordsThree >> \layout {} }