Comment #15 on issue 2200 by k-ohara5...@oco.net: Dots shouldn't always be placed in one column
http://code.google.com/p/lilypond/issues/detail?id=2200

Partially unfixed, in that the default behavior returns to having dots aligned across all voices in a staff.

The improvements to allow setting dots individually for each voice remain, however, and there is now a regression test 'dot-column-engraver.ly' to check that these improvements remain.

To set dots (like those in the original example) closer to their notes, use
\layout {
  \context {\Staff \remove Dot_column_engraver}
  \context {\Voice \consists Dot_column_engraver}
}}


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

Reply via email to