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>>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to