Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3426 by [email protected]: \omit Dots acts like \hide Dots
http://code.google.com/p/lilypond/issues/detail?id=3426

Reported by Pavel Roskin:
http://lists.gnu.org/archive/html/bug-lilypond/2013-06/msg00051.html

\omit Dots should not reserve space for the omitted dots. That's what \hide does. The problems exists in Lilypond 2.16 as well. The \omit keyword just makes it more obvious that the current behavior is wrong.


\version "2.17.20"
\score {
  <<
    \new Staff
    <<
      \new Voice { <b' g'>4. }
      \new Voice {
        \omit NoteHead \omit Stem \omit Dots
        \override NoteColumn #'ignore-collision = ##t
        b'4.
      }
    >>
  >>
}

Attachments:
        bug.preview.png  948 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to