On Tue, May 23, 2017 at 11:28 AM, Kieren MacMillan
<[email protected]> wrote:
> Hi David,
>
>> You provide no example to try this on
>
> Didn’t want anyone to go through any coding effort; just needed someone smart 
> to point me in the right direction.  =)
>
>> but what about moving the Dot_column_engraver to the Voice context instead 
>> of Staff?
>
> Worked like a charm — thanks!
>
> Should this be the default?

I would say so.  However, the situation is more complicated:

\version "2.19.59"

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

<< c''2. \\ a'2. \\ b' >>

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to