On Sat, Jan 18, 2025 at 6:46 AM Knute Snortum <ksnor...@gmail.com> wrote:
> On Sat, Jan 18, 2025 at 5:51 AM Arne Ploese <aplo...@gmx.de> 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: > Or, if you were trying to get the \melody and s1 to render together, try: %%% %Mixed up tie \score { << \new Staff { << \melody \skip s1 >> } \addlyrics { \words} >> \layout { } } %%% -- Knute Snortum