On Sat 18 Jan 2025 at 12:25:54 (+0100), Arne Ploese wrote:
> I would expect that all three examples yield the sme output, but the
> middle with s1 seems to disturb the add lyrics algorithm.
>
> Did I something wrong?
Yes and no. Firstly, as Knute said, format the code
to make the structure cleare
> On 18 Jan 2025, at 12:25, Arne Ploese wrote:
>
> Hi,
>
> I would expect that all three examples yield the sme output, but the middle
> with s1 seems to disturb the add lyrics algorithm.
>
> Did I something wrong?
You typically add the lyrics parallel to the melody directly after the melod
On Sat, Jan 18, 2025 at 6:46 AM Knute Snortum wrote:
> On Sat, Jan 18, 2025 at 5:51 AM Arne Ploese wrote:
>
>> Hi,
>>
>> I would expect that all three examples yield the sme output, but the
>> middle with s1 seems to disturb the add lyrics algorithm.
>>
>> Did I something wrong?
>>
>
> It's easi
On Sat, Jan 18, 2025 at 5:51 AM Arne Ploese wrote:
> Hi,
>
> I would expect that all three examples yield the sme output, but the
> middle with s1 seems to disturb the add lyrics algorithm.
>
> Did I something wrong?
>
It's easier to see when you format the code. You probably want something
lik
Hi,
I would expect that all three examples yield the sme output, but the
middle with s1 seems to disturb the add lyrics algorithm.
Did I something wrong?
%Begin example
\version "2.24.4"
melody = \relative c'' {
a4~4 b4 c4
}
words = \lyricmode {
A -- B C
}
\score {
<<
\new Staff {
\melody
}