Comment #15 on issue 2200 by [email protected]: 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
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond