bug-lilypond
[Top][All Lists]
Advanced

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

Omitted rests should not collide with anything


From: Pavel Roskin
Subject: Omitted rests should not collide with anything
Date: Fri, 21 Jun 2013 10:58:35 -0400
User-agent: Internet Messaging Program (IMP) H3 (4.1.4)

If rests are omitted, they should not collide with anything. But they do. Example:

\version "2.17.20"
\score {
  <<
    \new Staff
    <<
      \new Voice { r4 }
      \new Voice { \omit Rest r4 }
    >>
  >>
}

I get a warning:

rests.ly:6:20: warning: cannot resolve rest collision: rest direction not set
      \new Voice {
                   r4 }

--
Regards,
Pavel Roskin



reply via email to

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