On Mon, Aug 14, 2023 at 7:26 AM Knute Snortum <ksnor...@gmail.com> wrote:
> Hi all. I've encountered a problem when using \afterGrace and cross-staff > notes. It may be related to these issues: > I was wrong. It's not the \afterGrace, it's the \trillSpan. Here's my updated MWE: \version "2.24.2" rightHand = \relative { c''1 \startTrillSpan | c8 \stopTrillSpan g e c \change Staff = "lower" g e c g | } leftHand = \relative { \clef bass s1 | s1 | } \score { \new PianoStaff << \new Staff = "upper" \rightHand \new Staff = "lower" \leftHand >> } -- Knute Snortum