Hi Andrew, 

you variables \lyricsI and \lyricsII are placed one following the other: 

<<
      ...

      \new Lyrics \lyricsto "voce" {
        { \lyricsI \lyricsII }
      }

>>

Replace that part by

<<
      ...

      \new Lyrics \lyricsto "voce" {
        { \lyricsI }
      }
      \new Lyrics \lyricsto "voce" {
        { \lyricsII }
      }

>>

and your're done.

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/volta-with-stanzas-in-variables-tp188664p188671.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to