lilypond-user
[Top][All Lists]
Advanced

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

Re: Stanzas with different rhythms


From: David Wright
Subject: Re: Stanzas with different rhythms
Date: Mon, 4 May 2020 11:45:37 -0500
User-agent: Mutt/1.10.1 (2018-07-13)

On Mon 04 May 2020 at 11:14:43 (-0400), Fr. Samuel Springuel wrote:
> > On 3 May, 2020, at 3:57 PM, Caio Barros <address@hidden> wrote:
> > 
> > Personally I tend to use explicit durations (no \lyricsto) in complex cases 
> > like this, but a workaround would be simply:
> 
> I’m avoiding explicit durations in this project because each set of words can 
> be set to multiple possible tunes.  These tunes may have the same meter 
> (number of syllables per phrase) but not necessarily the same rhythm (indeed, 
> at least one alternative is usually a chant setting while at least one is 
> measured).  Explicit durations would mean having separate copies of the same 
> lyrics for each tune, something I’m trying to avoid.
> 
> Indeed, your workaround suffers from a similar problem, as that empty 
> syllable isn’t needed in the other melody.

Well, in a sense, you haven't managed to localise the complications
because the lyrics are stuffed with redundant associatedVoices when
reused elsewhere.

> > 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.
> 
> Hmm… If that’s true, then what I need is a way of timing the \unset command 
> to happen 1/8 later for this melody.  Controlling when commands occur in time 
> makes me think of the Edition Engraver, which I’ve always meant to come to 
> terms with.  Perhaps this is the song which finally forces me down that route.

Where the differences are this minor (same syllable count, and
mixed music that's easily distiguished), I would put all the
complication where it's unavoidable: in the notes.

>From your example's "music" variable, I would derive two simple
versions, musicA and musicIII, each for one rhythm. The words
would contain no specific indications, but set with NullVoice
to the appropriate music.

Of course, you can break up the music into several variables
from which you assemble the different versions, in order to
localise the variation and make it easier to maintain.

Cheers,
David.

Attachment: stanzas.ly
Description: Text document

Attachment: stanzas.pdf
Description: Adobe PDF document


reply via email to

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