Why not just enter it as "verse 2" ? Regards, /Karl Hammar
\version "2.24.4"
text = \lyricmode { prayer please }
ipa = \lyricmode { /prɛː/ }
melody = \relative c' { f g }
\score {
<<
\new Voice = "one" { \melody }
\new Lyrics \lyricsto "one" \text
\new Lyrics \lyricsto "one" \ipa
>>
}
