bug-lilypond
[Top][All Lists]
Advanced

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

grace/appoggiatura + key change bug


From: David Bobroff
Subject: grace/appoggiatura + key change bug
Date: Thu, 19 May 2005 15:19:49 +0000

This is a refinement of a bug report I recently made.  In the current
CVS version the following code (assuming it is "legal" input) produces
defective output.  The \grace note appears before the key change.  This
happens at key change points rather than at \bar "||" points as I
originally thought.

-David

\version "2.5.25"

keys = \relative {
  \key bes \major
  s1
  \key c \major
}

mus = \relative c' {
  f4 f f f
  \bar "||"
  \grace g8 f4 f f f 
}

one = \context Staff <<
  \keys
  \mus
>>

two = \relative c' {
  c4 c c c
  c4 c c c
}
\score {
  \relative {
    \one
  }

}






reply via email to

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