bug-lilypond
[Top][All Lists]
Advanced

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

lyrics barcheck


From: Erik Sandberg
Subject: lyrics barcheck
Date: Sat, 10 Jan 2004 03:37:26 +0100
User-agent: KMail/1.5.4

Hi,

There's something fishy with the midi's barchecking code, especially when it 
comes to lyrics. The following produces an unmotivated warning
/tmp/foo.ly:40:28: warning: barcheck failed at: 5/8:
  x x x x x | y y y y y y y
                            | z
during MIDI output, using 2.1.6.


\version "2.1.6"
\score {
  \addlyrics 
    \context Staff \notes \relative c''
{
 \time 6/8 
 r8 c c c c c | c c4~ c4. |
 r8 c c c c c | c4. 
}
\context Lyrics \lyrics {x x x x x | y y y y y y y | z}
  \midi {\tempo 4=100}
\paper{}
}

Also, when I use timidity to play lily's midi output of a song with lyrics, 
timidity prints the lyrics. This is a nice feature, but the lyrics are 
printed faster than the music is played. This could be a problem in Timidity 
of course, but could also be a bug in lilypond, which even might be related 
to the first one.

thanks,
Erik





reply via email to

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