lilypond-user
[Top][All Lists]
Advanced

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

Re: changing alignment of augmentation dots across multiple voices in th


From: David Nalesnik
Subject: Re: changing alignment of augmentation dots across multiple voices in the same staff
Date: Tue, 23 May 2017 14:19:05 -0500

On Tue, May 23, 2017 at 11:28 AM, Kieren MacMillan
<address@hidden> 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' >>



reply via email to

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