bug-lilypond
[Top][All Lists]
Advanced

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

v2.19: \time change under \alternative triggers bug


From: Rutger Hofman
Subject: v2.19: \time change under \alternative triggers bug
Date: Tue, 07 Jan 2014 21:18:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Good evening list,

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. I attach pngs for both.

Rutger Hofman
Amsterdam

Attachment: alternate-key-change-v2.18.png
Description: PNG image

Attachment: alternate-key-change-v2.19.png
Description: PNG image


reply via email to

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