Hi Jun,
The v2.18 -- and older -- will give you the same output. It's not a bug.
Try:

\version "2.20.0"
\relative c''
{
  \time 3/4
  \key d \minor
  <<
    { g'2. f}
    \\
    {cis, b}
    \\
    {a' d}
    \\
    {e, gis}
  >>
}

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

HTH,
Cheers,
Pierre

Le dim. 8 mars 2020 à 15:14, 田村 淳 via bug-lilypond <bug-lilypond@gnu.org> a
écrit :

> Hello,
>
> I suspect that this could be a regression in 2.20.0. I don’t think this
> happened on 2.18.2. Sorry but I cannot reproduce the output from 2.18.2
> since, due to some problem in MacPorts, I had to delete the 2.18.2 from my
> Mac.
>
> Jun Tamura
> (https://imslp.org/wiki/User:Jun_T <https://imslp.org/wiki/User:Jun_T>)
>
>
> % Some dots are too far from the note heads.
> \version "2.20.0"
> \relative c''
> {
>   \time 3/4
>   \key d \minor
>   <<
>     {g'2. f}
>     \\
>     {cis, b}
>     \\
>     {a' d}
>     \\
>     {e, gis}
>   >>
> }
>
> _______________________________________________
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to