Thank you. This seems to do it nicely. I’d not submitted a MWE because I didn’t 
have anything I was confident was even the right sort of starting point and was 
looking for a pointer where to even start. Fortunately (for me), you filled the 
gap very nicely with this. I’ll need to adapt it for the contexts where I need 
it, but I see how now.

This would be a useful snippet to add to the repository.

-Arle

> On Jan 13, 2020, at 23:33, Kieren MacMillan <[email protected]> 
> wrote:
> 
> p.s. Maybe this helps?
> 
> \version "2.19.83"
> 
> \layout {
>  \context {
>    \PianoStaff
>    \consists #Span_stem_engraver
>  }
> }
> 
> {
>  \new PianoStaff <<
>    \new Staff {
>      bes'8[ <ces'' e''>]
>    }
>    \new Staff {
>      \clef bass
>      \voiceOne
>      \autoBeamOff
>      \crossStaff { \tweak NoteColumn.X-offset #-1.175 \tweak Stem.length 10 
> bes8 s }
>      \autoBeamOn
>    }
> >>
> }

Reply via email to