bug-lilypond
[Top][All Lists]
Advanced

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

Re: Cyclic dependencies with \afterGrace and cross-staff notes


From: Knute Snortum
Subject: Re: Cyclic dependencies with \afterGrace and cross-staff notes
Date: Mon, 14 Aug 2023 10:58:09 -0700

On Mon, Aug 14, 2023 at 7:26 AM Knute Snortum <ksnortum@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


reply via email to

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