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: N. Andrew Walsh
Subject: Re: volta with stanzas in variables
Date: Fri, 18 Mar 2016 19:44:17 +0100

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 <address@hidden> 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]> 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]
To unsubscribe from Lilypond, click here.
NAML



View this message in context: Re: volta with stanzas in variables

Sent from the User mailing list archive at Nabble.com.

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



reply via email to

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