bug-lilypond
[Top][All Lists]
Advanced

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

midi-lyrics-barcheck2


From: Erik Sandberg
Subject: midi-lyrics-barcheck2
Date: Mon, 7 Jun 2004 01:09:58 +0200
User-agent: KMail/1.6.2

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}
}




reply via email to

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