lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cross-Staff stems not working


From: Simon Bailey
Subject: Cross-Staff stems not working
Date: Sat, 25 Jun 2022 13:58:57 +0100

Hi,

consider this code:

\version "2.23.9"
\layout {
  \context {
    \PianoStaff
    \consists "Span_stem_engraver"
  }
}

{
  \new PianoStaff <<
    \new Staff {
      <ais' fis''>4 r r2 |
    }
    \new Staff {
      \clef bass
      \crossStaff { <dis dis'>4 } r r2 |
    }
  >>
}

What am I missing to get the stem to span the staves? I get the
attached output with two separate chords...

Thanks, kind regards,
sb

-- 
Do not meddle in the affairs of trombonists, for they are subtle and
quick to anger.

Attachment: 2022-06-25 13_57_52-Untitled [modified] – Frescobaldi.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]