Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3792 by [email protected]: v2.19: \time change under \alternative triggers bug
http://code.google.com/p/lilypond/issues/detail?id=3792

reported by Rutger Hofman in http://lilypond.1069038.n5.nabble.com/v2-19-time-change-under-alternative-triggers-bug-td157377.html
v2.19.0 has a new bug compared to v2.17 and v2.18 in the following
snippet, from the \time change in the second \alternative:

\score {
  \new Staff {
    \relative c'' {
      \time 4/4
      \repeat volta 2 {
        c1 |
      }
      \alternative {
        { c1 | }
        { \time 6/4 c4 c4 c2 c2 | }
      }
      c2 c2 c2 |
    }
  }
}
v2.18 compiles and generates correctly.
v2.19.0 generates a barcheck error:

alternate-key-change.ly:13:22: warning: barcheck failed at: 1/2
            c2 c2 c2

and generates output that corresponds to the idea that the \time is
still 4/4 after the alternatives.



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to