lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: volta with stanzas in variables


From: Klaus Blum
Subject: Re: volta with stanzas in variables
Date: Fri, 18 Mar 2016 10:25:34 -0700 (MST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]