lilypond-user
[Top][All Lists]
Advanced

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

Re: Gracenote in volta alternative breaks autobeaming


From: Andrew Bernard
Subject: Re: Gracenote in volta alternative breaks autobeaming
Date: Fri, 3 Mar 2017 21:53:34 +1100

Hi Sven,

Graces are a bit subtle. Try this:

== snip


\version "2.19.56"

\relative c'' {
  \repeat volta 2 {
    c8. c16 c4 c2 |
  }
  \alternative {
    { \grace { c32 } c8. c16 c4 c2 | }
    { \grace { s32 } c8. c16 c4 c2 | }
  }
  c8. c16 c4 c2 |
}

== snip



On 3 March 2017 at 21:48, Sven Axelsson <address@hidden> wrote:

Surely this is a bug? The leading gracenote in the first alternative breaks autobeaming for the rest of the piece. I know that gracenotes are a little strange in regards to timing, but this looks simple enough to me.


reply via email to

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