bug-lilypond
[Top][All Lists]
Advanced

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

Re: Incorrect warning of simultaneous rests


From: Graham Percival
Subject: Re: Incorrect warning of simultaneous rests
Date: Mon, 30 Oct 2006 10:33:21 -0800
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=128

- Graham

Arvid Grøtting wrote:
The following snippet:

\version "2.9.26"

\score {

  \context Score <<
    \new Staff <<
      \new Voice \relative c'' { \voiceOne c c r c }
      \new Voice \relative c'' { \voiceTwo  c g r a }  >>  >>
  \layout {}
 }

...still produces the following bogus warnings as of 2.9.26:

simultan-rests.ly:8:48: warning: Two simultaneous rest events, junking this one
\new Voice \relative c'' { \voiceTwo c g r a }
simultan-rests.ly:7:47: warning: Previous rest event here
\new Voice \relative c'' { \voiceOne c c r c }[1]

I admit these can be useful if one wants to use them to change
all simultaneous rests in one staff to "\oneVoice r \voiceOne"
and "s" respectively, but at least for me they just clutter the
output, and in any case the "junking this one" part is plain
wrong; a correct description in this case would be "keeping
both".






reply via email to

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