Werner LEMBERG <wl <at> gnu.org> writes:

> how can I avoid the vertical lining up of the dots of dotted nots? 
> [between notes from different voices]

Of course there is the usual LilyPond way.
http://lilypond.org/doc/v2.14/Documentation/learning/adding-and-removing-engravers
http://lilypond.org/doc/v2.14/Documentation/internals/dot_005fcolumn_005fengraver

\layout {\context {
    Staff
    \remove  "Dot_column_engraver"
  }\context {
    \Voice
    \consists "Dot_column_engraver"
}


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

Reply via email to