Andrew,

You'll probably also want to change \lyricsII to include an initial \skip
so it starts on the right syllable, like:

lyricsII = \lyricmode {
  \skip 4 ché -- ri, je t'aime
}

NOTE: A duration following \skip is necessary, but the value doesn't
matter. It always skips a single syllable.

HTH,
Abraham



On Fri, Mar 18, 2016 at 11:25 AM, Klaus Blum [via Lilypond] <
ml-node+s1069038n188671...@n5.nabble.com> wrote:

> 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
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://lilypond.1069038.n5.nabble.com/volta-with-stanzas-in-variables-tp188664p188671.html
> To start a new topic under User, email ml-node+s1069038n...@n5.nabble.com
> To unsubscribe from Lilypond, click here
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>
> .
> NAML
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/volta-with-stanzas-in-variables-tp188664p188672.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