bug-lilypond
[Top][All Lists]
Advanced

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

\omit Dots acts like \hide Dots


From: Pavel Roskin
Subject: \omit Dots acts like \hide Dots
Date: Wed, 19 Jun 2013 10:16:19 -0400
User-agent: Internet Messaging Program (IMP) H3 (4.1.4)

Hello!

\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.
      }
    >>
  >>
}

--
Regards,
Pavel Roskin

Attachment: dots.png
Description: PNG image


reply via email to

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