bug-lilypond
[Top][All Lists]
Advanced

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

Re: Some dots are too far from the note heads


From: 田村 淳
Subject: Re: Some dots are too far from the note heads
Date: Mon, 9 Mar 2020 00:17:02 +0900

Thank you, Pierre.

Jun

> 2020/03/09 0:11、Pierre Perol-Schneider <address@hidden>のメール:
> 
> 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 <address@hidden 
> <mailto:address@hidden>> 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> 
> <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
> address@hidden <mailto:address@hidden>
> https://lists.gnu.org/mailman/listinfo/bug-lilypond 
> <https://lists.gnu.org/mailman/listinfo/bug-lilypond>



reply via email to

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