Re: Some dots are too far from the note heads

2020-03-08 Thread 田村 淳 via bug-lilypond
Thank you, Pierre.

Jun

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

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Some dots are too far from the note heads

2020-03-08 Thread Pierre Perol-Schneider
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  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


Some dots are too far from the note heads

2020-03-08 Thread 田村 淳 via bug-lilypond
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