Wheeee, that fixed a bunch of things! Thanks everybody!

One last issue: how do I move the last syllable of the third stanza to the
third ending? Right now it's still sitting under the first note of the
first/second ending, when it should kick over to the third.

Thanks for the help!

A

On Fri, Mar 18, 2016 at 6:53 PM, tisimst <tisimst.lilyp...@gmail.com> wrote:

> 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] <[hidden
> email] <http:///user/SendEmail.jtp?type=node&node=188672&i=0>> 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 [hidden email]
>> <http:///user/SendEmail.jtp?type=node&node=188672&i=1>
>> To unsubscribe from Lilypond, click here.
>> 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: Re: volta with stanzas in variables
> <http://lilypond.1069038.n5.nabble.com/volta-with-stanzas-in-variables-tp188664p188672.html>
>
> Sent from the User mailing list archive
> <http://lilypond.1069038.n5.nabble.com/User-f3.html> at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to