lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3426 in lilypond: \omit Dots acts like \hide Dots


From: lilypond
Subject: [Lilypond-auto] Issue 3426 in lilypond: \omit Dots acts like \hide Dots
Date: Wed, 26 Jun 2013 19:44:05 +0000

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

New issue 3426 by address@hidden: \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

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