lilypond-user
[Top][All Lists]
Advanced

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

Gracenote bug?


From: Kees van den Doel
Subject: Gracenote bug?
Date: Mon, 23 Aug 2021 11:30:32 -0700

Trying to shift a note away from the barline which it's touching by adding a \grace s16, but I ran into what appears a bug?

\version "2.22.1"

mus = \relative {
  \repeat volta 2 {
    c'1
  }
  \alternative {
    { c1}
    { \grace c16 c1}
  }
}
musb = \relative {
  \repeat volta 2 {
    c'1
  }
  \alternative {
    { c1}
    {c1}
  }
}
\score {
  \new PianoStaff <<
    \new Staff <<
      \musb
    >>
    \new Staff <<
      \mus
    >>
  >>
}

Attachment: test1.pdf
Description: Adobe PDF document


reply via email to

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