bug-lilypond
[Top][All Lists]
Advanced

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

bad warning when using figured bass


From: John Williams
Subject: bad warning when using figured bass
Date: Sun, 5 Nov 2006 06:20:13 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> gmane wrote:
> You seem to be top-posting. Don't do that.
> so I added this text to convince it that I wasn't.  Annoying, isn't it?
> The real message starts below.


When a figured bass line has durations which overlap with rests on the same
staff, it works, but it outputs a false warning:


bugfb.ly:6:38: warning: Two simultaneous rest events, junking this one
                \relative c' { c4 r c
                                      r  }
bugfb.ly:6:34: warning: Previous rest event here
                \relative c' { c4
                                  r c r  }[1]


Here is the example:


\version "2.9.24"
\score {
        \context Staff = "cello" <<
                \figuremode { <7>1 }
                \relative c' { c4 r c r  }
        >>
}






reply via email to

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