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: tisimst
Subject: Re: volta with stanzas in variables
Date: Fri, 18 Mar 2016 10:53:38 -0700 (MST)

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.

reply via email to

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