bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 2200 in lilypond: Dots shouldn't always be placed in one colum


From: lilypond
Subject: Re: Issue 2200 in lilypond: Dots shouldn't always be placed in one column
Date: Thu, 22 Mar 2012 06:25:17 +0000


Comment #15 on issue 2200 by address@hidden: 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}
}}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]