On Sat, Jan 18, 2025 at 5:51 AM Arne Ploese <[email protected]> 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
like this:
%%%
%Mixed up tie
\score {
<<
\new Staff {
<<
{ \melody s1 }
>>
}
\addlyrics { \words}
>>
\layout { }
}
%%%
Otherwise LilyPond tries to render the \melody and s1 at the same time.
--
Knute Snortum