I am trying to tie notes that are in sequence into a single chord (effectively simulating a slow arpegio):
{
\clef bass
r8
<<
\relative c {
<<
\autoBeamOff \tieDown
{cis8~ cis4~ cis8}
{s32 e16.~ e4~ e8}
{s16 fisis16~ fisis4~ fisis8}
{s16. ais32~ ais4~ ais8}
{s8 cis4 cis8}
>>
}
\\
\relative c{
\mergeDifferentlyDottedOn cis32[ e fisis ais]
}
>>
}