Hi,
May be something like:
\score {
\relative { << { g2 ~ g2}\\ {s2 \stemUp c8 d e f} >> }
\layout { }
}
Hope this helps,
Jean B.
Le lundi 09 septembre 2024 à 17:20 +0200, Sebastian Menge via LilyPond
user discussion a écrit :
> Hi
>
> I would like to tie a note into a short polyphon section
>
> \score {
> \relative { g2 ~ << g2 \\ {\stemUp c8 d e f} >> }
> \layout { }
> }
>
> But that gives a warning and no tie. (It is intended to have two half notes
> tied)
>
> I could extend the polyphony and use silence but that doesn't seem right and
> would clutter the source.
>
> Actually the one voice continues and just for some bars/beats another voice
> sits on top.
>
> How can I realize that?
>
> Thanks, Sebastian.
>
> Background is some modern organ music, there are many occasions of this
> "problem":
>
> image.png