This bug occurs in 2.2.2, but not in 2.3. It disappears with unrelated random
changes (e.g. if you append a 'b' to the end of the \notes block). This
doesn't feel good; the problem might still exist in 2.3 though it's not
triggered by this code.
I added it as midi-lyrics-barcheck2 to the 2.2 branch.
%warning
%
\version "2.2.2"
\header {texidoc = "
lilypond gives a barcheck warning for the lyrics barcheck.
"
}
\score {
<<
\new Staff {
\time 7/8
\context Voice=A \notes \relative c' {
b4 b8 b4 b |
b b8 b( b) b4 |
b4 b8 b
}
}
\new Lyrics \lyricsto A \lyrics { a b c d | e f g }
>>
\midi {\tempo 4=140}
}
_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond