Tuplet numbers are not regularly aligned

2019-11-10 Thread Pierre Perol-Schneider
> I'm not top-posting
Hi Bug-squad,

See the Y-offset tuplet number difference here:

\version "2.19.83" % and "2.21"

\markup\italic "Output:"
\relative c''' {
  \tuplet 3/2 4 { b8 c d e f g }
}

\markup\italic "Attended output:"
\relative c''' {
  \tuplet 3/2 4 {
b8 c d
\once \override TupletNumber.Y-offset = #-1.35
e f g }
}

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


Re: Tuplet numbers are not regularly aligned

2019-11-22 Thread Palmer Ralph
On Sun, Nov 10, 2019 at 5:40 AM Pierre Perol-Schneider
 wrote:
> Hi Bug-squad,
>
> See the Y-offset tuplet number difference here:
>
> \version "2.19.83" % and "2.21"
>
> \markup\italic "Output:"
> \relative c''' {
>   \tuplet 3/2 4 { b8 c d e f g }
> }
>
> \markup\italic "Attended output:"
> \relative c''' {
>   \tuplet 3/2 4 {
> b8 c d
> \once \override TupletNumber.Y-offset = #-1.35
>     e f g }
> }

Greetings, Pierre -

Thanks for the email. This has been entered as issue :

#5615 Tuplet numbers are not regularly aligned

All the Best,

Ralph

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