Thanks. You are right. From here https://gitlab.com/lilypond/lilypond/-/merge_requests/691 according to Jean,
"With this change, a mere \consists Melody_engraver does the right thing." So that solves it. -Ahanu On Fri, Jun 10, 2022, 02:40 Xavier Scheuer <[email protected]> wrote: > On Fri, 10 Jun 2022 at 02:54, Ahanu Banerjee <[email protected]> wrote: > > > > % unexpected warning with rests inside tuplet: > > % "direction of grob Stem must be UP or DOWN; using UP" > > > > \version "2.23.9" > > \layout { > > \context { > > \Voice > > \consists "Melody_engraver" > > \override Stem #'neutral-direction = #'() > > } > > } > > > > { \tuplet 3/2 { r4 r r } } > > Hello, > > It looks like #6093 but it has been fixed and closed (and I don't > understand the ins and outs of the discussion between developers). > https://gitlab.com/lilypond/lilypond/-/issues/6093 > > Cheers, > Xavier > > -- > Xavier Scheuer <[email protected]> > > _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
