|
| From: | Keith OHara |
| Subject: | Re: position of dots |
| Date: | Thu, 5 Jan 2012 21:15:53 +0000 (UTC) |
| User-agent: | Loom/3.14 (http://gmane.org/) |
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"
}
| [Prev in Thread] | Current Thread | [Next in Thread] |