Re: Stanzas with different rhythms

2022-05-27 Thread Jacques Menu
Thanks Helge, quite elegant! JM > Le 21 mai 2022 à 18:46, Helge Kruse a écrit : > > Weitergeleitete Nachricht > Betreff: Re: Stanzas with different rythms > Datum:Fri, 20 May 2022 13:01:10 -0600 > Von: Carl Sorensen > An: Helge Kruse > > > My way of doing i

Re: Stanzas with different rhythms

2022-05-20 Thread David Wright
On Fri 20 May 2022 at 20:26:15 (+0200), Helge Kruse wrote: > Although using Lilypond for some years I am a beginner in typsettings > songs. I want to copy an existing sheet and replicate the style as far > as possible. One idea is that the melody shows the rythm for the first > stanza. The differen

Re: Stanzas with different rhythms

2020-05-04 Thread Fr. Samuel Springuel
> On 4 May, 2020, at 3:20 PM, Fr. Samuel Springuel > wrote: > > Now, I’m almost certain the answer is yes (at least in principle), but before > I start trying to write a music function that does [concatenates a variable > consisting of pairs of keys and music expressions into a single music >

Re: Stanzas with different rhythms

2020-05-04 Thread Fr. Samuel Springuel
> On 4 May, 2020, at 12:45 PM, David Wright wrote: > > 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. So, attached is my first go at that sort of “assembly-require

Re: Stanzas with different rhythms

2020-05-04 Thread Caio Barros
Em seg., 4 de mai. de 2020 às 13:46, David Wright escreveu: > 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,

Re: Stanzas with different rhythms

2020-05-04 Thread Fr. Samuel Springuel
> On 4 May, 2020, at 12:45 PM, David Wright wrote: > > Well, in a sense, you haven't managed to localise the complications > because the lyrics are stuffed with redundant associatedVoices when > reused elsewhere. Very true. Getting the separation I want is still very much a work in progress. >

Re: Stanzas with different rhythms

2020-05-04 Thread David Wright
On Mon 04 May 2020 at 11:14:43 (-0400), Fr. Samuel Springuel wrote: > > On 3 May, 2020, at 3:57 PM, Caio Barros 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

Re: Stanzas with different rhythms

2020-05-04 Thread Fr. Samuel Springuel
> On 3 May, 2020, at 3:57 PM, Caio Barros 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. Thes

Re: Stanzas with different rhythms

2020-05-03 Thread Caio Barros
Em dom., 3 de mai. de 2020 às 15:57, Fr. Samuel Springuel < rpspring...@gmail.com> 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 Lil