lilypond-user
[Top][All Lists]
Advanced

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

Re: Stanzas with different rhythms


From: Caio Barros
Subject: Re: Stanzas with different rhythms
Date: Sun, 3 May 2020 16:57:32 -0300



Em dom., 3 de mai. de 2020 às 15:57, Fr. Samuel Springuel <address@hidden> escreveu:
Have I misunderstood something about how this technique is supposed to work?

I think you understood it correctly, but I guess what is happening here is that when you switch to the previous voice LilyPond will just align the next syllable to the next note in voice you switched to, ignoring the duration of the previous syllable.

Personally I tend to use explicit durations (no \lyricsto) in complex cases like this, but a workaround would be simply:

verseIII = \lyricmode {
    Gen -- tle \set associatedVoice = "v3" and strong
    \set associatedVoice = "mel"
    one, "" % add an empty syllable here
    Lord of our way.
}

Caio

reply via email to

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